Created
December 20, 2017 00:55
-
-
Save tom-butler/d135a8ec8953c9f072b89d173df9db98 to your computer and use it in GitHub Desktop.
blue/green variables.tf
This file contains hidden or 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
| 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