Difference between revisions of "Terraform resource: aws vpc"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc
 
* https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc
 +
 +
== Official example ==
 +
resource "aws_vpc" "main" {
 +
  cidr_block = "10.0.0.0/16"
 +
}
  
 
== Argument ==
 
== Argument ==

Revision as of 12:15, 20 October 2023

Advertising: