bouwroute-devops/infra/modules/rancher/traefik.tf

6 lines
117 B
HCL

module "traefik" {
source = "../../modules/traefik"
config_path = local_file.kube_config_server_yaml.filename
}