Skip to content

Commit

Permalink
Correct the desc of google_composer_environment terraform resource (#…
Browse files Browse the repository at this point in the history
…6411) (#4601)

Signed-off-by: Modular Magician <magic-modules@google.com>

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Aug 17, 2022
1 parent 41126e1 commit 16862c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/6411.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
composer: corrected the description of `image_version` field.
```
9 changes: 5 additions & 4 deletions website/docs/r/composer_environment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -778,10 +778,11 @@ The `software_config` block supports:
version number or 'latest'.
The Apache Airflow portion of the image version is a full semantic version that points to one of the
supported Apache Airflow versions, or an alias in the form of only major or major.minor versions specified.
**Important**: You can only upgrade in-place between minor or patch versions of Cloud Composer or Apache
Airflow. For example, you can upgrade your environment from `composer-1.16.x` to `composer-1.17.x`, or from
`airflow-2.1.x` to `airflow-2.2.x`. You cannot upgrade between major Cloud Composer or Apache Airflow
versions (from `1.x.x` to `2.x.x`). To do so, create a new environment.
**Important**: In-place upgrade is only available using `google-beta` provider. It's because updating the
`image_version` is still in beta. Using `google-beta` provider, you can upgrade in-place between minor or
patch versions of Cloud Composer or Apache Airflow. For example, you can upgrade your environment from
`composer-1.16.x` to `composer-1.17.x`, or from `airflow-2.1.x` to `airflow-2.2.x`. You cannot upgrade between
major Cloud Composer or Apache Airflow versions (from `1.x.x` to `2.x.x`). To do so, create a new environment.



Expand Down

0 comments on commit 16862c0

Please sign in to comment.