From 6c258e6562c8a7237b9adb9bbe880c3d636e0078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Thu, 28 Dec 2023 10:29:07 +0000 Subject: [PATCH] Fix description --- blueprints/data-solutions/composer-2/README.md | 2 +- blueprints/data-solutions/composer-2/outputs.tf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/data-solutions/composer-2/README.md b/blueprints/data-solutions/composer-2/README.md index 2ec5c685..51e49bd3 100644 --- a/blueprints/data-solutions/composer-2/README.md +++ b/blueprints/data-solutions/composer-2/README.md @@ -128,7 +128,7 @@ service_encryption_keys = { |---|---|:---:| | [composer_airflow_uri](outputs.tf#L17) | The URI of the Apache Airflow Web UI hosted within the Cloud Composer environment.. | | | [composer_dag_gcs](outputs.tf#L22) | The Cloud Storage prefix of the DAGs for the Cloud Composer environment. | | -| [composer_service_account](outputs.tf#L27) | Cloud Composer nodes Service Account email | | +| [composer_service_account](outputs.tf#L27) | Cloud Composer nodes Service Account email. | | ## Test diff --git a/blueprints/data-solutions/composer-2/outputs.tf b/blueprints/data-solutions/composer-2/outputs.tf index 7c681a7b..09a821d9 100644 --- a/blueprints/data-solutions/composer-2/outputs.tf +++ b/blueprints/data-solutions/composer-2/outputs.tf @@ -25,6 +25,6 @@ output "composer_dag_gcs" { } output "composer_service_account" { - description = " Cloud Composer nodes Service Account email" + description = "Cloud Composer nodes Service Account email." value = module.comp-sa.email -} \ No newline at end of file +}