Skip to content

Instantly share code, notes, and snippets.

@IronCore864
Created June 13, 2021 10:22
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 IronCore864/5dfeece49f806ff05139c95d6a2e8e71 to your computer and use it in GitHub Desktop.
Save IronCore864/5dfeece49f806ff05139c95d6a2e8e71 to your computer and use it in GitHub Desktop.
# ...
resource "aws_s3_bucket" "b" {
bucket = "my-tf-test-bucket-${terraform.workspace}-1623578630"
acl = "private"
}
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment