diff options
Diffstat (limited to 'fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl')
-rw-r--r-- | fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl b/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl index b943c3b0b0..cb36dbb138 100644 --- a/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl +++ b/fdio.infra.terraform/terraform-aws-2n-c7gn/hosts.tftpl @@ -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 |