Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.18 KB

Terraform

Prerequisites

Resources

How to

Navigate to the desired example and edit the example to your liking. The run the following commands to apply

terraform init
terraform plan -var-file="secrets.tfvars" (change path to correct location of `secrets.tfvars`)
terraform apply -var-file="secrets.tfvars"

TODO's

  • Add remote backend
  • README for modules
  • README for examples