Skip to content

Commit ca04f38

Browse files
Update s3.tf
1 parent a32220f commit ca04f38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

s3.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
resource "aws_s3_bucket" "testbucket" {
22
bucket = "${var.my_enviroment}-test-my-app-bucket-d"
3+
tags = {
4+
Name = "${var.my_enviroment}-test-my-app-bucket-d"
5+
}
36
}

0 commit comments

Comments
 (0)