https://github.com/bluebrown/terraform-aws-vpc
Create a vpc with private and public subnet in AWS using Terrafom
https://github.com/bluebrown/terraform-aws-vpc
aws provisioning terraform vpc vpc-creation
Last synced: about 1 month ago
JSON representation
Create a vpc with private and public subnet in AWS using Terrafom
- Host: GitHub
- URL: https://github.com/bluebrown/terraform-aws-vpc
- Owner: bluebrown
- Created: 2021-04-15T23:51:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T23:23:28.000Z (about 4 years ago)
- Last Synced: 2025-02-07T11:53:26.358Z (3 months ago)
- Topics: aws, provisioning, terraform, vpc, vpc-creation
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security-groups.tf
Awesome Lists containing this project
README
# AWS Canonical VPC
A canonical VPC setup with private and public subnet, created with Terraform.

## Prerequisites
You need an AWS account and either root user access key and secret key or IAM user access key and secret key. It is advised to create a dedicated IAM user with limited access.
You also need to install Terraform locally.
## Create VPC
```bash
terraform apply
```