20 lines
572 B
Python
20 lines
572 B
Python
# terrascript/provider/invidian/stdlib.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:59 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class stdlib(terrascript.Provider):
|
|
"""Terraform provider with collection of useful data sources"""
|
|
|
|
__description__ = "Terraform provider with collection of useful data sources"
|
|
__namespace__ = "invidian"
|
|
__name__ = "stdlib"
|
|
__source__ = "https://github.com/invidian/terraform-provider-stdlib"
|
|
__version__ = "0.1.1"
|
|
__published__ = "2020-08-18T20:52:51Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["stdlib"]
|