Fix description

This commit is contained in:
Wiktor Niesiobędzki 2023-12-28 10:29:07 +00:00 committed by Wiktor Niesiobędzki
parent 1eea077460
commit 6c258e6562
2 changed files with 3 additions and 3 deletions

View File

@ -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. | |
<!-- END TFDOC -->
## Test

View File

@ -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
}
}