-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] terraform plan fails with error reading wrappers from "recovery_kms_hcl" on v1.1.5 #384
Comments
Hi!
Our Providers file:
|
I'm getting this with the new boundary provider version |
@micchickenburger are you using Atlantis as well? |
What is Atlantis? |
@mikemountain we're having the same issue with all versions starting from 1.1.3, didn't test with versions below that:
provider config:
|
I think I understand why this broke. Something with the new build in 1.1.5 introduced a change that is incompatible with musl; Atlantis default docker image is base on Alpine, which uses musl. When I used the debian variant of Atlantis, it was able to upgrade to 1.1.9 and run my plan/apply See also: https://discuss.hashicorp.com/t/error-reading-wrappers-from-recovery-kms-hcl/56591/3 |
I confirm that the problem only occurs when using alpine |
See #255 (comment) You should add |
There is an outstanding bugreport since 04/2023 😭 hashicorp/terraform-provider-boundary#384
Terraform Version
v1.3.7
Provider Version
v1.1.5
Terraform Configuration Files
Expected Behavior
Terraform Plan should succeed
Actual Behavior
Terraform exits with:
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
configure boundary plugin version v1.1.5
terraform plan
Important Factoids
References
Seems similar to
The text was updated successfully, but these errors were encountered: