|
244 | 244 | "rule_crn": { |
245 | 245 | "name": "rule_crn", |
246 | 246 | "description": "CBR rule resource instance crn", |
| 247 | + "value": "ibm_cbr_rule.cbr_rule.crn", |
247 | 248 | "pos": { |
248 | 249 | "filename": "cbr-rule-module/outputs.tf", |
249 | | - "line": 10 |
250 | | - } |
| 250 | + "line": 15 |
| 251 | + }, |
| 252 | + "type": "TypeString", |
| 253 | + "cloud_data_type": "crn" |
| 254 | + }, |
| 255 | + "rule_description": { |
| 256 | + "name": "rule_description", |
| 257 | + "description": "CBR rule resource instance description", |
| 258 | + "value": "ibm_cbr_rule.cbr_rule.description", |
| 259 | + "pos": { |
| 260 | + "filename": "cbr-rule-module/outputs.tf", |
| 261 | + "line": 5 |
| 262 | + }, |
| 263 | + "type": "TypeString" |
251 | 264 | }, |
252 | 265 | "rule_href": { |
253 | 266 | "name": "rule_href", |
254 | 267 | "description": "CBR rule resource href", |
| 268 | + "value": "ibm_cbr_rule.cbr_rule.href", |
255 | 269 | "pos": { |
256 | 270 | "filename": "cbr-rule-module/outputs.tf", |
257 | | - "line": 15 |
258 | | - } |
| 271 | + "line": 20 |
| 272 | + }, |
| 273 | + "type": "TypeString" |
259 | 274 | }, |
260 | 275 | "rule_id": { |
261 | 276 | "name": "rule_id", |
262 | 277 | "description": "CBR rule resource instance id", |
| 278 | + "value": "ibm_cbr_rule.cbr_rule.id", |
263 | 279 | "pos": { |
264 | 280 | "filename": "cbr-rule-module/outputs.tf", |
265 | | - "line": 5 |
| 281 | + "line": 10 |
266 | 282 | } |
267 | 283 | } |
268 | 284 | }, |
|
304 | 320 | "zone_crn": { |
305 | 321 | "name": "zone_crn", |
306 | 322 | "description": "CBR zone resource instance crn", |
| 323 | + "value": "ibm_cbr_zone.cbr_zone.crn", |
| 324 | + "pos": { |
| 325 | + "filename": "cbr-zone-module/outputs.tf", |
| 326 | + "line": 20 |
| 327 | + }, |
| 328 | + "type": "TypeString", |
| 329 | + "cloud_data_type": "crn" |
| 330 | + }, |
| 331 | + "zone_description": { |
| 332 | + "name": "zone_description", |
| 333 | + "description": "(Optional, String) The description of the zone", |
| 334 | + "value": "var.zone_description", |
307 | 335 | "pos": { |
308 | 336 | "filename": "cbr-zone-module/outputs.tf", |
309 | 337 | "line": 10 |
310 | | - } |
| 338 | + }, |
| 339 | + "type": "string" |
311 | 340 | }, |
312 | 341 | "zone_href": { |
313 | 342 | "name": "zone_href", |
314 | 343 | "description": "CBR zone resource instance link", |
| 344 | + "value": "ibm_cbr_zone.cbr_zone.href", |
315 | 345 | "pos": { |
316 | 346 | "filename": "cbr-zone-module/outputs.tf", |
317 | | - "line": 15 |
318 | | - } |
| 347 | + "line": 25 |
| 348 | + }, |
| 349 | + "type": "TypeString" |
319 | 350 | }, |
320 | 351 | "zone_id": { |
321 | 352 | "name": "zone_id", |
322 | 353 | "description": "CBR zone resource instance id", |
| 354 | + "value": "ibm_cbr_zone.cbr_zone.id", |
323 | 355 | "pos": { |
324 | 356 | "filename": "cbr-zone-module/outputs.tf", |
325 | | - "line": 5 |
| 357 | + "line": 15 |
326 | 358 | } |
| 359 | + }, |
| 360 | + "zone_names": { |
| 361 | + "name": "zone_names", |
| 362 | + "description": "CBR zone resource instance name", |
| 363 | + "value": "ibm_cbr_zone.cbr_zone.name", |
| 364 | + "pos": { |
| 365 | + "filename": "cbr-zone-module/outputs.tf", |
| 366 | + "line": 5 |
| 367 | + }, |
| 368 | + "type": "TypeString" |
327 | 369 | } |
328 | 370 | }, |
329 | 371 | "pos": { |
|
0 commit comments