-
Notifications
You must be signed in to change notification settings - Fork 282
Incorrect attribute value type errors #45
Comments
hashicorp/terraform#6254 (comment) I found this link from Terraform. Maybe this has something to do with the "bool required" issue? |
Also found this in the documentation that bool values only take true or false and not integers like 0 or 1. |
Hi @MikeyUchiha , can you share which version of terraform you are using? Just so you are aware, we haven't updated this module to support tf 0.12+ yet, so if you are on that, that would explain the issue. |
Hi @yorinasub17 that is correct. I'm using tf 0.12 and what is the release timeline on support for it? |
Also, shouldn't the terraform required version reflect this?
|
@yorinasub17 I just wanted to follow up with my question. Do I need to update the required_version field? |
Hi @MikeyUchiha, Sorry for the delay in getting back to you. We are in the process of upgrading all our modules to support tf12 (e.g we have PRs open for the other ones: terraform-google-network, terraform-google-load-balancer, terraform-google-static-assets). We don't have a clear timeline on the process, but we will likely get to this module before the end of the month. I don't think it is necessary to update the |
@yorinasub17 Thank you very much for the thorough explanation. I will close out this issue and look forward to the update. |
Actually, let's keep this issue open until the update is merged. |
Ok. Thank you |
This is still broken in the |
https://github.com/gruntwork-io/terraform-google-gke/tree/master/examples/gke-private-tiller
After running terraform plan I get the following errors:
The text was updated successfully, but these errors were encountered: