GoogleCloudPlatform / solutions-terraform-cloudbuild-gitops

Apache License 2.0
305 stars 1.77k forks source link

Terraform 0.12.x compatibility #72

Open sammcj opened 4 years ago

sammcj commented 4 years ago

Currently this repo only works with legacy Terraform 0.11.x versions, it should be updated for Terraform 0.12.x.

morgante commented 4 years ago

The principles should be the same, you'd just need to use a Terraform 0.12 image and config.

sammcj commented 4 years ago

I thought the modules in the repo also needed some updates to work with 0.12.x but maybe my memory is failing me and it was just the version pinning that had to be updated...

Regardless, an official training module probably shouldn’t be recommending people install 0.11 anyway.