Skip to content

Commit

Permalink
Merge pull request #4 from noaiz/new-resource-321
Browse files Browse the repository at this point in the history
Create new resource - 321
  • Loading branch information
noaiz authored Jul 15, 2024
2 parents 09e16d8 + 47d7f0d commit ae4c894
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/321.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
resource "aws_s3_bucket" "example" {
provider = aws.bucket_region
name = "321"
acl = "private"
}

0 comments on commit ae4c894

Please sign in to comment.