mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add comment back in
This commit is contained in:
parent
2973a4f2f1
commit
4d2305fdd2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue