Skip to content

anilchalissery/terraform-aws-vpc-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

terraform-aws-vpc-template

a terraform template to create aws vpc

Steps to create aws vpc using terraform

clone the repo to a empty folder

edit main.tf according to your office public ip and office ssl , with your access key and secert key ..etc

to download the aws provider and initializing the terraform plugins use init command as below

$ terraform init

To check for any syntax we could run terraform plan

$ terraform plan

to create the vpc run terraform apply

$ terraform apply

About

a terraform template to create aws vpc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages