20 lines
642 B
Python
20 lines
642 B
Python
# terrascript/provider/phzietsman/awsx.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:12:40 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class awsx(terrascript.Provider):
|
|
"""Custom terraform provider that adds a few extra resources missing in the official AWS provider"""
|
|
|
|
__description__ = "Custom terraform provider that adds a few extra resources missing in the official AWS provider"
|
|
__namespace__ = "phzietsman"
|
|
__name__ = "awsx"
|
|
__source__ = "https://github.com/phzietsman/terraform-provider-awsx"
|
|
__version__ = "1.0.0"
|
|
__published__ = "2020-06-20T10:59:00Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["awsx"]
|