Skip to content

Instantly share code, notes, and snippets.

@IronCore864
Created June 13, 2021 10:43
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/c4f411f57b7f07c9a594c0412ad3d78d to your computer and use it in GitHub Desktop.
Save IronCore864/c4f411f57b7f07c9a594c0412ad3d78d to your computer and use it in GitHub Desktop.
# ...
module "bucket" {
source = "../modules/s3"
bucket_name = "my-tf-test-bucket-${var.environment}-1623578630"
}
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment