Difference between revisions of "Terraform resource: aws vpc"
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
Official example
resource "aws_vpc" "main" { cidr_block = "10.0.0.0/16" }
Argument
Related terms
- AWS CLI:
aws ec2 create-vpc
aws_internet_gateway
- Terraform resource: aws_db_subnet_group
- Terraform data source:
aws_vpc
aws_instance
- Terraform module: vpc
- Warning: Argument is deprecated
aws_vpc_endpoint
See also
Advertising: