Skip to content

Commit

Permalink
Merge pull request #10 from schubergphilis/fix/update-readme
Browse files Browse the repository at this point in the history
fix: Correct example in README.md
  • Loading branch information
jschilperoord authored Dec 6, 2024
2 parents 66fa291 + ddb4094 commit eedb2f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ module "aws-energy-labeler" {
kms_key_arn = "arn:aws:kms:eu-west-1:123456789012:key/1234abcd-12ab-34cd-56ef-123456789012"
config = {
bucket_name = "mybucket"
bucket_prefix = "/myreport/"
zone_name = "MYZONE"
}
bucket_name = "mybucket"
bucket_prefix = "/myreport/"
}
```

Expand Down

0 comments on commit eedb2f2

Please sign in to comment.