You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To automate the connection between NetApp CVS and Managed Active Directory (ref: documentation), we are presently using an effectively undocumented API (with the assistance of NetApp SMEs). We are using Terraform to codify infrastructure, and are presently shelling out to a side-by-side Python script (as provided by NetApp). It would be incredibly valuable to have this process codified in the NetApp Terraform provider so we can minimize exceptions to Terraform as a unified control plane.
The text was updated successfully, but these errors were encountered:
The API is documented in the public API definition of CVS at https://cloudvolumesgcp-api.netapp.com/swagger.json. Look for the /v2/projects/{projectNumber}/locations/{locationId}/Peering/Domain API endpoints.
I agree that having TF support would simplify things.
To automate the connection between NetApp CVS and Managed Active Directory (ref: documentation), we are presently using an effectively undocumented API (with the assistance of NetApp SMEs). We are using Terraform to codify infrastructure, and are presently shelling out to a side-by-side Python script (as provided by NetApp). It would be incredibly valuable to have this process codified in the NetApp Terraform provider so we can minimize exceptions to Terraform as a unified control plane.
The text was updated successfully, but these errors were encountered: