variable "aws_region" {
  default     = "us-east-1"
  description = "All elements of the state machine execution flow have to be placed in the same region."
}

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

variable "service_name" {
  default = "base-amis"
}

variable "application_family" {
  default = "devops"
}

variable "shared_ami_kms_key_arn" {
  default = "arn:aws:kms:us-east-1:086679231553:key/1d9b335c-ceed-471f-b705-617d871014b2"
}
