Skip to content

Commit

Permalink
terraform, aws: add inline comment to clarify example value of local var
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 22, 2024
1 parent a3352c7 commit 0b40168
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/aws/bucket-access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ locals {
`local.bucket_role_actions` to a dictionary with one key per bucket with
associated permissions.
Below is an example value `local.bucket_role_actions_lists` could take. This
example value is aligned with the example value for
`var.hub_cloud_permissions` and `local.bucket_role_actions` in the code
block above.
bucket_role_actions_lists:
scratch-staging:
- bucket: scratch-staging
Expand Down

0 comments on commit 0b40168

Please sign in to comment.