Skip to content

Commit d74b11b

Browse files
author
akocbek
committed
updates rally
1 parent 323fa76 commit d74b11b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

solutions/fleets/outputs.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,13 @@ output "next_step_primary_url" {
7171
value = "https://github.com/IBM/CodeEngine/blob/main/beta/serverless-fleets/README.md#launch-a-fleet"
7272
description = "primary url"
7373
}
74+
75+
output "next_step_secondary_label" {
76+
value = "Go to Code Engine Project"
77+
description = "Primary label"
78+
}
79+
80+
output "next_step_secondary_url" {
81+
value = "https://cloud.ibm.com/containers/serverless/project/${var.region}/${module.project.id}/overview"
82+
description = "primary url"
83+
}

0 commit comments

Comments
 (0)