# README
AppDynamics Terraform Provider
A Terraform Provider for AppDynamics. Provides resources for creating Health Rules, Actions and configuring Transaction detection through Terraform.
Download
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.
Configuration
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.
Example
provider "appdynamics" {
secret = "<your secret>"
controller_base_url = "https://example.saas.appdynamics.com"
}
Resources
- appdynamics_action
- appdynamics_policy
- appdynamics_health_rule
- appdynamics_transaction_detection_rule
Building
make install build
Testing
Unit Tests
make test
# Packages
No description provided by the author