Skip to content

Commit 051b441

Browse files
authored
Create main.tf
1 parent 67e8b6b commit 051b441

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

policies/.github/workflows/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
resource "aws_s3_bucket" "my_bucket" {
2+
bucket = "example-bucket"
3+
# forgot to add tags 😱
4+
}

0 commit comments

Comments
 (0)