This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user