File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments