20 lines
557 B
Python
20 lines
557 B
Python
# terrascript/provider/techBeck03/guacamole.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:53 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class guacamole(terrascript.Provider):
|
|
"""Terraform provider for apache gaucamole"""
|
|
|
|
__description__ = "Terraform provider for apache gaucamole"
|
|
__namespace__ = "techBeck03"
|
|
__name__ = "guacamole"
|
|
__source__ = "https://github.com/techBeck03/terraform-provider-guacamole"
|
|
__version__ = "1.2.7"
|
|
__published__ = "2021-09-07T17:36:02Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["guacamole"]
|