From 00b76aa3b73012d32ba41dfabcf3eb8397855a23 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 9 Jul 2019 17:41:49 -0700 Subject: [PATCH] Update composer_environment.html.markdown (#930) Signed-off-by: Modular Magician --- website/docs/r/composer_environment.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/composer_environment.html.markdown b/website/docs/r/composer_environment.html.markdown index d154bdfd17..062195279c 100644 --- a/website/docs/r/composer_environment.html.markdown +++ b/website/docs/r/composer_environment.html.markdown @@ -282,17 +282,17 @@ The `software_config` block supports: In addition to the arguments listed above, the following computed attributes are exported: -* `config.gke_cluster` - +* `config.0.gke_cluster` - The Kubernetes Engine cluster used to run this environment. -* `config.dag_gcs_prefix` - +* `config.0.dag_gcs_prefix` - The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using '/'-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with this prefix. -* `config.airflow_uri` - +* `config.0.airflow_uri` - The URI of the Apache Airflow Web UI hosted within this environment.