module "tags_with_service_name" {
  source             = "../"
  environment        = "test"
  application_family = "devops"
  service_name       = "test_service"
  team_name          = "devops"
}

module "tags_without_service_name" {
  source             = "../"
  environment        = "test"
  application_family = "devops"
  team_name          = "devops"
}
