Skip to content

Commit 543d57e

Browse files
Harika-PonnaHarika-Ponna
authored andcommitted
feat: Updated the next step urls for DA
1 parent 7a35c15 commit 543d57e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

solutions/fully-configurable/outputs.tf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,21 @@ 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 = "Go to Secret Manager instance"
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+
}
36+
37+

0 commit comments

Comments
 (0)