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

[FEATURE REQUEST]: citrixadc_gslbvserver_gslbservice_binding - Add Service Order Binding #1201

Open
kevinmarino opened this issue Sep 11, 2024 · 0 comments

Comments

@kevinmarino
Copy link

Description

I am trying to bind GLSB Services to a GSLB VServer with Order 1 and Order 2 to create an Active/Passive style GSLB VServer without having to create a "Primary/Secondary" GSLB Vserver. Using the new features of order binding will allow a single GSLB Vserver to accomplish the same results.

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

citrixadc_gslbvserver_gslbservice_binding

Equivalent NetScaler CLI Command

set gslb vserver gslbvserver_name -serviceName gslbservice_name -order 1
set gslb vserver gslbvserver_name -serviceName gslbservice_name2 -order 2
set gslb vserver gslbvserver_name -serviceName gslbservice_name3 -order 3

Potential Terraform Configuration

resource "citrixadc_gslbvserver_gslbservice_binding" "gslb_vserver_service_binding-sandbox-1" {
  name        = citrixadc_gslbvserver.gslb_vserver.name
  servicename = citrixadc_gslbservice.gslb_service-sandbox-1.servicename
  order = 1
}

resource "citrixadc_gslbvserver_gslbservice_binding" "gslb_vserver_service_binding-sandbox-2" {
  name        = citrixadc_gslbvserver.gslb_vserver.name
  servicename = citrixadc_gslbservice.gslb_service-sandbox-2.servicename
  order = 2
}

References

No response

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

No branches or pull requests

1 participant