Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Initial AWS VPC and security group configuration using Terraform

Notifications You must be signed in to change notification settings

zinedistro/aws-vpc-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AWS Initial VPC and Security Group Configuration

Initial AWS Virtual Private Cloud and security group configuration using Terraform from the examples here codified into a repository.

Setup:

Create a terraform.tfvars file in the root of the repository with the following keys:

AWS_ACCESS_KEY_ID="Your AWS Key ID"
AWS_SECRET_ACCESS_KEY="Your AWS secret access key"
AWS_DEFAULT_REGION="us-east-1"
name="Default Network"
source_cidr_block="10.0.0.0"
availability_zone="us-east-1a"

About

Initial AWS VPC and security group configuration using Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages