variable "aws_profile" {
  type        = string
  description = "The name of the AWS profile as set in the shared credentials file."
}

variable "aws_region_id" {
  type        = string
  description = "The id of the region in AWS"
  default     = "us-east-1"
}



variable "elasticsearch_domain" {
  type        = string
  description = "Elasticsearch domain name"
}
