Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created June 9, 2025 08:31
Show Gist options
  • Save nivleshc/36a38144e81ed6edb3bd4d76be01e8a1 to your computer and use it in GitHub Desktop.
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.
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