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 9509580 commit 3f054faCopy full SHA for 3f054fa
solutions/fully-configurable/outputs.tf
@@ -3,3 +3,19 @@
3
##############################################################################
4
5
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