Difference between revisions of "MyVPC cidr block"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://learn.hashicorp.com/tutorials/terraform/variables?in=terraform/cli | * https://learn.hashicorp.com/tutorials/terraform/variables?in=terraform/cli | ||
− | + | ||
− | variable "Myvpc_cidr_block" { | + | variable "Myvpc_cidr_block" { |
− | + | description = "CIDR block for VPC" | |
− | + | type = [[string]] | |
− | + | [[default]] = "[[10.0.0.0/16]]" | |
− | } | + | } |
− | |||
Latest revision as of 17:03, 20 September 2021
variable "Myvpc_cidr_block" { description = "CIDR block for VPC" type = string default = "10.0.0.0/16" }
See also[edit]
Advertising: