Skip to content

Commit 2686033

Browse files
committed
terra-aws
1 parent 2fbc499 commit 2686033

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
File renamed without changes.
File renamed without changes.

terraform/aws/s3-bucket.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
resource "aws_s3_bucket" "s3b" {
2+
bucket = "bucket1"
3+
acl = "private"
4+
5+
tags = {
6+
Name = "bucket1"
7+
Environment = "Dev"
8+
}
9+
}

0 commit comments

Comments
 (0)