20 lines
502 B
Python
20 lines
502 B
Python
# terrascript/provider/vmware/nsxt.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:22:57 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class nsxt(terrascript.Provider):
|
|
"""Terraform VMware NSX-T provider"""
|
|
|
|
__description__ = "Terraform VMware NSX-T provider"
|
|
__namespace__ = "vmware"
|
|
__name__ = "nsxt"
|
|
__source__ = "https://github.com/vmware/terraform-provider-nsxt"
|
|
__version__ = "3.2.4"
|
|
__published__ = "2021-08-27T00:47:24Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["nsxt"]
|