Skip to content

Commit e380deb

Browse files
Correct the desc of google_composer_environment terraform resource (#6411) (#12329)
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent e7f58f1 commit e380deb

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.changelog/6411.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
composer: corrected the description of `image_version` field.
3+
```

website/docs/r/composer_environment.html.markdown

+5-4
Original file line numberDiff line numberDiff line change
@@ -778,10 +778,11 @@ The `software_config` block supports:
778778
version number or 'latest'.
779779
The Apache Airflow portion of the image version is a full semantic version that points to one of the
780780
supported Apache Airflow versions, or an alias in the form of only major or major.minor versions specified.
781-
**Important**: You can only upgrade in-place between minor or patch versions of Cloud Composer or Apache
782-
Airflow. For example, you can upgrade your environment from `composer-1.16.x` to `composer-1.17.x`, or from
783-
`airflow-2.1.x` to `airflow-2.2.x`. You cannot upgrade between major Cloud Composer or Apache Airflow
784-
versions (from `1.x.x` to `2.x.x`). To do so, create a new environment.
781+
**Important**: In-place upgrade is only available using `google-beta` provider. It's because updating the
782+
`image_version` is still in beta. Using `google-beta` provider, you can upgrade in-place between minor or
783+
patch versions of Cloud Composer or Apache Airflow. For example, you can upgrade your environment from
784+
`composer-1.16.x` to `composer-1.17.x`, or from `airflow-2.1.x` to `airflow-2.2.x`. You cannot upgrade between
785+
major Cloud Composer or Apache Airflow versions (from `1.x.x` to `2.x.x`). To do so, create a new environment.
785786

786787

787788

0 commit comments

Comments
 (0)