@@ -16,7 +16,7 @@ module "resource_group" {
1616
1717module  "cos_fscloud"  {
1818  source                         =  " terraform-ibm-modules/cos/ibm" 
19-   version                        =  " 8.13.2 " 
19+   version                        =  " 8.14.3 " 
2020  resource_group_id              =  . resource_group . resource_group_id 
2121  create_cos_bucket              =  false 
2222  cos_instance_name              =  " ${ var . prefix } -cos" 
@@ -30,7 +30,7 @@ module "cos_fscloud" {
3030
3131module  "flowlogs_bucket"  {
3232  source   =  " terraform-ibm-modules/cos/ibm//modules/buckets" 
33-   version  =  " 8.13.2 " 
33+   version  =  " 8.14.3 " 
3434
3535  bucket_configs  =  
3636    {
@@ -112,7 +112,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
112112
113113module  "cbr_vpc_zone"  {
114114  source            =  " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module" 
115-   version           =  " 1.28.0 " 
115+   version           =  " 1.28.1 " 
116116  name              =  " ${ var . prefix } -VPC-network-zone" 
117117  zone_description  =  " CBR Network zone representing VPC" 
118118  account_id        =  . ibm_iam_account_settings . iam_account_settings . account_id 
@@ -124,7 +124,7 @@ module "cbr_vpc_zone" {
124124
125125module  "cbr_zone_schematics"  {
126126  source            =  " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module" 
127-   version           =  " 1.27.0 " 
127+   version           =  " 1.28.1 " 
128128  name              =  " ${ var . prefix } -schematics-zone" 
129129  zone_description  =  " CBR Network zone containing Schematics" 
130130  account_id        =  . ibm_iam_account_settings . iam_account_settings . account_id 
@@ -139,7 +139,7 @@ module "cbr_zone_schematics" {
139139
140140module  "cbr_rules"  {
141141  source            =  " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module" 
142-   version           =  " 1.28.0 " 
142+   version           =  " 1.28.1 " 
143143  rule_description  =  " ${ var . prefix }  rule for vpc flow log access to cos" 
144144  enforcement_mode  =  " enabled" 
145145  resources  =  
0 commit comments