We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323fa76 commit d74b11bCopy full SHA for d74b11b
solutions/fleets/outputs.tf
@@ -71,3 +71,13 @@ output "next_step_primary_url" {
71
value = "https://github.com/IBM/CodeEngine/blob/main/beta/serverless-fleets/README.md#launch-a-fleet"
72
description = "primary url"
73
}
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