nutanix / terraform-provider-nutanix

Terraform Nutanix Provider
https://www.terraform.io/docs/providers/nutanix/
Mozilla Public License 2.0
97 stars 112 forks source link

Add examples for categories, protection policies, recovery plans #681

Open pupo888 opened 3 months ago

pupo888 commented 3 months ago

Is your feature request related to a problem? Please describe. At the time of this request there are a number of missing examples of how to use TF to accomplish various administrative tasks.

Describe the solution you'd like Please add example files for missing areas. A few that come to mind are categories (add/update/delete), protection policies (add/update/delete), and recovery plans (add/update/delete, including features such as VM recovery stages, IP mapping (offset, static), network mapping).

Describe alternatives you've considered Some of these examples exist for ansible but not for terraform.

Additional context Additional examples will help with adoption. Examples should exist for both v3 and v4 API endpoints. v3 first as that is what is GA right now.