30 lines
634 B
HCL

variable "app_namespace" {
description = "Namespace that the application runs in"
type = string
}
variable "app_name" {
description = "Name of the application"
type = string
}
variable "image_name" {
description = "Name of the Docker imagei to use"
type = string
}
variable "region" {
description = "Defines the AWS region where the resources are located"
type = string
}
variable "environment" {
description = "Specifies the URL for datadog to monitor"
type = string
}
variable "url" {
description = "Specifies the URL for datadog to monitor"
type = string
}