Last active
August 31, 2021 19:36
-
-
Save paulycloud/bcc90111693a37331b4deeaf551a9fb7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Do not change the order of these default values. it will force the build to destory and rebuid | |
variable "s3_bucket_names" { | |
type = list | |
default = ["bucket1.app", | |
"bucket2.app", | |
"bucket3.app" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment