Skip to content

[Bug]: ca not passed in API call when deleting lbmonitor_sslcertkey_binding #1377

@rein-tollevik

Description

@rein-tollevik

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

#1305

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions