-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Currently, Terraform users cannot query Security Technical Implementation Guide (STIG) controls from Nutanix via the V4 API. This limits the ability to automate security compliance workflows and reference STIG definitions in Terraform-managed infrastructure.
Describe the solution you'd like
Introduce a new Terraform data source nutanix_stigs_v2
that fetches available STIGs using the V4 Security API. This data source should expose key information such as extId, title, ruleId, allowing users to integrate STIG compliance controls into Terraform workflows.
Describe alternatives you've considered
- Manually retrieving STIG controls from the Nutanix console or API (less efficient and error-prone).
- Hardcoding STIG definitions in Terraform configurations (not scalable and difficult to maintain).
Additional context
- API Reference: List STIGs (V4 Security API)
- This feature would enable automated policy enforcement and improve security compliance in Terraform-managed environments.