aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2023-12-13 09:51:01 +0000
committerpmikus <peter.mikus@protonmail.ch>2023-12-13 09:51:01 +0000
commitbc2d388fdff54399e1868d9393d65855c025dcdc (patch)
tree6bff9c1ebb07ba4c076107296df889e5e7d7f053 /fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl
parent53909d062efbceec183a6dfe31f7b84eaa4b0947 (diff)
fix(terraform): Remove ansible dependency
- terraform ansible is not supported on aarch Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: Ib463e47e9d2b9cf19bc25c6ea75c516578eac374
Diffstat (limited to 'fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl')
-rw-r--r--fdio.infra.terraform/terraform-aws-3n-c6gn/hosts.tftpl6
1 files changed, 3 insertions, 3 deletions
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