acdc-dynatrace-configuration/modules/aws/dynatrace/variables.tf

14 lines
284 B
HCL

variable "name" {
description = "Name to be used on all the resources as identifier"
type = string
}
variable "stage" {
description = "Environment stage"
type = string
}
variable "region" {
type = string
description = "The aws region to deploy in"
}