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
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.
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
The text was updated successfully, but these errors were encountered: