Skip to content

Commit 3f054fa

Browse files
authored
feat: added "Next steps" to the UI for DA deployments (#292)
1 parent 9509580 commit 3f054fa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

solutions/fully-configurable/outputs.tf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,19 @@
33
##############################################################################
44

55
##############################################################################
6+
7+
# Next steps
8+
output "next_steps_text" {
9+
value = "Your Public Certificates Engine is ready."
10+
description = "Next steps text"
11+
}
12+
13+
output "next_step_primary_label" {
14+
value = "Go to Secrets Manager Public Certificates Engine"
15+
description = "Primary label"
16+
}
17+
18+
output "next_step_primary_url" {
19+
value = "https://cloud.ibm.com/services/secrets-manager/${var.existing_secrets_manager_crn}?paneId=publicCertificates#/publicCertificates"
20+
description = "Primary URL"
21+
}

0 commit comments

Comments
 (0)