Actualiser bucket.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 41s

This commit is contained in:
2025-08-06 16:03:48 +02:00
parent f259221ef8
commit f9fcf2ae77

View File

@@ -44,6 +44,6 @@ resource "aws_s3_bucket_object" "subfolder" {
bucket = aws_s3_bucket.mybucket.id
for_each = toset(var.bucket-list)
key = each.key
source = "backend/${each.key}"
key = "${each.key}/"
# source = "backend/${each.key}"
}