Skip to content

Commit c654df8

Browse files
translucensDawid212
authored andcommitted
fix Composer docs (#21228) (GoogleCloudPlatform#13486)
1 parent 7eb9d5b commit c654df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/website/docs/r/composer_environment.html.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ The `worker` block supports:
12751275
* `min_count` -
12761276
(Optional)
12771277
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.
12791279

12801280
* `max_count` -
12811281
(Optional)
@@ -1621,7 +1621,7 @@ The `worker` block supports:
16211621
* `min_count` -
16221622
(Optional)
16231623
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.
16251625

16261626
* `max_count` -
16271627
(Optional)

0 commit comments

Comments
 (0)