Skip to content

Commit 8d7b5e9

Browse files
committed
Clean text, update button text
1 parent 11e08b4 commit 8d7b5e9

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
@@ -34,12 +34,12 @@ output "secrets_manager_region" {
3434
}
3535

3636
output "next_steps_text" {
37-
value = "Congragulations! You successfully deployed your changes. Next, view your Secrets Manager instance: ${var.existing_secrets_manager_crn == null ? module.secrets_manager.secrets_manager_name : data.ibm_resource_instance.existing_sm[0].resource_name}"
37+
value = "Congragulations! You successfully deployed your changes. Next, view your Secrets Manager instance."
3838
description = "Next steps text"
3939
}
4040

4141
output "next_step_primary_label" {
42-
value = "SM Instance"
42+
value = "View Secrets Manager"
4343
description = "Primary label"
4444
}
4545

0 commit comments

Comments
 (0)