20 lines
463 B
Python
20 lines
463 B
Python
# terrascript/provider/paultyng/twitter.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:29:28 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class twitter(terrascript.Provider):
|
|
""""""
|
|
|
|
__description__ = ""
|
|
__namespace__ = "paultyng"
|
|
__name__ = "twitter"
|
|
__source__ = "https://github.com/paultyng/terraform-provider-twitter"
|
|
__version__ = "0.1.0"
|
|
__published__ = "2020-09-11T21:16:59Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["twitter"]
|