variable "application_family" {
  default = "accounting"
}

variable "environment" {
  default = "prod"
}

variable "aws_region" {
  default = "us-east-1"
}

variable "service_name" {
  description = "service name, will be used."
  default     = "royaltyshare-sftp"
}
