Skip to content

Commit 1fd826d

Browse files
Harika-PonnaHarika-Ponna
authored andcommitted
feat : Added next step urls for the da
1 parent 543d57e commit 1fd826d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/fully-configurable/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ output "secrets_manager_crn" {
2020

2121

2222
output "next_steps_text" {
23-
value = "Your Private Certificate is ready."
23+
value = "Your Private Certificates are ready."
2424
description = "Next steps text"
2525
}
2626

2727
output "next_step_primary_label" {
28-
value = "Go to Secret Manager instance"
28+
value = "View Private Certificates"
2929
description = "Primary label"
3030
}
3131

0 commit comments

Comments
 (0)