Skip to content

HarryEMartland/terraform-provider-appdynamics

Repository files navigation

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

Building

make install build

Testing

Unit Tests
make test

About

A Terraform Provider for AppDynamics. Provides resources for creating Health Rules, Actions and configuring Transaction detection through Terraform.

Topics

Resources

License

Stars

Watchers

Forks