appdynamics

3191110276/appdynamics/kubernetes

Terraform Module HCL KUBERNETES
Install
module "appdynamics" {
source = "3191110276/appdynamics/kubernetes"
version = "0.2.12"
}
plain text: /constructs/tfmod-3191110276-appdynamics-kubernetes/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform module for AppDynamics on Kubernetes

Inputs (26)
NameTypeDescriptionDefault
appd_account_namestring required
appd_global_accountstring required
appd_usernamestring required
appd_passwordstring required
appd_controller_urlstringThe URL of the AppDynamics controller, including port. required
appd_controller_keystring required
cluster_namestringThe name that should be used to represent the Kubernetes cluster and the DB Coll required
appd_controller_hostnamestringThe nostname of the AppDynamics controller. required
db_typestring"MYSQL"
db_portstring""
db_passwordstring"password"
proxy_urlstringURL of the proxy used for establishing connections to the AppDynamics controller""
proxy_hoststring""
db_hostnamestring""
deploy_clusteragentstringDetermines if the Cluster Agent should be deployed.true
deploy_dbcollectorstringDetermines if the DB Collector should be deployed.true
appd_controller_sslbooltrue
ns_to_instrumentstringThe namespace(s) to instrument."default"
db_usernamestring"admin"
namespacestringNamespace used for deploying the AppDynamics objects."appdynamics"
appd_controller_portnumber443
ns_to_monitorlistThe list of namespaces to monitor.[ "default", "kube-system", "kube-
instrumentation_app_namestringThe application that the instrumented components will be assigned to."instrumented_app"
db_namestring"DB"
create_namespacestringDetermines if the namespace should be created by the module.true
proxy_portstring""
Resources (1)
kubernetes_namespace
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.12
Cloud KUBERNETES
★ Stars0
Forks2
Total downloads5.7k
Inputs26
Resources1
Submodules2
Namespace3191110276
Updated