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

This commit is contained in:
2025-08-05 13:34:02 +02:00
parent 0ff44eb7c8
commit 95ddd99831

View File

@@ -1,3 +1,7 @@
resource "aws_s3_bucket" "my_bucket" {
bucket = "day67taskbucket0304"
bucket = "my-unique-bucket-name"
tags = {
Name = "MyS3Bucket"
Environment = "Production"
}
}