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
Related to #7821 (which is closed although the development version is still broken)
Refreshing state of tls_cert_request fails with error message.
This issue makes using tls_cert_request very problematic at the moment (having to pass -refresh=false to plan and apply is the only way to work around this).
Error refreshing state: 7 error(s) occurred:
* tls_cert_request.registry: no PEM block found in private_key_pem
* tls_cert_request.client.0: no PEM block found in private_key_pem
* tls_cert_request.client.1: no PEM block found in private_key_pem
* tls_cert_request.client_server.0: no PEM block found in private_key_pem
* tls_cert_request.client_server.1: no PEM block found in private_key_pem
* tls_cert_request.server.0: no PEM block found in private_key_pem
* tls_cert_request.server.1: no PEM block found in private_key_pem
Expected Behavior
Terraform plan and/or apply should not fail with tls_cert_request resource. Otherwise this means tls_cert_request can only be used by passing -refresh=false flag around.
Refresh is effectively not possible when you have this resource in your manifests.
Actual Behavior
Terraform plan and apply fails during the refresh phase with the error message.
Steps to Reproduce
Initial terraform apply with tls_cert_request resource
terraform plan / terraform refresh / terraform apply all broken (during the refresh step)
The text was updated successfully, but these errors were encountered:
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Related to #7821 (which is closed although the development version is still broken)
Refreshing state of
tls_cert_request
fails with error message.This issue makes using
tls_cert_request
very problematic at the moment (having to pass-refresh=false
toplan
andapply
is the only way to work around this).Terraform Version
Affected Resource(s)
Debug Output
Expected Behavior
Terraform
plan
and/orapply
should not fail withtls_cert_request
resource. Otherwise this meanstls_cert_request
can only be used by passing-refresh=false
flag around.Refresh is effectively not possible when you have this resource in your manifests.
Actual Behavior
Terraform
plan
andapply
fails during the refresh phase with the error message.Steps to Reproduce
terraform apply
withtls_cert_request
resourceterraform plan
/terraform refresh
/terraform apply
all broken (during the refresh step)The text was updated successfully, but these errors were encountered: