We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32220f commit ca04f38Copy full SHA for ca04f38
s3.tf
@@ -1,3 +1,6 @@
1
resource "aws_s3_bucket" "testbucket" {
2
bucket = "${var.my_enviroment}-test-my-app-bucket-d"
3
+ tags = {
4
+ Name = "${var.my_enviroment}-test-my-app-bucket-d"
5
+ }
6
}
0 commit comments