20 lines
599 B
Python
20 lines
599 B
Python
# terrascript/provider/chanzuckerberg/bless.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:13:34 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class bless(terrascript.Provider):
|
|
"""Terraform provider to automate the creation of BLESS deployments"""
|
|
|
|
__description__ = "Terraform provider to automate the creation of BLESS deployments"
|
|
__namespace__ = "chanzuckerberg"
|
|
__name__ = "bless"
|
|
__source__ = "https://github.com/chanzuckerberg/terraform-provider-bless"
|
|
__version__ = "0.5.0"
|
|
__published__ = "2021-01-15T20:17:30Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["bless"]
|