Skip to content

Commit 3dabbd1

Browse files
author
Ken Evensen
committed
Explicitly set type as bool
1 parent b951e12 commit 3dabbd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ variable "description" {
6363
}
6464

6565
variable "auto_create_subnetworks" {
66+
type = bool
6667
description = "When set to true, the network is created in 'auto subnet mode' and it will create a subnet for each region automatically across the 10.128.0.0/9 address range. When set to false, the network is created in 'custom subnet mode' so the user can explicitly connect subnetwork resources."
67-
default = "false"
68+
default = false
6869
}

0 commit comments

Comments
 (0)