Skip to content

Commit

Permalink
Add empty string default for subscription id (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretions authored Apr 22, 2020
1 parent baace31 commit 0d12080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ variable "node_pools" {
variable subscription_id {
type = string
description = "An existing Subscription ID to add the deployment"
}
default = ""
}

0 comments on commit 0d12080

Please sign in to comment.