aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl
blob: f02586cc996eb615f225fecb800e3257e63dc161 (plain)
1
2
3
4
5
6
7
8
9
all:
  children:
    tg:
      hosts:
        {{ tg_public_ip }}
    sut:
      hosts:
        {{ dut1_public_ip | default() }}
        {{ dut2_public_ip | default() }}