20 lines
517 B
Python
20 lines
517 B
Python
# terrascript/provider/hashicorp/vsphere.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:30:54 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class vsphere(terrascript.Provider):
|
|
"""terraform-provider-vsphere"""
|
|
|
|
__description__ = "terraform-provider-vsphere"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "vsphere"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-vsphere"
|
|
__version__ = "2.0.2"
|
|
__published__ = "2021-06-25T18:32:24Z"
|
|
__tier__ = "official"
|
|
|
|
|
|
__all__ = ["vsphere"]
|