- Documentation of AWS Provider
- Detecting and Managing Drift with Terraform
- Modules in Package Sub-directories
- MySQL module
- 1Password Terraform docs
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"
- Add remote backend
- README for modules
- README for examples