Skip to content

Commit 062315b

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
tests: update test code
1 parent 5cac1c5 commit 062315b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

solutions/deploy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ You need the following permissions to run this module:
160160
| <a name="output_cloud_pak_deployer_image"></a> [cloud\_pak\_deployer\_image](#output\_cloud\_pak\_deployer\_image) | The Cloud Pak Deployer image used. |
161161
| <a name="output_cloud_pak_deployer_secret"></a> [cloud\_pak\_deployer\_secret](#output\_cloud\_pak\_deployer\_secret) | The secret used for accessing the Cloud Pak Deployer image. |
162162
| <a name="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name) | The name of the OpenShift cluster. |
163+
| <a name="output_code_engine_project_name"></a> [code\_engine\_project\_name](#output\_code\_engine\_project\_name) | The name of the code engine project that was created |
163164
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
164165

165166
<!-- Leave this section as is so that your module has a link to local development environment set-up steps for contributors to follow -->

solutions/deploy/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ output "cluster_name" {
1313
description = "The name of the OpenShift cluster."
1414
value = var.cluster_name
1515
}
16+
17+
output "code_engine_project_name" {
18+
description = "The name of the code engine project that was created"
19+
value = module.build_cpd_image.code_engine_project_name
20+
}

0 commit comments

Comments
 (0)