You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an older tf file that creates a KeyVault but does not specify a certificate_permissions key, tf crashes when trying to compute the plan.
Since the certificate_permissions node is a new one, and optional, this should work. In addition, even having a node will fail when the count of permissions for the key and certificates is different, due to a code bug - it uses the Permissions.Keys property to compute the list of permissions for the certificates
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Apr 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For an older tf file that creates a KeyVault but does not specify a certificate_permissions key, tf crashes when trying to compute the plan.
Since the certificate_permissions node is a new one, and optional, this should work. In addition, even having a node will fail when the count of permissions for the key and certificates is different, due to a code bug - it uses the Permissions.Keys property to compute the list of permissions for the certificates
Terraform Version
Terraform v0.10.5
Affected Resource(s)
Terraform Configuration Files
Excerpt from a larger .tf file:
Debug Output
Panic Output
https://gist.github.com/civascu/4d0151574944503a0c2d25da6b6ec850
Expected Behavior
terraform plan to complete
Actual Behavior
Terraform crash
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
Important Factoids
References
PR that fixes the issue: #374
The text was updated successfully, but these errors were encountered: