Skip to content

Commit

Permalink
Remove demo resources (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored Feb 27, 2024
2 parents e6b53bf + af5e54f commit ed6cc40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions stacks/us-east-1/s3/another-s3-test/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
resource "aws_s3_bucket" "private_bucket" {
bucket = "some-terramate-private-bucket"
acl = "private"
}
4 changes: 0 additions & 4 deletions stacks/us-east-1/s3/s3-test/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
resource "aws_s3_bucket" "s3_bucket" {
bucket = "terramate-s3-test"
acl = "private"
}

0 comments on commit ed6cc40

Please sign in to comment.