Skip to content

Commit 141ee19

Browse files
HarikaPonnaHarika-Ponna
andauthored
feat: Added the Next steps post DA deployment that redirects to the Secrets Manager Private Certificates dashboard (#380)
* feat: Updated the next step urls for DA * feat : Added next step urls for the da * feat: Updated the next step urls for DA * fix: addressed issue with precommit --------- Co-authored-by: Harika-Ponna <[email protected]>
1 parent f45eebb commit 141ee19

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
@@ -17,3 +17,19 @@ output "secrets_manager_crn" {
1717
description = "The CRN of the Secrets Manager instance"
1818
value = var.existing_secrets_manager_crn
1919
}
20+
21+
22+
output "next_steps_text" {
23+
value = "Your Private Certificate is ready."
24+
description = "Next steps text"
25+
}
26+
27+
output "next_step_primary_label" {
28+
value = "View Private Certificate"
29+
description = "Primary label"
30+
}
31+
32+
output "next_step_primary_url" {
33+
value = "https://cloud.ibm.com/services/secrets-manager/${var.existing_secrets_manager_crn}?paneId=privateCertificates#/privateCertificates"
34+
description = "Primary URL"
35+
}

0 commit comments

Comments
 (0)