Skip to content

Commit ec90e72

Browse files
hotfix in docs (#5767) (#4091)
Signed-off-by: Modular Magician <[email protected]>
1 parent 3cfb128 commit ec90e72

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changelog/5767.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
composer: fixes mistake in docs for Composer 2 basic configuration
3+
```

website/docs/r/composer_environment.html.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ resource "google_composer_environment" "test" {
5858
name = "example-composer-env"
5959
region = "us-central1"
6060
61-
software_config {
62-
image_version = "composer-2.0.0-preview.3-airflow-2.1.2"
61+
config {
62+
software_config {
63+
image_version = "composer-2.0.0-preview.3-airflow-2.1.2"
64+
}
6365
}
6466
}
6567
```

0 commit comments

Comments
 (0)