layout | page_title | sidebar_current | description |
---|---|---|---|
netapp-cloudmanager |
Provider: NetApp_CloudManager |
docs-netapp-cloudmanager-index |
The netapp-cloudmanager provider is used to interact with NetApp Cloud Manager in order to create and manage Cloud Volumes ONTAP in AWS, Azure, and GCP. The provider needs to be configured with the proper credentials before it can be used. |
The netapp-cloudmanager provider is used to interact with NetApp Cloud Manager in order to create and manage Cloud Volumes ONTAP in AWS, Azure, and GCP. The provider needs to be configured with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
~> NOTE: The netapp-cloudmanager provider currently represents initial support and therefore may undergo significant changes as the community improves it.
- Create a Cloud Manager Connector
- Create a Cloud Volumes ONTAP system (single node or HA pair)
- Create aggregates
- Create a CIFS server to enable CIFS volume creation
- Create volumes all types of volumes: NFS, CIFS, and iSCSI
provider "netapp-cloudmanager" {
refresh_token = var.cloudmanager_refresh_token
}
The following arguments are used to configure the netapp-cloudmanager provider:
refresh_token
- (Required) This is the refresh token for NetApp Cloud Manager API operations. Get the token from NetApp Cloud Central
For additional information on roles and permissions, refer to NetApp Cloud Manager documentation.