Actualiser bucket.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 41s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 41s
This commit is contained in:
@@ -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}"
|
||||||
}
|
}
|
Reference in New Issue
Block a user