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

This commit is contained in:
2025-08-06 14:40:01 +02:00
parent fce57378f6
commit b62f91d55c

View File

@@ -1,5 +1,5 @@
resource "aws_s3_bucket" "mybucket" { resource "aws_s3_bucket" "mybucket" {
bucket = "my-unique-bucket-name" bucket = "tips-of-mine-terraform-bucket"
tags = { tags = {
Name = "MyS3Bucket" Name = "MyS3Bucket"
Environment = "Production" Environment = "Production"