fancybear-dev
fancybear-dev
Having the same issue here; https://github.com/terraform-google-modules/terraform-google-cloud-operations Tested with TF version v0.15.3 and v1.0.4.
What I did for now was just get all my relating repos offline, change the sources (so they point to the local files, and not remote github) and change the...
I have the same problem with Vault 1.12.0. Our situation is a bit different though, we use GCPKMS. The error is the same. Via the UI you are unable to...
We've had this exact same issue. Colleague found out what it was. The underlying issue was that the gcloud cli had a project set, that did not exist anymore. This...
We had a similar issue to this as well. I find it really weird there is no real solution for it from Hashicorp (proper redirection?), given raft in HA is...
Would be amazing if the provider would support this!
Could this be merged? Would really appreciate it! cc @DRuggeri
fyi; we have forked and will maintain our changes at https://github.com/hnhdev/terraform-provider-restapi Would still be great to see it merged, but at least we are not dependent anymore.
We ended up not using this PR, as it only supports create method. This is how we implemented it for our specific usecase (all CRUD functions supported, async); https://github.com/hnhdev/terraform-provider-restapi/pull/7/commits/c023978fc0f2ef0c1d237ad328c9fe72a3acbbcc
I'm running latest canary build 25931 and have the same issue that is likely solved here. Will the beta 4 be released soon?