20 lines
736 B
Python
20 lines
736 B
Python
# terrascript/provider/NetApp/netapp_cloudmanager.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:22:08 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class netapp_cloudmanager(terrascript.Provider):
|
|
"""Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP."""
|
|
|
|
__description__ = "Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP."
|
|
__namespace__ = "NetApp"
|
|
__name__ = "netapp-cloudmanager"
|
|
__source__ = "https://github.com/NetApp/terraform-provider-netapp-cloudmanager"
|
|
__version__ = "21.9.2"
|
|
__published__ = "2021-09-22T22:50:57Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["netapp_cloudmanager"]
|