File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ statement instead the previous block.
114114
115115| Name | Source | Version |
116116| ------| --------| ---------|
117- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.33.5 |
117+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.33.6 |
118118| <a name =" module_trusted_profile_scc_wp " ></a > [ trusted\_ profile\_ scc\_ wp] ( #module\_ trusted\_ profile\_ scc\_ wp ) | terraform-ibm-modules/trusted-profile/ibm | 3.1.1 |
119119
120120### Resources
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module "resource_group" {
1616
1717module "cloud_monitoring" {
1818 source = " terraform-ibm-modules/cloud-monitoring/ibm"
19- version = " 1.9.0 "
19+ version = " 1.9.2 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 region = var. region
2222 instance_name = " ${ var . prefix } -cm"
@@ -43,7 +43,7 @@ resource "ibm_is_vpc" "example_vpc" {
4343# #############################################################################
4444module "cbr_zone" {
4545 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
46- version = " 1.33.5 "
46+ version = " 1.33.6 "
4747 name = " ${ var . prefix } -VPC-network-zone"
4848 zone_description = " CBR Network zone representing VPC"
4949 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ resource "ibm_resource_tag" "scc_wp_access_tag" {
4848module "cbr_rule" {
4949 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
5050 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
51- version = " 1.33.5 "
51+ version = " 1.33.6 "
5252 rule_description = var. cbr_rules [count . index ]. description
5353 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
5454 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.25.3
77require (
88 github.com/gruntwork-io/terratest v0.51.0
99 github.com/stretchr/testify v1.11.1
10- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.14
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -278,8 +278,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
278278github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
279279github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
280280github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
281- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.14 h1:glsxlvkJ3aEehvdWQi/g3sqDFA5XtJumwEieN+TfGzo =
282- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.14 /go.mod h1:o0c7STGyke4WOA45ddxNRMJu8JdPw07uICKMJQc1hNg =
281+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 h1:vTLAB97MQ45Hfla67pIWYnb/Z5YuEzRLjQ6WN4GHWgI =
282+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
283283github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
284284github.com/tmccombs/hcl2json v0.6.8 h1:9bd7c3jZTj9FsN+lDIzrvLmXqxvCgydb84Uc4DBxOHA =
285285github.com/tmccombs/hcl2json v0.6.8 /go.mod h1:qjEaQ4hBNPeDWOENB9yg6+BzqvtMA1MMN1+goFFh8Vc =
You can’t perform that action at this time.
0 commit comments