Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 23, 2024
1 parent a9c24fd commit c605319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/mesh_cluster/ansible.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "ansible_group" "lb" {
ansible_user = var.mesh_local_user
ansible_ssh_private_key_file = "../terraform/${path.module}/mesh${var.mesh_env_name}"
ansible_ssh_common_args = "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
EXTERNAL_LISTEN_IPS = join(";", var.mesh_external_ip)
EXTERNAL_LISTEN_IPS = join(";", var.mesh_external_ips)
LB_HOSTNAME = "k8s-lb-${var.mesh_env_name}"
INTERNAL_NETWORK_BLOCK = format("%s/%s", var.mesh_net_block, var.mesh_networkrange)
INTERNAL_NETWORK_RANGE = var.mesh_networkrange
Expand Down

0 comments on commit c605319

Please sign in to comment.