20 lines
584 B
Python
20 lines
584 B
Python
# terrascript/provider/phillbaker/elasticsearch.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:15:48 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class elasticsearch(terrascript.Provider):
|
|
"""An elasticsearch provider for terraform"""
|
|
|
|
__description__ = "An elasticsearch provider for terraform"
|
|
__namespace__ = "phillbaker"
|
|
__name__ = "elasticsearch"
|
|
__source__ = "https://github.com/phillbaker/terraform-provider-elasticsearch"
|
|
__version__ = "2.0.0-beta.1"
|
|
__published__ = "2021-08-30T20:05:29Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["elasticsearch"]
|