Skip to content

Commit

Permalink
chore: Fix shared_vpc_subnets default on gke_shared_vpc example (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored Mar 2, 2020
1 parent 5de5d09 commit 1105d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gke_shared_vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ variable "shared_vpc" {
variable "shared_vpc_subnets" {
description = "List of subnets fully qualified subnet IDs (ie. projects/$PROJECT_ID/regions/$REGION/subnetworks/$SUBNET_ID)"
type = list(string)
default = [""]
default = []
}

0 comments on commit 1105d8f

Please sign in to comment.