From 0fb8361d35dbc68b093d9fb26b33819755bf8703 Mon Sep 17 00:00:00 2001 From: George Nikolopoulos Date: Tue, 11 Aug 2020 13:29:31 +0300 Subject: [PATCH] Update README Signed-off-by: George Nikolopoulos --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ce0d9573..007b79e1a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ ADC](https://www.citrix.com/products/netscaler-adc/) ## Description -This project is a terraform custom provider for Citrix ADC. It uses the [Nitro API](https://developer-docs.citrix.com/projects/netscaler-nitro-api/en/12.0/) to create/configure LB configurations. +This project is a terraform custom provider for Citrix ADC. Configure your ADCs using Terraform for different use-cases such as Load Balancing, SSL, Content Switching, GSLB, NAT etc. These ADCs could be deployed anywhere - Public Cloud , On-Prem etc. + +All the ADC modules available for Terraform automation can be found in citrixadc folder. It uses the [Nitro API](https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/) to create/configure LB configurations. To get you started quickly we also have configuration examples in the example folder. You can modify them for your configurations or create your own. + +To deploy Citrix ADC in public clouds, check out cloud scripts in github repo [terraform-cloud-scripts](https://github.com/citrix/terraform-cloud-scripts) . **Important note: The provider will not commit the config changes to Citrix ADC's persistent store.**