X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-aws-3n-c6gn%2Fhosts.tftpl;h=e88c8ba5105e45352d5d7e2a26881ccd6c37fa76;hp=f02586cc996eb615f225fecb800e3257e63dc161;hb=bc2d388fdff54399e1868d9393d65855c025dcdc;hpb=53909d062efbceec183a6dfe31f7b84eaa4b0947 diff --git a/fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl b/fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl index f02586cc99..e88c8ba510 100644 --- a/fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl +++ b/fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl @@ -2,8 +2,8 @@ all: children: tg: hosts: - {{ tg_public_ip }} + ${tg_public_ip} sut: hosts: - {{ dut1_public_ip | default() }} - {{ dut2_public_ip | default() }} + ${dut1_public_ip} + ${dut2_public_ip} \ No newline at end of file