-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
Terraform Core Version
1.14.5
citrixadc Provider Version
2.1.2
Operating system
Ubuntu 22.04.5 LTS
Affected Resource(s)
- citrixadc_lbmonitor_sslcertkey_binding
Equivalent NetScaler CLI Command
N/A
Expected Behavior
Deleting a citrixadc_lbmonitor_sslcertkey_binding resource with ca=true should succeed
Actual Behavior
Error: [INFO] delete failed: 599 Netscaler specific error ({ "errorcode": 1542, "message": "Certificate binding does not exist", "severity": "ERROR" })
Relevant Error/Panic Output Snippet
Terraform Configuration Files
resource` "citrixadc_lbmonitor_sslcertkey_binding" "bind" {
ca = true
certkeyname = "MyCertName"
monitorname = "MyMonitorName"
}
Steps to Reproduce
Create and then delete the above resource
Debug Output
Refer to debug output from #1305
Panic Output
No response
Important Factoids
This is a similar problem as was reported in #1305 for the citrixadc_sslservicegroup_sslcertkey_binding resource.
I haven't tested other sslcertkey_binding resources to see if they too have the same problem.
References
Reactions are currently unavailable