File tree 1 file changed +2
-2
lines changed
mmv1/third_party/terraform/website/docs/r
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1275,7 +1275,7 @@ The `worker` block supports:
1275
1275
* ` min_count ` -
1276
1276
(Optional)
1277
1277
The minimum number of Airflow workers that the environment can run. The number of workers in the
1278
- environment does not go above this number, even if a lower number of workers can handle the load.
1278
+ environment does not go below this number, even if a lower number of workers can handle the load.
1279
1279
1280
1280
* ` max_count ` -
1281
1281
(Optional)
@@ -1621,7 +1621,7 @@ The `worker` block supports:
1621
1621
* ` min_count ` -
1622
1622
(Optional)
1623
1623
The minimum number of Airflow workers that the environment can run. The number of workers in the
1624
- environment does not go above this number, even if a lower number of workers can handle the load.
1624
+ environment does not go below this number, even if a lower number of workers can handle the load.
1625
1625
1626
1626
* ` max_count ` -
1627
1627
(Optional)
You can’t perform that action at this time.
0 commit comments