Commit 88a101bf authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

Added default CIDR block as 0.0.0.0/0 (#93)

parent 6fb8f1fe
...@@ -9,8 +9,8 @@ variable "name" { ...@@ -9,8 +9,8 @@ variable "name" {
} }
variable "cidr" { variable "cidr" {
description = "The CIDR block for the VPC" description = "The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overriden"
default = "" default = "0.0.0.0/0"
} }
variable "instance_tenancy" { variable "instance_tenancy" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment