resource "aws_s3_bucket" "mybucket" { bucket = "my-unique-bucket-name" tags = { Name = "MyS3Bucket" Environment = "Production" } }