Skip to content

Repository for the Dynatrace Environment resources used by the Core Cloud team

Notifications You must be signed in to change notification settings

UKHomeOffice/core-cloud-dynatrace-environment-terraform

Repository files navigation

core-cloud-dynatrace-environment-terraform

This terraform module is used to create Dynatrace environment specific resources.

Metrics to monitor

By default, services defined in the default_metrics.yaml will be monitored on all the aws connections specified in the input (from the terragrunt repo).

This set of services can be topped up or completely replaced by including/altering relavant sections as specified in the https://github.com/UKHomeOffice/core-cloud-dynatrace-terragrunt documentation.

Requirements

Name Version
dynatrace ~> 1.0

Providers

Name Version
dynatrace ~> 1.0

Modules

No modules.

Inputs

Name Description Type Default Required
aws_connections A map of AWS Connections to create. The key is the name of the connection.
map(object({
account_id = string
iam_role = string
optional_services_top_up = map(object)
optional_exclusive_services = map(object)
}))
{} no (Both the the optional_services_top_up and optional_exclusive_services can either be empty or completely omitted.)

Outputs

No outputs.

About

Repository for the Dynatrace Environment resources used by the Core Cloud team

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages