Skip to content

Commit e5d03d1

Browse files
authored
Update main.tf
1 parent 9f307a2 commit e5d03d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terragrunt/aws/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
resource "aws_s3_bucket" "full_of_holes3" {
2-
bucket = "my-tg-cost-estimations-test-bucket"
1+
resource "aws_s3_bucket" "full_of_holes4" {
2+
bucket = "my-tg-cost-estimations-test-bucket4"
33
acl = "private"
44

55
tags = {
6-
Name = "My bucket3"
6+
Name = "My bucket4"
77
}
88
}

0 commit comments

Comments
 (0)