Skip to content

Instantly share code, notes, and snippets.

@tom-butler
Created December 20, 2017 00:55
Show Gist options
  • Select an option

  • Save tom-butler/d135a8ec8953c9f072b89d173df9db98 to your computer and use it in GitHub Desktop.

Select an option

Save tom-butler/d135a8ec8953c9f072b89d173df9db98 to your computer and use it in GitHub Desktop.
blue/green variables.tf
variable "stack" {
description = "Seperates Blue and Green stacks"
default = "blue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment