Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Terraform 0.12 #52

Merged
merged 11 commits into from
Sep 30, 2019
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
**/backend.tf
**/terraform.tfvars
**/values-*.yaml
**/*.tfplan
**/*.tfplan
**/credentials.json
109 changes: 0 additions & 109 deletions examples/basic/gceme.sh.tpl

This file was deleted.

87 changes: 0 additions & 87 deletions examples/basic/main.tf

This file was deleted.

53 changes: 0 additions & 53 deletions examples/basic/mig.tf

This file was deleted.

101 changes: 0 additions & 101 deletions examples/http-nat-gateway/main.tf

This file was deleted.

Loading