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.
2 parents 2e7f3bf + 471502d commit 06fd102Copy full SHA for 06fd102
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