appdynamics
3191110276/appdynamics/kubernetes
Terraform Module
HCL
KUBERNETES
Install
module "appdynamics" {
source = "3191110276/appdynamics/kubernetes"
version = "0.2.12"
}
README
Terraform module for AppDynamics on Kubernetes
Inputs (26)
| Name | Type | Description | Default |
|---|---|---|---|
| appd_account_name | string | required | |
| appd_global_account | string | required | |
| appd_username | string | required | |
| appd_password | string | required | |
| appd_controller_url | string | The URL of the AppDynamics controller, including port. | required |
| appd_controller_key | string | required | |
| cluster_name | string | The name that should be used to represent the Kubernetes cluster and the DB Coll | required |
| appd_controller_hostname | string | The nostname of the AppDynamics controller. | required |
| db_type | string | "MYSQL" | |
| db_port | string | "" | |
| db_password | string | "password" | |
| proxy_url | string | URL of the proxy used for establishing connections to the AppDynamics controller | "" |
| proxy_host | string | "" | |
| db_hostname | string | "" | |
| deploy_clusteragent | string | Determines if the Cluster Agent should be deployed. | true |
| deploy_dbcollector | string | Determines if the DB Collector should be deployed. | true |
| appd_controller_ssl | bool | true | |
| ns_to_instrument | string | The namespace(s) to instrument. | "default" |
| db_username | string | "admin" | |
| namespace | string | Namespace used for deploying the AppDynamics objects. | "appdynamics" |
| appd_controller_port | number | 443 | |
| ns_to_monitor | list | The list of namespaces to monitor. | [
"default",
"kube-system",
"kube- |
| instrumentation_app_name | string | The application that the instrumented components will be assigned to. | "instrumented_app" |
| db_name | string | "DB" | |
| create_namespace | string | Determines if the namespace should be created by the module. | true |
| proxy_port | string | "" |
Resources (1)
kubernetes_namespace
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.12
Cloud KUBERNETES
★ Stars0
Forks2
Total downloads5.7k
Inputs26
Resources1
Submodules2
Namespace3191110276
Updated