Skip to content

Instantly share code, notes, and snippets.

@paulycloud
Last active August 31, 2021 19:36
Show Gist options
  • Save paulycloud/bcc90111693a37331b4deeaf551a9fb7 to your computer and use it in GitHub Desktop.
Save paulycloud/bcc90111693a37331b4deeaf551a9fb7 to your computer and use it in GitHub Desktop.
# 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