variable "aws_region" {
  default     = "us-east-1"
  description = "Which AWS region to spin up the environment in"
}

variable "datadog_aws_account_id" {
  description = "Datadogs AWS account id that does the collection"
  default     = "464622532012"
}

variable "environment" {
  description = "Available values:  dev, qa, prod."
  default     = "dev"
}
