Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: citrixadc_responderaction - responsestatuscode changes not detected #1185

Open
adc-nerd opened this issue Jul 23, 2024 · 0 comments
Open
Labels

Comments

@adc-nerd
Copy link

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 adc-nerd added the bug label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant