20 lines
489 B
Python
20 lines
489 B
Python
# terrascript/provider/hashicorp/tls.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:45 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class tls(terrascript.Provider):
|
|
"""terraform-provider-tls"""
|
|
|
|
__description__ = "terraform-provider-tls"
|
|
__namespace__ = "hashicorp"
|
|
__name__ = "tls"
|
|
__source__ = "https://github.com/hashicorp/terraform-provider-tls"
|
|
__version__ = "3.1.0"
|
|
__published__ = "2021-02-19T17:58:57Z"
|
|
__tier__ = "official"
|
|
|
|
|
|
__all__ = ["tls"]
|