Skip to content

[FEATURE REQUEST]: Add support for argument (sitepassword) in gslbsite resource which is now mandatory after 14.1 build 43.50 #1253

Open
@pete-k-0

Description

@pete-k-0

Description

When creating GSLB sites on the latest release of 14.1 build 43.50 the resource cannot be created as site-password is now mandatory and the current resource does not provide any support for site password argument.

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

citrixadc_gslbsite

Equivalent NetScaler CLI Command

add gslb site site1 -publicIP x.x.x.x -sitePassword mypassword

Potential Terraform Configuration

resource "citrixadc_gslbsite" "site1" {
 sitename      = "site1"
 siteipaddress = "192.168.1.100"
 sitepassword  = "mypassword"
}

References

The following article states this argument has been added from14.1 build 21.x, but as of 14.1 build 43.50 it appears to be mandatory:
https://docs.netscaler.com/en-us/citrix-adc/current-release/global-server-load-balancing/configure/configure-basic-gslb-site.html

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions