Skip to content

Commit

Permalink
updated added default for stage
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFarley committed May 21, 2018
1 parent d2b1ded commit 5b1eacc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ variable "name" {

variable "stage" {
description = "Stage, e.g. 'prod', 'stg', 'dev', 'beta', 'test'"
default = ""
}

variable "client" {
Expand Down

0 comments on commit 5b1eacc

Please sign in to comment.