File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -132,17 +132,17 @@ data "coder_parameter" "image_type" {
132
132
133
133
locals {
134
134
default_regions = {
135
- " north-america" : " us-pittsburgh"
136
- " europe" : " eu-helsinki"
137
- " australia" : " ap-sydney"
138
- " south-america" : " sa-saopaulo"
139
- " africa" : " za-cpt"
135
+ " north-america" : " us-pittsburgh"
136
+ " europe" : " eu-helsinki"
137
+ " australia" : " ap-sydney"
138
+ " south-america" : " sa-saopaulo"
139
+ " africa" : " za-cpt"
140
140
}
141
141
142
142
user_groups = data. coder_workspace_owner . me . groups
143
143
user_region = coalescelist ([
144
- for g in local . user_groups :
145
- local . default_regions [g ] if contains (keys (local. default_regions ), g)
144
+ for g in local . user_groups :
145
+ local . default_regions [g ] if contains (keys (local. default_regions ), g)
146
146
], [" us-pittsburgh" ])[0 ]
147
147
}
148
148
You can’t perform that action at this time.
0 commit comments