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

This commit is contained in:
2025-08-06 16:07:11 +02:00
parent f9fcf2ae77
commit 79501ca0ab

View File

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