Skip to content
New issue

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

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

Already on GitHub? # to your account

[FEATURE REQUEST]: nsparam resource - add icaports parameter to configure the ICA ports on the Web server #1219

Open
pete-k-0 opened this issue Oct 19, 2024 · 0 comments

Comments

@pete-k-0
Copy link

Description

I need to be able to configure the ICA ports on the Web server via Terraform as I cannot currently replicate the CLI command ns param for this with the nsparam Terraform resource. This is configurable via both CLI and Nitro API.

Affected Resource(s) and/or Data Source(s)

citrixadc_nsparam

Equivalent NetScaler CLI Command

set ns param --icaPorts <port>...

Potential Terraform Configuration

resource "citrixadc_nsparam" "tf_nsparam" {
  icaports = [1494,2596]
}

References

https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/ns/nsparam

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant