File tree Expand file tree Collapse file tree 3 files changed +4
-26
lines changed Expand file tree Collapse file tree 3 files changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -34,26 +34,16 @@ output "secrets_manager_region" {
3434}
3535
3636output "next_steps_text" {
37- value = " Congratulations! Click the link below to go your Secrets Manager instance. Refer to this deployment guide/documentation for more information ."
37+ value = " Now, you can use Secrets Manager to manage sensitive data like passwords and API keys ."
3838 description = " Next steps text"
3939}
4040
4141output "next_step_primary_label" {
42- value = " View Secrets Manager"
42+ value = " Go to Secrets Manager"
4343 description = " Primary label"
4444}
4545
4646output "next_step_primary_url" {
4747 value = " https://cloud.ibm.com/services/secrets-manager/${ local . secrets_manager_crn } "
4848 description = " primary url"
4949}
50-
51- output "next_step_secondary_label" {
52- value = " Check out related Deployable Architectures"
53- description = " Secondary label"
54- }
55-
56- output "next_step_secondary_url" {
57- value = " https://cloud.ibm.com/catalog?search=Secrets%20Manager%20label%3Adeployable_architecture#search_results"
58- description = " Secondary url"
59- }
Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ No resources.
5757| ------| -------------|
5858| <a name =" output_next_step_primary_label " ></a > [ next\_ step\_ primary\_ label] ( #output\_ next\_ step\_ primary\_ label ) | Primary label |
5959| <a name =" output_next_step_primary_url " ></a > [ next\_ step\_ primary\_ url] ( #output\_ next\_ step\_ primary\_ url ) | primary url |
60- | <a name =" output_next_step_secondary_label " ></a > [ next\_ step\_ secondary\_ label] ( #output\_ next\_ step\_ secondary\_ label ) | Secondary label |
61- | <a name =" output_next_step_secondary_url " ></a > [ next\_ step\_ secondary\_ url] ( #output\_ next\_ step\_ secondary\_ url ) | Secondary url |
6260| <a name =" output_next_steps_text " ></a > [ next\_ steps\_ text] ( #output\_ next\_ steps\_ text ) | Next steps text |
6361| <a name =" output_resource_group_id " ></a > [ resource\_ group\_ id] ( #output\_ resource\_ group\_ id ) | Resource group ID |
6462| <a name =" output_resource_group_name " ></a > [ resource\_ group\_ name] ( #output\_ resource\_ group\_ name ) | Resource group name |
Original file line number Diff line number Diff line change @@ -24,26 +24,16 @@ output "secrets_manager_crn" {
2424}
2525
2626output "next_steps_text" {
27- value = " Congratulations! Click the link below to go your Secrets Manager instance. Refer to this deployment's guide/documentation for more information ."
27+ value = " Now, you can use Secrets Manager to manage sensitive data like passwords and API keys ."
2828 description = " Next steps text"
2929}
3030
3131output "next_step_primary_label" {
32- value = " View Secrets Manager"
32+ value = " Go to Secrets Manager"
3333 description = " Primary label"
3434}
3535
3636output "next_step_primary_url" {
3737 value = " https://cloud.ibm.com/services/secrets-manager/${ module . secrets_manager . secrets_manager_crn } "
3838 description = " primary url"
3939}
40-
41- output "next_step_secondary_label" {
42- value = " Check out related Deployable Architectures"
43- description = " Secondary label"
44- }
45-
46- output "next_step_secondary_url" {
47- value = " https://cloud.ibm.com/catalog?search=Secrets%20Manager%20label%3Adeployable_architecture#search_results"
48- description = " Secondary url"
49- }
You can’t perform that action at this time.
0 commit comments