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.
2 parents aa8efd7 + 6cda0be commit 4ff56ebCopy full SHA for 4ff56eb
tcadmin/resources/worker_pool.py
@@ -32,6 +32,8 @@ def sort_key(lc):
32
return lc["zone"] # gcp
33
if "location" in lc:
34
return lc["location"] # azure
35
+ if "armDeployment" in lc:
36
+ return lc["armDeployment"]["parameters"]["location"]["value"] # azure ARM templates
37
if "region" in lc:
38
return lc["region"] # aws
39
0 commit comments