Skip to content

Instantly share code, notes, and snippets.

@aveek22
Created March 12, 2023 21:51
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/e349cfaf49c271de7e408c2560d50b9a to your computer and use it in GitHub Desktop.
Save aveek22/e349cfaf49c271de7e408c2560d50b9a to your computer and use it in GitHub Desktop.
variable "bucket_name" {}
resource aws_s3_bucket "tf_multi_workspace_bucket" {
bucket = var.bucket_name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment