acdc-dynatrace-configuration/environments/aws/eu-west-1/int/variables.tf

12 lines
210 B
HCL

variable "aws_region" {
description = "The aws region to deploy in"
}
variable "dt_env_url" {
description = "Dynatrace Environment URL"
}
variable "dt_api_token" {
description = "Dynatrace API Token"
}