Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netscaler/terraform-provider-netscalersdx
Manage (Configure) SDX via this terraform provider
https://github.com/netscaler/terraform-provider-netscalersdx
netscaler-automation-toolkit
Last synced: 2 months ago
JSON representation
Manage (Configure) SDX via this terraform provider
- Host: GitHub
- URL: https://github.com/netscaler/terraform-provider-netscalersdx
- Owner: netscaler
- Created: 2022-07-12T06:54:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T10:21:46.000Z (8 months ago)
- Last Synced: 2024-05-22T10:35:51.017Z (8 months ago)
- Topics: netscaler-automation-toolkit
- Language: Go
- Homepage: https://registry.terraform.io/providers/netscaler/netscalersdx/latest/docs
- Size: 7.41 MB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Terraform `NetScaler SDX` Provider
Terraform provider for [NetScaler SDX](https://docs.netscaler.com/en-us/netscaler-hardware-platforms/sdx.html) provides [Infrastructure as Code (IaC)](https://en.wikipedia.org/wiki/Infrastructure_as_code) to manage your ADCs via SDX. Using the terraform provider you can provision VPXs on SDX, start, stop, reboot the VPXs on SDX.
## Requirements
* [Terraform](https://www.terraform.io/downloads.html) 1.x.x
* [Go](https://golang.org/doc/install) 1.11+ (to build the provider plugin)## Examples
Example terraform scripts can be found in [examples](./examples/) folder
## Installing The Provider
This provider is part of terraform registry. Refer for more details
## Using the provider
Documentation can be found [here](./PROVIDER_USAGE.md).
Terraform Registry link: