variable "team_name" {
  type    = string
  default = "devops"
}

variable "environment" {
  default = "dev"
}

variable "service_name" {
  default = "rs"
}

variable "application_family" {
  default = "royaltyshare"
}

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