fix(terraform): Remove ansible dependency
[csit.git] / fdio.infra.terraform / terraform-aws-1n-c6in / hosts.tftpl
index f02586c..58594ef 100644 (file)
@@ -2,8 +2,4 @@ all:
   children:
     tg:
       hosts:
-        {{ tg_public_ip }}
-    sut:
-      hosts:
-        {{ dut1_public_ip | default() }}
-        {{ dut2_public_ip | default() }}
+        ${tg_public_ip}
\ No newline at end of file