We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7f3bf commit 471502dCopy full SHA for 471502d
README.md
@@ -44,7 +44,7 @@ module "cloud_custodian_lambda" {
44
execution_options = {
45
# Not really required but if you run custodian run you need to specify -s/--output-dir you'd then have execution-options
46
# as part of the config.json with the output_dir that was specified
47
- "output_dir" = "s3://<your-custodian-bucket>/outputregion=<region>"
+ "output_dir" = "s3://<your-custodian-bucket>/output?region=<region>"
48
}
49
policies = <<EOF
50
---
0 commit comments