20 lines
526 B
Python
20 lines
526 B
Python
# terrascript/provider/vmware/vra.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:30:45 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class vra(terrascript.Provider):
|
|
"""Terraform VMware vRealize Automation provider"""
|
|
|
|
__description__ = "Terraform VMware vRealize Automation provider"
|
|
__namespace__ = "vmware"
|
|
__name__ = "vra"
|
|
__source__ = "https://github.com/vmware/terraform-provider-vra"
|
|
__version__ = "0.3.11"
|
|
__published__ = "2021-09-09T15:15:14Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["vra"]
|