You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "(Optional) The name to create. If omitted, Terraform will assign a random, unique name."
type = string
default = null
}
variable "ipv4_cidr_block" {
description = "(Required) The CIDR block of the VPC. The range must be between /16 and/28 within the private band (10.0.0/8,172.16.0.0/12,192.168.0.0/16)."