devops/infra/modules/rancher/local.tf

4 lines
73 B
HCL

locals {
rancher_server_dns = join(".", ["rancher", var.server_dns])
}