variable "opco_name" { description = "Name of the OPCO" type = string } variable "app_name" { description = "Name of the application" type = string } variable "team_name" { description = "Name of the responsible team" type = string } variable "image_name" { description = "Name of the responsible team" type = string } variable "aws_region" { description = "Defines the AWS region where the resources are located" type = string } variable "env" { description = "Specifies the environment to monitor (dev, tst, stg, prd)" type = string } variable "api_key" { description = "Set the Datadog API key" type = string } variable "app_key" { description = "Set the Datadog APP key" type = string } #variable "api_url" { # description = "Which API to Connect to, we are using the EU one for GDPR compliance" # type = string # default = "https://api.datadoghq.eu" #} #variable "http_client_retry_enabled" { # description = "Enables Request retries on HTTP status codes 429 and 5xx" # type = bool # default = true #} #variable "http_client_retry_timeout" { # description = "Sets the number of HTTP request retry timeout period" # type = string # default = "" #} #variable "validate" { # description = "Validates the provided APP and API keys during provider initialization" # type = bool # default = true #} variable "url" { description = "Synthetics URL" type = string }