Skip to content

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

License

Notifications You must be signed in to change notification settings

voa2000/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages