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/20849cf8cbde4ec2956c35ff462a950c to your computer and use it in GitHub Desktop.
Save aveek22/20849cf8cbde4ec2956c35ff462a950c to your computer and use it in GitHub Desktop.
resource "aws_s3_bucket" "dependent_bucket" {
bucket = "dependent-bucket-00721"
tags = {
"Name" = "Dependent Bucket"
"Environment" = "Test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment