app
3191110276/app/appdynamics
Terraform Module
HCL
APPDYNAMICS
Install
module "app" {
source = "3191110276/app/appdynamics"
version = "0.1.6"
}
README
Terraform module for creating AppDynamics APM and EUM applications
Inputs (4)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | The name of the application that will appear in the AppDynamics UI. | required |
| description | string | The description of the application that will appear in the AppDynamics UI. | "" |
| create_apm | bool | Determines if an APM application will be created. | true |
| create_eum | bool | Determines if an EUM application will be created. | true |
Outputs (1)
eum_keyResources (2)
appdynamics_apm_applicationappdynamics_eum_application
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.6
Cloud APPDYNAMICS
★ Stars0
Forks3
Total downloads1.1k
Inputs4
Outputs1
Resources2
Namespace3191110276
Updated