File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
examples/simple_composer_env_v3 Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+
1722output "composer_env_name" {
1823 description = " Name of the Cloud Composer Environment."
1924 value = module. simple-composer-environment . composer_env_name
You can’t perform that action at this time.
0 commit comments