Skip to content

Commit 06fd102

Browse files
Merge pull request #2 from elsevierlabs-os/fix_readme
Fix README.md
2 parents 2e7f3bf + 471502d commit 06fd102

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)