Skip to content

Commit 4caae2a

Browse files
Updates in the documentation of google_composer_environment (#11006) (#18491)
[upstream:0b5921ecf8f3f313e470cfd0f60a1bff74973909] Signed-off-by: Modular Magician <[email protected]>
1 parent 3a4ae9a commit 4caae2a

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

.changelog/11006.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/composer_environment.html.markdown

+32-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ will not be able to find or manage many of these underlying resources automatica
4747
resource "google_composer_environment" "test" {
4848
name = "example-composer-env"
4949
region = "us-central1"
50+
config {
51+
software_config {
52+
image_version = "composer-1-airflow-2"
53+
}
54+
}
5055
}
5156
```
5257

@@ -415,14 +420,40 @@ The following arguments are supported:
415420
They cannot specify Apache Airflow software configuration overrides (they cannot match the regular expression
416421
`AIRFLOW__[A-Z0-9_]+__[A-Z0-9_]+`), and they cannot match any of the following reserved names:
417422
```
423+
AIRFLOW_DATABASE_VERSION
418424
AIRFLOW_HOME
419-
C_FORCE_ROOT
425+
AIRFLOW_SRC_DIR
426+
AIRFLOW_WEBSERVER
427+
AUTO_GKE
428+
CLOUDSDK_METRICS_ENVIRONMENT
429+
CLOUD_LOGGING_ONLY
430+
COMPOSER_ENVIRONMENT
431+
COMPOSER_GKE_LOCATION
432+
COMPOSER_GKE_NAME
433+
COMPOSER_GKE_ZONE
434+
COMPOSER_LOCATION
435+
COMPOSER_OPERATION_UUID
436+
COMPOSER_PYTHON_VERSION
437+
COMPOSER_VERSION
420438
CONTAINER_NAME
439+
C_FORCE_ROOT
421440
DAGS_FOLDER
422441
GCP_PROJECT
442+
GCP_TENANT_PROJECT
443+
GCSFUSE_EXTRACTED
423444
GCS_BUCKET
424445
GKE_CLUSTER_NAME
446+
GKE_IN_TENANT
447+
GOOGLE_APPLICATION_CREDENTIALS
448+
MAJOR_VERSION
449+
MINOR_VERSION
450+
PATH
451+
PIP_DISABLE_PIP_VERSION_CHECK
452+
PORT
453+
PROJECT_ID
454+
PYTHONPYCACHEPREFIX
425455
SQL_DATABASE
456+
SQL_HOST
426457
SQL_INSTANCE
427458
SQL_PASSWORD
428459
SQL_PROJECT

0 commit comments

Comments
 (0)