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
The cmdPolicy name is updated, and the system-group link is updated.
Actual Behavior
Terraform returns the following error:
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for citrixadc_systemgroup.adm_itop to include new values learned so far during apply, provider
│ "registry.opentofu.org/citrix/citrixadc" produced an invalid new value for .cmdpolicybinding: planned set element
│ cty.ObjectVal(map[string]cty.Value{"policyname":cty.StringVal("itop-operator"), "priority":cty.NumberIntVal(100)}) does not correlate with any element in
│ actual.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
After another test, it seems that it is the renaming of the citrixadc_systemcmdpolicy's policyName that is not working.
When the policyName is updated, the actual policy name in the NetScaler isn't changed (even if terraform indicates that the policyName is changed.
If I delete the resources and re-create them with another policyName, it works.
Is it not supported to change a citrixadc_systemcmdpolicy's policyName after its creation?
Terraform Core Version
1.7.2
citrixadc Provider Version
1.39.0
Operating system
RHEL9
Affected Resource(s)
Equivalent NetScaler CLI Command
set system cmdPolicy policyName "other-name"
Expected Behavior
The cmdPolicy name is updated, and the system-group link is updated.
Actual Behavior
Terraform returns the following error:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Update the
citrixadc_systemcmdpolicy
'spolicyname
, and apply the configurationDebug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: