20 lines
518 B
Python
20 lines
518 B
Python
# terrascript/provider/paultyng/null.py
|
|
# Automatically generated by tools/makecode.py (24-Aug-2021 11:33:28 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class null(terrascript.Provider):
|
|
"""Fork of the Terraform null provider"""
|
|
|
|
__description__ = "Fork of the Terraform null provider"
|
|
__namespace__ = "paultyng"
|
|
__name__ = "null"
|
|
__source__ = "https://github.com/paultyng/terraform-provider-null"
|
|
__version__ = "0.1.1"
|
|
__published__ = "2020-06-15T01:01:12Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["null"]
|