We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e1e05 commit f0f7ec3Copy full SHA for f0f7ec3
ec2/config.json.template
@@ -27,5 +27,6 @@
27
{
28
"uri": "https://${cluster_name}.byoc.unison.cloud"
29
}
30
- ]
+ ],
31
+ "cloudApiTcpConfig": { "type": "everybody" }
32
eks/unison.tf
@@ -96,7 +96,8 @@ EOF
96
97
"uri": "https://${var.cluster_name}.byoc.unison.cloud"
98
99
100
+ "tcpConfig" : { "type": "everybody" }
101
102
EOF
103
0 commit comments