diff options
author | 2024-12-12 10:36:40 +0100 | |
---|---|---|
committer | 2024-12-12 09:44:01 +0000 | |
commit | f690e68b5b075127e5f4f4ce9ffb6b6e8b498030 (patch) | |
tree | c4f127fb423450ea14c0b60444f61a99e1b1d9c0 | |
parent | dec5aa5c278a105220cdc8c853f68a120ec4e716 (diff) |
feat(terraform): AWS TG port
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: I8d651ba768910ce5a28f5234703e68082b6bba35
5 files changed, 5 insertions, 5 deletions
diff --git a/fdio.infra.terraform/terraform-aws-1n-aws-c5n/topology-1n-aws-c5n.tftpl b/fdio.infra.terraform/terraform-aws-1n-aws-c5n/topology-1n-aws-c5n.tftpl index c99d1f5ebc..9233b7852b 100644 --- a/fdio.infra.terraform/terraform-aws-1n-aws-c5n/topology-1n-aws-c5n.tftpl +++ b/fdio.infra.terraform/terraform-aws-1n-aws-c5n/topology-1n-aws-c5n.tftpl @@ -12,7 +12,7 @@ nodes: subtype: TREX host: "${tg_public_ip}" arch: x86_64 - port: 22 + port: 6001 username: testuser password: Csit1234 interfaces: diff --git a/fdio.infra.terraform/terraform-aws-1n-c6in/topology-1n-c6in.tftpl b/fdio.infra.terraform/terraform-aws-1n-c6in/topology-1n-c6in.tftpl index dc24577bbd..148be5c077 100644 --- a/fdio.infra.terraform/terraform-aws-1n-c6in/topology-1n-c6in.tftpl +++ b/fdio.infra.terraform/terraform-aws-1n-c6in/topology-1n-c6in.tftpl @@ -12,7 +12,7 @@ nodes: subtype: TREX host: "${tg_public_ip}" arch: x86_64 - port: 22 + port: 6001 username: testuser password: Csit1234 interfaces: diff --git a/fdio.infra.terraform/terraform-aws-2n-aws-c5n/topology-2n-aws-c5n.tftpl b/fdio.infra.terraform/terraform-aws-2n-aws-c5n/topology-2n-aws-c5n.tftpl index 313b4b3d86..ccd40d5f95 100644 --- a/fdio.infra.terraform/terraform-aws-2n-aws-c5n/topology-2n-aws-c5n.tftpl +++ b/fdio.infra.terraform/terraform-aws-2n-aws-c5n/topology-2n-aws-c5n.tftpl @@ -12,7 +12,7 @@ nodes: subtype: TREX host: "${tg_public_ip}" arch: x86_64 - port: 22 + port: 6001 username: testuser password: Csit1234 interfaces: diff --git a/fdio.infra.terraform/terraform-aws-2n-c6in/topology-2n-c6in.tftpl b/fdio.infra.terraform/terraform-aws-2n-c6in/topology-2n-c6in.tftpl index d012d335b6..c5d1d0cdae 100644 --- a/fdio.infra.terraform/terraform-aws-2n-c6in/topology-2n-c6in.tftpl +++ b/fdio.infra.terraform/terraform-aws-2n-c6in/topology-2n-c6in.tftpl @@ -12,7 +12,7 @@ nodes: subtype: TREX host: "${tg_public_ip}" arch: x86_64 - port: 22 + port: 6001 username: testuser password: Csit1234 interfaces: diff --git a/fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl b/fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl index a0fa5fc191..986157dc48 100644 --- a/fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl +++ b/fdio.infra.terraform/terraform-aws-2n-c7gn/topology-2n-c7gn.tftpl @@ -12,7 +12,7 @@ nodes: subtype: TREX host: "${tg_public_ip}" arch: x86_64 - port: 22 + port: 6001 username: testuser password: Csit1234 interfaces: |