Skip to content

Commit 768f570

Browse files
Create README.md
1 parent d56a841 commit 768f570

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Usage of the examples
2+
3+
> You can find the setting up of the provider in the [PROVIDER_USAGE.md](./PROVIDER_USAGE.md) file.
4+
5+
Below is the table showing the usecase you would like to achieve and where you can find the respective example.
6+
7+
| Usecase | Terraform Example Folder | Documentation |
8+
|---------|---------|-------------------|
9+
| Add a VPX present in AWS, Azure, GCP and manage from ADM | [resources/citrixadm_managed_device](examples/resources/citrixadm_managed_device) | [HERE](./docs/resources/managed_device.md)|
10+
| Allocate Pooled license to the managed VPX from ADM | [resources/citrixadm_managed_device_allocate_license](examples/resources/citrixadm_managed_device_allocate_license) | [HERE](./docs/resources/managed_device_allocate_license.md)|
11+
| Create a new NS Device Profile | [resources/citrixadm_ns_device_profile](examples/resources/citrixadm_ns_device_profile) | [HERE](./docs/resources/ns_device_profile.md)|
12+
| Upload a Stylebook to ADM | [resources/citrixadm_stylebook](examples/resources/citrixadm_stylebook) | [HERE](./docs/resources/stylebook.md)|
13+
| Apply an existing Stylebook (by creating a config-pack) in ADM and optionally apply the stylebook config to one or more ADC targets | [resources/citrixadm_stylebook_configpack](examples/resources/citrixadm_stylebook_configpack) | [HERE](./docs/resources/stylebook_configpack.md)|
14+
| Provision VPX on SDX from ADM | [examples/resources/citrixadm_provision_vpx](examples/resources/citrixadm_provision_vpx) | [HERE](./docs/resources/provision_vpx.md)|

0 commit comments

Comments
 (0)