Skip to content

Create terraform configuration for aws vcp and ec2 with ssh key

Notifications You must be signed in to change notification settings

phuongdanh/terraform-vpc-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the board

This project is purpose to understand more about the Terraform

Structure

I used aws provider to create 3 modules

  • vpc
  • ec2
  • ssh_key

Setup and run

Create aws profile in ~/.aws/credentials

Run command line

terraform init
terraform plan -v "profile=YOUR_PROFILE_NAME"
terraform apply -v "profile=YOUR_PROFILE_NAME"

About

Create terraform configuration for aws vcp and ec2 with ssh key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages