Skip to content

Commit 5d8c9cc

Browse files
committed
chore: outputs corrected
1 parent 8c5cd6c commit 5d8c9cc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/simple_composer_env_v3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This example also creates a Cloud Storage Bucket for scheduled snapshots and ass
2222
| composer\_env\_id | ID of Cloud Composer Environment. |
2323
| composer\_env\_name | Name of the Cloud Composer Environment. |
2424
| gcs\_bucket | Google Cloud Storage bucket which hosts DAGs for the Cloud Composer Environment. |
25+
| project\_id | Project ID where Cloud Composer Environment is created. |
2526

2627
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2728

examples/simple_composer_env_v3/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
output "project_id" {
18+
description = "Project ID where Cloud Composer Environment is created."
19+
value = var.project_id
20+
}
21+
1722
output "composer_env_name" {
1823
description = "Name of the Cloud Composer Environment."
1924
value = module.simple-composer-environment.composer_env_name

0 commit comments

Comments
 (0)