20 lines
619 B
Python
20 lines
619 B
Python
# terrascript/provider/tozny/tozny.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:59 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class tozny(terrascript.Provider):
|
|
"""Tozny Terraform provider for Infrastructure As Code (IAC) automation of Tozny products."""
|
|
|
|
__description__ = "Tozny Terraform provider for Infrastructure As Code (IAC) automation of Tozny products."
|
|
__namespace__ = "tozny"
|
|
__name__ = "tozny"
|
|
__source__ = "https://github.com/tozny/terraform-provider-tozny"
|
|
__version__ = "0.14.0"
|
|
__published__ = "2021-09-14T20:50:50Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["tozny"]
|