Closed devranaydin closed 1 year ago
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.
Terraform CLI and Provider Versions
Terraform v1.0.0
Terraform Configuration
Expected Behavior
No changes My infrastructure matches the configuration
Actual Behavior
Error: Provider produced invalid plan Provider "registry.terraform.io/hashicorp/tls" planned an invalid value for tls_self_signed_cert.example.ready_for_renewal: planned value cty.UnknownVal(cty.Bool) does not match config value cty.True nor prior value cty.True.
This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps to Reproduce
terraform plan
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
Code of Conduct