20 lines
539 B
Python
20 lines
539 B
Python
# terrascript/provider/hashicorp/azurestack.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:13:15 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class azurestack(terrascript.Provider):
|
|
"""terraform-provider-azurestack"""
|
|
|
|
__description__ = "terraform-provider-azurestack"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "azurestack"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-azurestack"
|
|
__version__ = "0.10.0"
|
|
__published__ = "2021-04-27T22:29:04Z"
|
|
__tier__ = "official"
|
|
|
|
|
|
__all__ = ["azurestack"]
|