File tree Expand file tree Collapse file tree 4 files changed +25
-9
lines changed
Expand file tree Collapse file tree 4 files changed +25
-9
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ You need the following permissions to run this module.
5555
5656| Name | Source | Version |
5757| ------| --------| ---------|
58- | <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 |
58+ | <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 |
5959
6060## Resources
6161
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
7272# Create CBR Zone
7373# #############################################################################
7474module "cbr_zone" {
75- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.4 "
75+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.2.0 "
7676 name = " ${ var . prefix } -VPC-network-zone"
7777 zone_description = " CBR Network zone containing VPC"
7878 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ resource "ibm_database" "mongodb" {
9292
9393module "cbr_rule" {
9494 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
95- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.1.4 "
95+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.2.0 "
9696 rule_description = var. cbr_rules [count . index ]. description
9797 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
9898 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change 292292 "module_calls" : {
293293 "cbr_rule" : {
294294 "name" : " cbr_rule" ,
295- "source" : " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.1.4 " ,
295+ "source" : " git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-rule-module?ref=v1.2.0 " ,
296296 "attributes" : {
297297 "count" : " cbr_rules" ,
298298 "enforcement_mode" : " cbr_rules" ,
323323 "rule_crn" : {
324324 "name" : " rule_crn" ,
325325 "description" : " CBR rule resource instance crn" ,
326+ "value" : " ibm_cbr_rule.cbr_rule.crn" ,
326327 "pos" : {
327328 "filename" : " .terraform/modules/cbr_rule/cbr-rule-module/outputs.tf" ,
328- "line" : 10
329- }
329+ "line" : 15
330+ },
331+ "type" : " TypeString" ,
332+ "cloud_data_type" : " crn"
333+ },
334+ "rule_description" : {
335+ "name" : " rule_description" ,
336+ "description" : " CBR rule resource instance description" ,
337+ "value" : " ibm_cbr_rule.cbr_rule.description" ,
338+ "pos" : {
339+ "filename" : " .terraform/modules/cbr_rule/cbr-rule-module/outputs.tf" ,
340+ "line" : 5
341+ },
342+ "type" : " TypeString"
330343 },
331344 "rule_href" : {
332345 "name" : " rule_href" ,
333346 "description" : " CBR rule resource href" ,
347+ "value" : " ibm_cbr_rule.cbr_rule.href" ,
334348 "pos" : {
335349 "filename" : " .terraform/modules/cbr_rule/cbr-rule-module/outputs.tf" ,
336- "line" : 15
337- }
350+ "line" : 20
351+ },
352+ "type" : " TypeString"
338353 },
339354 "rule_id" : {
340355 "name" : " rule_id" ,
341356 "description" : " CBR rule resource instance id" ,
357+ "value" : " ibm_cbr_rule.cbr_rule.id" ,
342358 "pos" : {
343359 "filename" : " .terraform/modules/cbr_rule/cbr-rule-module/outputs.tf" ,
344- "line" : 5
360+ "line" : 10
345361 }
346362 }
347363 },
You can’t perform that action at this time.
0 commit comments