Skip to content

Commit 1445d76

Browse files
Create s3.tf
1 parent adec95d commit 1445d76

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
@@ -0,0 +1,3 @@
1+
resource "aws_s3_bucket" "testbucket" {
2+
bucket = "${var.my_enviroment}-test-my-app-bucket-d"
3+
}

0 commit comments

Comments
 (0)