variable "name_prefix" {
  type        = string
  description = "Prefix which will be applied to the names of resources."
}

variable "region_id" {
  type        = string
  description = "AWS region id"
  default     = "us-east-1"
}
