Skip to content

Commit 471502d

Browse files
committed
Fix README.md
1 parent 2e7f3bf commit 471502d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module "cloud_custodian_lambda" {
4444
execution_options = {
4545
# Not really required but if you run custodian run you need to specify -s/--output-dir you'd then have execution-options
4646
# as part of the config.json with the output_dir that was specified
47-
"output_dir" = "s3://<your-custodian-bucket>/outputregion=<region>"
47+
"output_dir" = "s3://<your-custodian-bucket>/output?region=<region>"
4848
}
4949
policies = <<EOF
5050
---

0 commit comments

Comments
 (0)