fix(terraform): Remove ansible dependency
[csit.git] / fdio.infra.terraform / terraform-aws-2n-c7gn / hosts.tftpl
index b943c3b..cb36dbb 100644 (file)
@@ -2,7 +2,7 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
+        ${tg_public_ip}
     sut:
       hosts:
-        {{ dut1_public_ip | default() }}
+        ${dut1_public_ip}
\ No newline at end of file