Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tf_mod_packer_janitor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
steamhaus
tf_mod_packer_janitor
Commits
037ca895
Commit
037ca895
authored
Nov 03, 2016
by
A-Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed from cron to rate expression
parent
0168d33e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.tf
main.tf
+1
-1
No files found.
main.tf
View file @
037ca895
...
...
@@ -25,7 +25,7 @@ resource "aws_lambda_function" "packer_janitor" {
variable
"cloudwatch_schedule"
{
description
=
"Schedule for cloudwatch event to invoke Lambda function"
default
=
"
cron(*/2 * ? * * *
)"
default
=
"
rate(2 hours
)"
}
resource
"aws_cloudwatch_event_rule"
"packer_janitor"
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment