20 lines
577 B
Python
20 lines
577 B
Python
# terrascript/provider/aztfmod/azurecaf.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:12:56 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class azurecaf(terrascript.Provider):
|
|
"""Terraform provider for Cloud Adoption Framework for Azure"""
|
|
|
|
__description__ = "Terraform provider for Cloud Adoption Framework for Azure"
|
|
__namespace__ = "aztfmod"
|
|
__name__ = "azurecaf"
|
|
__source__ = "https://github.com/aztfmod/terraform-provider-azurecaf"
|
|
__version__ = "1.2.6"
|
|
__published__ = "2021-08-24T11:15:34Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["azurecaf"]
|