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
Error thrown when trying to bind citrixadc_appfwpolicy to a vserver.
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.citrix_waf_config["XXX"].citrixadc_vpnvserver_vpnsessionpolicy_binding.appfw["a.b.c_VServer"],
│ provider "provider[\"registry.terraform.io/citrix/citrixadc\"].primary" produced an unexpected new value: Root object was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Actually, based on CLI config, the operation was completed (below) but terraform fails.
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.citrix_waf_config["XXX"].citrixadc_vpnvserver_vpnsessionpolicy_binding.appfw["a.b.c_VServer"],
│ provider "provider[\"registry.terraform.io/citrix/citrixadc\"].primary" produced an unexpected new value: Root object was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Terraform Core Version
1.10.5.
citrixadc Provider Version
1.42.0
Operating system
MAC OS
Affected Resource(s)
Error thrown when trying to bind citrixadc_appfwpolicy to a vserver.
Actually, based on CLI config, the operation was completed (below) but terraform fails.
Equivalent NetScaler CLI Command
bind vpn vserver a.b.c_VServer -policy appfw -priority 80 -gotoPriorityExpression END -type REQUEST
Expected Behavior
terraform completes without errors
Actual Behavior
terraform fails
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Try to bind appfw policy to a vserver
Debug Output
No response
Panic Output
No response
Important Factoids
based on CLI config, the operation was completed (below) but terraform fails.
References
No response
The text was updated successfully, but these errors were encountered: