Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
/ terraform-sample Public archive

Terraform Multiple Provider Code Sample

License

Notifications You must be signed in to change notification settings

artberri/terraform-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform 101 Talk Sample

Install Terraform

wget https://releases.hashicorp.com/terraform/0.8.3/terraform_0.8.3_linux_amd64.zip -O terraform.zip
unzip terraform.zip
rm terraform.zip
sudo mv terraform /usr/local/bin/terraform

Run Sample

  1. Create the terraform.tfvars file with the credentials to access Azure and Amazon WS (How to get ARM credentials )
  2. Run terraform get
  3. Run terraform plan
  4. Run terraform apply

About

Terraform Multiple Provider Code Sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages