Skip to content

Commit 348061f

Browse files
authored
Update variables.tf
Removing the default value from variable
1 parent f0f7a4d commit 348061f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ variable "create_vpc" {
77
variable "name" {
88
description = "Name to be used on all the resources as identifier"
99
type = string
10-
default = ""
11-
}
10+
}
1211

1312
variable "cidr" {
1413
description = "The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overridden"

0 commit comments

Comments
 (0)