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

[Issue]: DEFAULT_BACKEND ciphers cannot be unbind using terraform if required #1166

Open
bkchaudhari opened this issue May 22, 2024 · 0 comments
Labels

Comments

@bkchaudhari
Copy link

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

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