Skip to content

Commit 486e0f2

Browse files
committed
swap icons
1 parent 9893525 commit 486e0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scaletest/terraform/action/coder_proxies.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ curl '${local.deployments.primary.url}/api/v2/licenses' \
3535
3636
europe_token=$(curl '${local.deployments.primary.url}/api/v2/workspaceproxies' \
3737
-H "Coder-Session-Token: $${token}" \
38-
--data-raw '{"name":"europe","display_name":"Europe","icon":"/emojis/1f35b.png"}' \
38+
--data-raw '{"name":"europe","display_name":"Europe","icon":"/emojis/1f950.png"}' \
3939
--insecure --silent | jq -r .proxy_token)
4040
4141
asia_token=$(curl '${local.deployments.primary.url}/api/v2/workspaceproxies' \
4242
-H "Coder-Session-Token: $${token}" \
43-
--data-raw '{"name":"asia","display_name":"Asia","icon":"/emojis/1f950.png"}' \
43+
--data-raw '{"name":"asia","display_name":"Asia","icon":"/emojis/1f35b.png"}' \
4444
--insecure --silent | jq -r .proxy_token)
4545
4646
mkdir -p ${path.module}/.coderv2

0 commit comments

Comments
 (0)