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 1fd826d commit c72b949Copy full SHA for c72b949
solutions/fully-configurable/outputs.tf
@@ -20,12 +20,12 @@ output "secrets_manager_crn" {
20
21
22
output "next_steps_text" {
23
- value = "Your Private Certificates are ready."
+ value = "Your Private Certificate is ready."
24
description = "Next steps text"
25
}
26
27
output "next_step_primary_label" {
28
- value = "View Private Certificates"
+ value = "View Private Certificate"
29
description = "Primary label"
30
31
0 commit comments