Closed fcatacut closed 2 years ago
Hi @fcatacut, thank you for reaching out. More than a bug, this is missing information in our documentation. This is expected behavior between the two versions, since we are not giving support to PKCS#1 format generated keys (on latest VCert versions), which may probably be in your terraform state for the older version. We believe we can enhance this situation within our provider in order to prevent to store PKCS#1 and re-add them a PKCS#8, but that would be an enhancement we are still looking into
@fcatacut We are handling this as a bug in backward compatibility, we are soon to fix for this issue in PR: #90
@fcatacut We are handling this as a bug in backward compatibility, we are soon to fix for this issue in PR: #90
I confirmed that v0.15.5 resolves the issue.
This have been addressed in release v0.15.5
PROBLEM SUMMARY
I'm not sure if there is a mis-configuration of Venafi on our end, but upgrading from v0.14.0 to v0.15.x results in the following error during
terraform plan
for an existing certificate:STEPS TO REPRODUCE
terraform -upgrade
to upgrade to v0.15.x.terraform plan
.EXPECTED RESULTS
Plan should indicate no changes.
ACTUAL RESULTS
ENVIRONMENT DETAILS
Upgrading from
to
COMMENTS/WORKAROUNDS