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 adec95d commit 1445d76Copy full SHA for 1445d76
s3.tf
@@ -0,0 +1,3 @@
1
+resource "aws_s3_bucket" "testbucket" {
2
+ bucket = "${var.my_enviroment}-test-my-app-bucket-d"
3
+}
0 commit comments