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
how could we unbind the default in-built cipher group bound to load balancing services using Terraform? The case is that I have created a custom cipher group and bound it to load-balancing services however we could see, that there is an in-built default cipher group (DEFAULT-BACKEND) bound to services.
Equivalent NetScaler CLI Command
unbind ssl service test -cipherName DEFAULT_BACKEND
Expected Behavior
it should unbind default cipher if there is a custom cipher group bound to SSL services.
Actual Behavior
terraform provisioning SSL services and binding DEFAULT_BACKEND cipher (it is expected behavior of the NetScaler) but if the customer wants to unbind the DEFAULT_BACKEND cipher when using a custom cipher, terraform does not remove the binding of it.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
will provide
Steps to Reproduce
run terraform apply and check SSL servicesRun Terraform
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:
Terraform Core Version
1.1.5, 1.1.9, 1.2.9 and others
citrixadc Provider Version
1.17.0 - 1.39.0
Operating system
Windows
Affected Resource(s)
how could we unbind the default in-built cipher group bound to load balancing services using Terraform? The case is that I have created a custom cipher group and bound it to load-balancing services however we could see, that there is an in-built default cipher group (DEFAULT-BACKEND) bound to services.
Equivalent NetScaler CLI Command
unbind ssl service test -cipherName DEFAULT_BACKEND
Expected Behavior
it should unbind default cipher if there is a custom cipher group bound to SSL services.
Actual Behavior
terraform provisioning SSL services and binding DEFAULT_BACKEND cipher (it is expected behavior of the NetScaler) but if the customer wants to unbind the DEFAULT_BACKEND cipher when using a custom cipher, terraform does not remove the binding of it.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
will provide
Steps to Reproduce
run terraform apply and check SSL servicesRun Terraform
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: