Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Dec 29, 2023
1 parent 1eea077 commit 6c258e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprints/data-solutions/composer-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions blueprints/data-solutions/composer-2/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 6c258e6

Please sign in to comment.