Created
June 9, 2025 08:31
-
-
Save nivleshc/36a38144e81ed6edb3bd4d76be01e8a1 to your computer and use it in GitHub Desktop.
This gist contains code from the file s3.tf which is part of the blog-photo-location-map repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "aws_s3_bucket" "website_s3_bucket" { | |
bucket = local.website_s3_bucket_name | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment