Skip to content

Commit 6289695

Browse files
mounicatellabatiraagamounicaiamar7
authored
feat: Added next steps url for Activity tracker event routing DA (#133)
* feat: Added next steps url for Activity tracker event routing * feat: Added next steps url for Activity tracker event routing * feat: Added next steps url for Activity tracker event routing * Update solutions/event-routing-account-settings/outputs.tf Co-authored-by: Md Anam Raihan <md.anam.raihan17@gmail.com> * fix: Updated the description * fix: fixing indentation issues * fix: fixing indentation issues * fix: updated the description * fix: updated the label and description * fix: updated the description --------- Co-authored-by: raagamounica <mounica.tellabati@ibm.com> Co-authored-by: Md Anam Raihan <md.anam.raihan17@gmail.com>
1 parent 904b066 commit 6289695

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
##############################################################################
22
# Outputs
33
##############################################################################
4+
##############################################################################
5+
# Activity Tracker Event Routing Account Settings Next Steps URLs outputs
6+
##############################################################################
7+
8+
output "next_steps_text" {
9+
value = "Activity Tracker Event Routing account settings are configured."
10+
description = "Next steps text"
11+
}
12+
13+
output "next_step_primary_label" {
14+
value = "Go to Activity Tracker Event Routing overview"
15+
description = "Primary label"
16+
}
17+
18+
output "next_step_primary_url" {
19+
value = "https://cloud.ibm.com/observability/event-routing/overview"
20+
description = "Primary URL"
21+
}
22+
23+
output "next_step_secondary_label" {
24+
value = "Learn more about Activity Tracker Event Routing account settings"
25+
description = "Secondary label"
26+
}
27+
28+
output "next_step_secondary_url" {
29+
value = "https://cloud.ibm.com/docs/atracker?topic=atracker-settings&interface=ui"
30+
description = "Secondary URL"
31+
}
32+
33+
##############################################################################

solutions/fully-configurable/outputs.tf

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,34 @@ output "kms_keys" {
3232
description = "IDs of new KMS Keys created"
3333
value = length(module.kms) > 0 ? module.kms[0].keys : null
3434
}
35+
36+
##############################################################################
37+
# Activity Tracker Event Routing Next Steps URLs outputs
38+
##############################################################################
39+
40+
output "next_steps_text" {
41+
value = "Activity Tracker Event Routing has been configured with the targets and routes to manage audit events."
42+
description = "Next steps text"
43+
}
44+
45+
output "next_step_primary_label" {
46+
value = "Go to Activity Tracker Event Routing overview"
47+
description = "Primary label"
48+
}
49+
50+
output "next_step_primary_url" {
51+
value = "https://cloud.ibm.com/observability/event-routing/overview"
52+
description = "Primary URL"
53+
}
54+
55+
output "next_step_secondary_label" {
56+
value = "Learn more about Activity Tracker Event Routing"
57+
description = "Secondary label"
58+
}
59+
60+
output "next_step_secondary_url" {
61+
value = "https://cloud.ibm.com/docs/atracker?topic=atracker-getting-started"
62+
description = "Secondary URL"
63+
}
64+
65+
##############################################################################

0 commit comments

Comments
 (0)