https://github.com/netscaler/netscaler-terraform-modules
Part of NetScaler Automation Toolkit
https://github.com/netscaler/netscaler-terraform-modules
aws azure citrix citrix-adc citrix-netscaler devops netscaler netscaler-automation-toolkit terraform terraform-module vpx
Last synced: 11 months ago
JSON representation
Part of NetScaler Automation Toolkit
- Host: GitHub
- URL: https://github.com/netscaler/netscaler-terraform-modules
- Owner: netscaler
- Created: 2019-04-05T09:06:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T04:52:03.000Z (about 1 year ago)
- Last Synced: 2025-04-01T10:21:16.741Z (about 1 year ago)
- Topics: aws, azure, citrix, citrix-adc, citrix-netscaler, devops, netscaler, netscaler-automation-toolkit, terraform, terraform-module, vpx
- Language: HCL
- Homepage: https://github.com/netscaler/automation-toolkit
- Size: 3.95 MB
- Stars: 18
- Watchers: 12
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Citrix ADC Terraform scripts for deployment
This repository contains terraform scripts for automating Citrix ADC
deployment on AWS, Azure, GCP and ESX.`aws` , `azure`, `gcp` and `esxi` contains scripts for deploying ADC VPX in their resepctive environment.
It also contains the necessary documentation, refer to each folder's README file for more information.The intent is to be utilized as starting points for a more custom configuration that will match the user's needs.
Post a successful deployment of VPX in your environment,leverage [Citrix ADC Terraform provider](https://github.com/citrix/terraform-provider-citrixadc) to configure ADC with load balancing , content switching, WAF etc.
> :round_pushpin:Learn more about Citrix ADC Automation [here](https://docs.citrix.com/en-us/citrix-adc/current-release/deploying-vpx/citrix-adc-automation.html)
> :round_pushpin:For ADC configurations post deployment , check out [ADC Terraform Provider](https://github.com/citrix/terraform-provider-citrixadc) or [Hashicorp registry](https://registry.terraform.io/providers/citrix/citrixadc/latest)
> :envelope: For any immediate issues or help , reach out to us at NetScaler-AutomationToolkit@cloud.com !
# Beginners Guide to Terraform Cloud Scripts
**VPX in AWS** - You can get started with [deploying Citrix ADC in High Availability mode across AWS Availability Zones](./aws/deployments/ha_across_az/for_external_apps/)
**VPX in Azure** - You can get started with [deploying Citrix ADC in High Availability mode across Azure Availability Sets](./azure/deployments/ha_availability_set/)
**VPX in GCP** - You can get started with [deploying Citrix ADC in High Availability mode across GCP Availability Zones](./gcp/deployments/ha_pair_external_ip/)
**VPX in ESXi** - You can get started with [deploying Citrix ADC in High Availability mode](./esxi/deployments/ha_pair/)