Skip to content

Terraform scripts to automate deployment and configuration of Citrix ADC (Citrix NetScaler)

Notifications You must be signed in to change notification settings

raviganapatp/terraform-cloud-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Citrix ADC Terraform automation scripts

This repository contains terraform scripts for automating Citrix ADC deployment on cloud services, such as AWS and Azure.

The intent is to be utilized as starting points for a more custom configuration that will match the user's needs.

Supported terraform versions

The terraform scripts follow the configuration syntax of terraform 0.12. Note that terraform version 0.12 introduced changes to the configuration syntax that are not compatible with the previous 0.11 version of terraform.

There exists a backports folder which contains the same scripts in configuration syntax for terraform 0.11.

Folder structure

aws contains scripts for AWS automation.

It covers deployment scenarios for AWS.

Currently the following scenarios exist

  • Citrix ADC Standalone
  • Citrix ADC in a high availability pair in a single AWS availability zone.
  • Citrix ADC in a high availability pair across two AWS availability zones.

backports contains the same folder structure as the top level directory but terraform scripts there are in configuration syntax that is valid for terraform 0.11.

Refer to each folder's README file for more information.

About

Terraform scripts to automate deployment and configuration of Citrix ADC (Citrix NetScaler)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 79.1%
  • Python 17.0%
  • Shell 3.9%