Actualiser bucket.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 7s

This commit is contained in:
2025-08-06 15:58:52 +02:00
parent 391ced8ce8
commit e20ae80999

View File

@@ -44,7 +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}"
}