MechCloud
⌘
Ctrl
k
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
Cloud Computing
Stateless IaC
AWS
Examples (Free Resources )
Vpc
Creating a vpc with minimal parameters
Copy
resources:
- type: aws_ec2_vpc
name: vpc1
props:
cidr_block: "10.2.0.0/16"
Previous
Examples (Free Resources )
Next
Subnet
Last updated
7 months ago