Difference between revisions of "MyVPC cidr block"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
* https://learn.hashicorp.com/tutorials/terraform/variables?in=terraform/cli
 
* https://learn.hashicorp.com/tutorials/terraform/variables?in=terraform/cli
  
<pre>
+
variable "Myvpc_cidr_block" {
+
variable "Myvpc_cidr_block" {
  description = "CIDR block for VPC"
+
  description = "CIDR block for VPC"
  type        = string
+
  type        = [[string]]
  default    = "10.0.0.0/16"
+
  [[default]]     = "[[10.0.0.0/16]]"
}
+
}
</pre>
 
  
  
 
== See also ==
 
== See also ==
 
* {{cidr_block}}
 
* {{cidr_block}}
* {{terrafrom plan}}
+
* {{terraform plan}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 17:03, 20 September 2021

Advertising: