Ajouter bucket.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 25s

This commit is contained in:
2025-08-05 13:29:53 +02:00
parent 95cb190245
commit 3dbfeb1656

3
bucket.tf Normal file
View File

@@ -0,0 +1,3 @@
resource "aws_s3_bucket" "my_bucket" {
bucket = "day67taskbucket0304"
}