File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
"@types/jest" : " ^27.4.1" ,
23
23
"@typescript-eslint/eslint-plugin" : " ^4.33.0" ,
24
24
"@typescript-eslint/parser" : " ^4.33.0" ,
25
- "@vercel/ncc" : " ^0.33.3 " ,
25
+ "@vercel/ncc" : " ^0.33.4 " ,
26
26
"eslint" : " ^7.32.0" ,
27
27
"eslint-plugin-prettier" : " 4.0.0" ,
28
28
"jest" : " 27.5.1" ,
Original file line number Diff line number Diff line change 1707
1707
" @typescript-eslint/types" " 4.33.0"
1708
1708
eslint-visitor-keys "^2.0.0"
1709
1709
1710
- " @vercel/ncc@^0.33.3 " :
1711
- version "0.33.3 "
1712
- resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.33.3 .tgz#aacc6b3ea9f7b175e0c9a18c9b97e4005a2f4fcc "
1713
- integrity sha512-JGZ11QV+/ZcfudW2Cz2JVp54/pJNXbsuWRgSh2ZmmZdQBKXqBtIGrwI1Wyx8nlbzAiEFe7FHi4K1zX4//jxTnQ ==
1710
+ " @vercel/ncc@^0.33.4 " :
1711
+ version "0.33.4 "
1712
+ resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.33.4 .tgz#e44a87511f583b7ba88e4b9ae90eeb7ba252b872 "
1713
+ integrity sha512-ln18hs7dMffelP47tpkaR+V5Tj6coykNyxJrlcmCormPqRQjB/Gv4cu2FfBG+PMzIfdZp2CLDsrrB1NPU22Qhg ==
1714
1714
1715
1715
abab@^2.0.3, abab@^2.0.5 :
1716
1716
version "2.0.5"
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ output "role_scale_down" {
23
23
}
24
24
25
25
output "role_pool" {
26
- value = length (var. pool_config ) == 0 ? {} : module. pool . role_pool
26
+ value = length (var. pool_config ) == 0 ? null : module. pool [ 0 ] . role_pool
27
27
}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ output "runners" {
9
9
role_runner = module.runners.role_runner
10
10
role_scale_up = module.runners.role_scale_up
11
11
role_scale_down = module.runners.role_scale_down
12
+ role_pool = module.runners.role_pool
12
13
}
13
14
}
14
15
You can’t perform that action at this time.
0 commit comments