Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions solutions/fully-configurable/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,21 @@ output "secrets_manager_crn" {
description = "The CRN of the Secrets Manager instance"
value = var.existing_secrets_manager_crn
}


output "next_steps_text" {
value = "Your Private Certificate is ready."
description = "Next steps text"
}

output "next_step_primary_label" {
value = "View Private Certificate"
description = "Primary label"
}

output "next_step_primary_url" {
value = "https://cloud.ibm.com/services/secrets-manager/${var.existing_secrets_manager_crn}?paneId=privateCertificates#/privateCertificates"
description = "Primary URL"
}