20 lines
496 B
Python
20 lines
496 B
Python
# terrascript/provider/hashicorp/time.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:43 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class time(terrascript.Provider):
|
|
"""terraform-provider-time"""
|
|
|
|
__description__ = "terraform-provider-time"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "time"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-time"
|
|
__version__ = "0.7.2"
|
|
__published__ = "2021-07-01T17:40:41Z"
|
|
__tier__ = "official"
|
|
|
|
|
|
__all__ = ["time"]
|