File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
scaletest/terraform/action Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ curl '${local.deployments.primary.url}/api/v2/licenses' \
35
35
36
36
europe_token=$(curl '${ local . deployments . primary . url } /api/v2/workspaceproxies' \
37
37
-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"}' \
39
39
--insecure --silent | jq -r .proxy_token)
40
40
41
41
asia_token=$(curl '${ local . deployments . primary . url } /api/v2/workspaceproxies' \
42
42
-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"}' \
44
44
--insecure --silent | jq -r .proxy_token)
45
45
46
46
mkdir -p ${ path . module } /.coderv2
You can’t perform that action at this time.
0 commit comments