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
Even if I set the 3 values explicitly to null or to false in my config, the plan is the same, with the forced replacement.
Note that #284 forced me to update the config with the empty default values for subject. This here is a different issue which still forces replacement regardless of whether I set the empty subject values explicitly or not.
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Terraform CLI and Provider Versions
Terraform v1.7.5
on darwin_arm64
Terraform Configuration
Expected Behavior
This resource was created on the 3.1.0 provider, and the problem was now triggered when upgrading from 3.1.0 -> 4.0.5.
Expecting no replacement of certificate when applying this unchanged config with the new provider version.
Actual Behavior
Certificate is being replaced. Plan output (some values redacted):
The values that supposedly force replacement have never been set in my config and should be the default values.
tf state pull
actually shows that two of the values arenull
in my state and the third one (set_authority_key_id
) not present at all:Even if I set the 3 values explicitly to
null
or tofalse
in my config, the plan is the same, with the forced replacement.Note that #284 forced me to update the config with the empty default values for
subject
. This here is a different issue which still forces replacement regardless of whether I set the empty subject values explicitly or not.Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: