Skip to content

Commit 4107027

Browse files
authored
feat: Added "Next steps" links to the DA (#379)
1 parent 97fc07d commit 4107027

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

solutions/fully-configurable/outputs.tf

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,28 @@ output "cbr_map_vpc_zoneid" {
181181
value = module.account_infrastructure_base.cbr_map_vpc_zoneid
182182
description = "Map of VPC and zone id"
183183
}
184+
185+
output "next_steps_text" {
186+
value = "You can now manage resources within a resource group and control access using IAM settings."
187+
description = "Next steps text"
188+
}
189+
190+
output "next_step_primary_label" {
191+
value = "Learn more about resource groups"
192+
description = "Primary label"
193+
}
194+
195+
output "next_step_primary_url" {
196+
value = "https://cloud.ibm.com/docs/account?topic=account-rgs"
197+
description = "Primary URL"
198+
}
199+
200+
output "next_step_secondary_label" {
201+
value = "Learn more about Identity and Access Management"
202+
description = "Secondary label"
203+
}
204+
205+
output "next_step_secondary_url" {
206+
value = "https://cloud.ibm.com/docs/account?topic=account-iamoverview"
207+
description = "Secondary URL"
208+
}

0 commit comments

Comments
 (0)