orange-cloudfoundry / terraform-provider-credhub

This terraform provider let you create and retrieve credentials from credhub
Apache License 2.0
8 stars 2 forks source link

compatibility problems with terraform 0.12.14 onwords #10

Open SureshGoli123 opened 4 years ago

SureshGoli123 commented 4 years ago

Due to breaking change the resource reference and data source references. The current version of credhub provider for terraform is got broken.

To fix the issue, need to bump-up the terraform version and as well as need to recompile the credhub provider to check the syntax is inline with current version of terraform.

New breaking changes in terraform 0.12.14 onwords: https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md#01214-november-13-2019 The current workaround is to pin-down the terraform version and as well as credhub provider for terraform version.

ArthurHlt commented 4 years ago

Thanks for the feedback but i must admit that i don't get what's the problem. What's your error ? did you use the latest release ?