-
Notifications
You must be signed in to change notification settings - Fork 102
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
tls_cert_request causes refresh to fail #2
Comments
I cannot reproduce this issue with Terraform 0.10.7. @RichardKnop can you check to see if this works for you now? |
@apparentlymart Can you please close this issue? It was reported and fixed before the provider split. Original issue, fixed by this PR. I have also tested it myself. |
Oh, cool... thanks for testing, @SpencerBrown. Indeed I will close this. |
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. |
This issue was originally opened by @RichardKnop as hashicorp/terraform#8782. It was migrated here as part of the provider split. The original body of the issue is below.
Related to hashicorp/terraform#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: