File tree Expand file tree Collapse file tree 5 files changed +26
-10
lines changed Expand file tree Collapse file tree 5 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ You need the following permissions to run this module.
54
54
55
55
| Name | Source | Version |
56
56
| ------| --------| ---------|
57
- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module | v1.1.4 |
57
+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module | v1.2.0 |
58
58
59
59
## Resources
60
60
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
61
61
# Create CBR Zone
62
62
# #############################################################################
63
63
module "cbr_zone" {
64
- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.4 "
64
+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.2.0 "
65
65
name = " ${ var . prefix } -VPC-network-zone"
66
66
zone_description = " CBR Network zone representing VPC"
67
67
account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
61
61
# Create CBR Zone
62
62
# #############################################################################
63
63
module "cbr_zone" {
64
- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.4 "
64
+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.2.0 "
65
65
name = " ${ var . prefix } -VPC-network-zone"
66
66
zone_description = " CBR Network zone representing VPC"
67
67
account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ resource "ibm_database" "postgresql_db" {
103
103
# #############################################################################
104
104
module "cbr_rule" {
105
105
count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
106
- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.1.4 "
106
+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.2.0 "
107
107
rule_description = var. cbr_rules [count . index ]. description
108
108
enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
109
109
rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change 373
373
"module_calls" : {
374
374
"cbr_rule" : {
375
375
"name" : " cbr_rule" ,
376
- "source" : " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.1.4 " ,
376
+ "source" : " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.2.0 " ,
377
377
"attributes" : {
378
378
"count" : " cbr_rules" ,
379
379
"enforcement_mode" : " cbr_rules" ,
404
404
"rule_crn" : {
405
405
"name" : " rule_crn" ,
406
406
"description" : " CBR rule resource instance crn" ,
407
+ "value" : " ibm_cbr_rule.cbr_rule.crn" ,
407
408
"pos" : {
408
409
"filename" : " .terraform/modules/cbr_rule/cbr-rule-module/outputs.tf" ,
409
- "line" : 10
410
- }
410
+ "line" : 15
411
+ },
412
+ "type" : " TypeString" ,
413
+ "cloud_data_type" : " crn"
414
+ },
415
+ "rule_description" : {
416
+ "name" : " rule_description" ,
417
+ "description" : " CBR rule resource instance description" ,
418
+ "value" : " ibm_cbr_rule.cbr_rule.description" ,
419
+ "pos" : {
420
+ "filename" : " .terraform/modules/cbr_rule/cbr-rule-module/outputs.tf" ,
421
+ "line" : 5
422
+ },
423
+ "type" : " TypeString"
411
424
},
412
425
"rule_href" : {
413
426
"name" : " rule_href" ,
414
427
"description" : " CBR rule resource href" ,
428
+ "value" : " ibm_cbr_rule.cbr_rule.href" ,
415
429
"pos" : {
416
430
"filename" : " .terraform/modules/cbr_rule/cbr-rule-module/outputs.tf" ,
417
- "line" : 15
418
- }
431
+ "line" : 20
432
+ },
433
+ "type" : " TypeString"
419
434
},
420
435
"rule_id" : {
421
436
"name" : " rule_id" ,
422
437
"description" : " CBR rule resource instance id" ,
438
+ "value" : " ibm_cbr_rule.cbr_rule.id" ,
423
439
"pos" : {
424
440
"filename" : " .terraform/modules/cbr_rule/cbr-rule-module/outputs.tf" ,
425
- "line" : 5
441
+ "line" : 10
426
442
}
427
443
}
428
444
},
You can’t perform that action at this time.
0 commit comments