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 7a35c15 commit 543d57eCopy full SHA for 543d57e
solutions/fully-configurable/outputs.tf
@@ -17,3 +17,21 @@ output "secrets_manager_crn" {
17
description = "The CRN of the Secrets Manager instance"
18
value = var.existing_secrets_manager_crn
19
}
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