20 lines
593 B
Python
20 lines
593 B
Python
# terrascript/provider/NetApp/netapp_gcp.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:22:18 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class netapp_gcp(terrascript.Provider):
|
|
"""Support for Volume, Snapshot, and Active Directory resources."""
|
|
|
|
__description__ = "Support for Volume, Snapshot, and Active Directory resources."
|
|
__namespace__ = "NetApp"
|
|
__name__ = "netapp-gcp"
|
|
__source__ = "https://github.com/NetApp/terraform-provider-netapp-gcp"
|
|
__version__ = "21.9.0"
|
|
__published__ = "2021-09-01T21:34:53Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["netapp_gcp"]
|