resource "aws_s3_bucket" "mybucket" { bucket = "tips-of-mine-terraform-bucket" tags = { Name = "MyS3Bucket" Environment = "Production" } }