Skip to content

Instantly share code, notes, and snippets.

@aveek22
Created February 21, 2023 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aveek22/91b0894493d5b357dc365e156e491c25 to your computer and use it in GitHub Desktop.
Save aveek22/91b0894493d5b357dc365e156e491c25 to your computer and use it in GitHub Desktop.
resource "aws_s3_bucket" "main_bucket" {
bucket = "main-bucket-00721"
tags = {
"Name" = "Main Bucket"
"Environment" = "Test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment