20 lines
542 B
Python
20 lines
542 B
Python
# terrascript/provider/AviatrixSystems/aviatrix.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:12:12 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class aviatrix(terrascript.Provider):
|
|
"""Terraform Aviatrix provider"""
|
|
|
|
__description__ = "Terraform Aviatrix provider"
|
|
__namespace__ = "AviatrixSystems"
|
|
__name__ = "aviatrix"
|
|
__source__ = "https://github.com/AviatrixSystems/terraform-provider-aviatrix"
|
|
__version__ = "2.20.0"
|
|
__published__ = "2021-08-18T00:03:49Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["aviatrix"]
|