terraform-provider-citrixadc icon indicating copy to clipboard operation
terraform-provider-citrixadc copied to clipboard

[Bug]: citrixadc_responderaction - responsestatuscode changes not detected

Open adc-nerd opened this issue 7 months ago • 0 comments

Terraform Core Version

1.8.1

citrixadc Provider Version

1.39.0

Operating system

windows_amd64

Affected Resource(s)

citrixadc_responderaction

Equivalent NetScaler CLI Command

set responder action my-action responseStatusCode 503

Expected Behavior

Provider should detect changes of response status code.

Actual Behavior

Provider can configure "responseStatusCode" but doesn't check it. Terraform result is always "no changes" regardless of the actually configured status code.

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

resource "citrixadc_responderaction" "my_action" { name = "my_action" ... responsestatuscode = "503" ... }

Steps to Reproduce

Change configured response status code in GUI, CLI or via API und run "terraform plan".

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

adc-nerd avatar Jul 23 '24 12:07 adc-nerd