Skip to content

Commit f0f7ec3

Browse files
committed
enable tcp
1 parent f4e1e05 commit f0f7ec3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ec2/config.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
{
2828
"uri": "https://${cluster_name}.byoc.unison.cloud"
2929
}
30-
]
30+
],
31+
"cloudApiTcpConfig": { "type": "everybody" }
3132
}

eks/unison.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ EOF
9696
{
9797
"uri": "https://${var.cluster_name}.byoc.unison.cloud"
9898
}
99-
]
99+
],
100+
"tcpConfig" : { "type": "everybody" }
100101
}
101102
EOF
102103
}

0 commit comments

Comments
 (0)