Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform

Learning how to create infrastructure as code

Created a connection to aws in the connections.tf file and a VPC in the resources file.

Useful Commands

$ terraform init # initialise a terraform plan

$ terraform plan # informs you of the resources that will be created

$ terraform apply # shortcut for plan & apply - avoid this in production

$ terraform plan -out out.terraform # terraform plan and write the plan to out file

$ terraform apply out.terraform # apply terraform plan using out file

$ terraform show # show current state

$ terraform destory # delete infastruture from cloud provider

$ terraform import # used to copy a file from source to cloud

Reference Documentation

About

Advancing my skills using terraform, Ansible, Packer, Jenkins, Docker Swarm in AWS

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages