Skip to content

Commit 021b8b7

Browse files
committed
remove vpc_secondary_cidr default value
1 parent 19c9733 commit 021b8b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

variables.tf

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ variable "tags" {
9494
variable "vpc_secondary_cidr" {
9595
type = string
9696
description = "IPv4 secondary CIDR to add to the VPC."
97-
default = "100.64.0.0/16"
9897
}
9998

10099
variable "availability_zones" {

0 commit comments

Comments
 (0)