20 lines
518 B
Python
20 lines
518 B
Python
# terrascript/provider/hashicorp/azurerm.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:13:11 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class azurerm(terrascript.Provider):
|
|
"""terraform-provider-azurerm"""
|
|
|
|
__description__ = "terraform-provider-azurerm"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "azurerm"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-azurerm"
|
|
__version__ = "2.78.0"
|
|
__published__ = "2021-09-24T00:03:55Z"
|
|
__tier__ = "official"
|
|
|
|
|
|
__all__ = ["azurerm"]
|