Open mr-smithers-excellent opened 6 years ago
What version of Terraform are you using when attempting to run the example? The error message typically occurs when trying to use pre-0.12 version with a module that uses 0.12-only features. You can run terraform version
to check current version.
This module is still experimental and depends on Terraform v0.12-only features.
You can try this module with the first Terraform 0.12 beta release that was recently accounced, or use one of the previous 0.12 alpha releases that also contain bundled experimental google provider build.
Newish Terraform user here, so apologies if I'm missing something. Attempted to run your example and I'm getting the following error after running a
terraform get
For reference here is the complete content of my
main.tf