The subfolders have examples of terraform configurations
resources.tf
describes the actual Citrix ADC config objects to be created. The attributes of these resources are either hard coded or looked up from input variables interraform.tfvars
variables.tf
describes the input variables to the terraform config. These can have defaultsprovider.tf
is used to specify the username, password and endpoint of the Citrix ADC. Alternatively, you can set the NS_URL, NS_LOGIN and NS_PASSWORD environment variables.terraform.tfvars
has the variable inputs specified invariables.tf
Modify the terraform.tfvars
and provider.tf
to suit your own Citrix ADC deployment. Use terraform plan
and terraform apply
to configure the Citrix ADC.
Modify the set of backend services and use terraform plan
and terraform apply
to verify the changes