Files
opentf/internal/command/cliconfig/testdata/config-location.tpl
2025-10-29 12:03:55 -05:00

13 lines
284 B
Smarty

{{$index := .Index}}
host "config{{$index}}.example.com" {
services = {
"modules.v{{$index}}" = "https://config{{$index}}.example.com/",
}
}
{{range .Subdomains}}
host "{{.}}.example.com" {
services = {
"modules.v{{$index}}" = "https://{{.}}.example.com/",
}
}
{{end}}