Closed ianwesterfield closed 5 years ago
@slamkalukas see https://github.com/rancher/quickstart/pull/40 if you are trying to run against aws
@slamkalukas I didn’t try against AWS, however I ran into the same issue trying with DO. The changes in this PR did correct those allowing me to successfully run the script.
@ianwesterfield thanks, it looks working (i cannot test it properly because of another error - but at least terraform plan is fine)
Thanks for the PR, either this or #40 needs to be updated using terraform 0.12upgrade
to include all changes needed for Terraform 0.12, if either is updated I can merge. Thanks
I’m good, thanks. The changes you require are beyond the scope of this ticket.
Fixes #38 by adding
=
to each instance ofvars {
for AWS and DO data providers. Reference: https://www.terraform.io/docs/providers/template/index.htmlAlso removes a superfluous configuration in the
digitalocean_droplet
DO resource.