20 lines
544 B
Python
20 lines
544 B
Python
# terrascript/provider/splunk-terraform/signalfx.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:27:12 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class signalfx(terrascript.Provider):
|
|
"""Terraform SignalFx provider"""
|
|
|
|
__description__ = "Terraform SignalFx provider"
|
|
__namespace__ = "splunk-terraform"
|
|
__name__ = "signalfx"
|
|
__source__ = "https://github.com/splunk-terraform/terraform-provider-signalfx"
|
|
__version__ = "6.7.7"
|
|
__published__ = "2021-09-17T20:36:31Z"
|
|
__tier__ = "partner"
|
|
|
|
|
|
__all__ = ["signalfx"]
|