A Terraform Provider for AppDynamics. Provides resources for creating Health Rules, Actions and configuring Transaction detection through Terraform.
Download the latest version of the provider and place it where terraform will find it e.g. ~/.terraform.d/plugins/
.
See the terraform documentation for more information.
The latest downloads can be found in the Terraform Registry and attached to the latest release.
Make sure to download the correct version for your OS.
To use the AppDynamics Terraform provider you must configure it with the controller base url and a secret. A secret can be generated in the AppDynamics UI as documented here.
provider "appdynamics" {
secret = "<your secret>"
controller_base_url = "https://example.saas.appdynamics.com"
}
- appdynamics_action
- appdynamics_policy
- appdynamics_health_rule
- appdynamics_transaction_detection_rule
make install build
make test