We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f7a4d commit 348061fCopy full SHA for 348061f
variables.tf
@@ -7,8 +7,7 @@ variable "create_vpc" {
7
variable "name" {
8
description = "Name to be used on all the resources as identifier"
9
type = string
10
- default = ""
11
-}
+ }
12
13
variable "cidr" {
14
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