From 0b401689f30e2743299779b458d29ace3669fe1e Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 20 Apr 2024 14:17:37 +0200 Subject: [PATCH] terraform, aws: add inline comment to clarify example value of local var --- terraform/aws/bucket-access.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/aws/bucket-access.tf b/terraform/aws/bucket-access.tf index a9b17b8791..85d914619e 100644 --- a/terraform/aws/bucket-access.tf +++ b/terraform/aws/bucket-access.tf @@ -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