locals {
service_uri = var.service_uri == null ? join(".", [var.service_name, var.server_dns]) : var.service_uri
}