20 lines
487 B
Python
20 lines
487 B
Python
# terrascript/provider/invidian/gpg.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:17:27 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class gpg(terrascript.Provider):
|
|
"""GPG Terraform provider"""
|
|
|
|
__description__ = "GPG Terraform provider"
|
|
__namespace__ = "invidian"
|
|
__name__ = "gpg"
|
|
__source__ = "https://github.com/invidian/terraform-provider-gpg"
|
|
__version__ = "0.3.0"
|
|
__published__ = "2020-08-18T21:47:59Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["gpg"]
|