20 lines
797 B
Python
20 lines
797 B
Python
# terrascript/provider/HarryEMartland/appdynamics.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:11:50 UTC)
|
|
|
|
import terrascript
|
|
|
|
|
|
class appdynamics(terrascript.Provider):
|
|
"""A Terraform Provider for AppDynamics. Provides resources for creating Health Rules, Actions and configuring Transaction detection through Terraform."""
|
|
|
|
__description__ = "A Terraform Provider for AppDynamics. Provides resources for creating Health Rules, Actions and configuring Transaction detection through Terraform."
|
|
__namespace__ = "HarryEMartland"
|
|
__name__ = "appdynamics"
|
|
__source__ = "https://github.com/HarryEMartland/terraform-provider-appdynamics"
|
|
__version__ = "0.1.0"
|
|
__published__ = "2020-08-12T18:20:16Z"
|
|
__tier__ = "community"
|
|
|
|
|
|
__all__ = ["appdynamics"]
|