20 lines
558 B
Python
20 lines
558 B
Python
# terrascript/provider/hashicorp/hashicups.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:18:02 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class hashicups(terrascript.Provider):
|
|
"""Terraform provider for Hashicups demo app"""
|
|
|
|
__description__ = "Terraform provider for Hashicups demo app"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "hashicups"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-hashicups"
|
|
__version__ = "0.3.1"
|
|
__published__ = "2020-10-07T20:43:50Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["hashicups"]
|