add comment back in

This commit is contained in:
Daniel Roth 2026-03-09 09:40:35 +00:00
parent 2973a4f2f1
commit 4d2305fdd2

View file

@ -1,5 +1,6 @@
# Dynamically build S3 resources list from bucket ARNs and resource paths
locals {
# Generate full resource ARNs by combining bucket ARNs with resource paths
resources = flatten([
for bucket_arn in var.bucket_arns : concat(
[bucket_arn], # bare ARN for bucket-level actions like ListBucket