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 @@ -90,13 +90,13 @@ You need the following permissions to run this module.
9090|  Name |  Version | 
9191| ------| ---------| 
9292|  <a  name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform )  |  >= 1.3.0 | 
93- |  <a  name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm )  |  >= 1.65 .0, <2.0.0 | 
93+ |  <a  name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm )  |  >= 1.70 .0, <2.0.0 | 
9494
9595### Modules  
9696
9797|  Name |  Source |  Version | 
9898| ------| --------| ---------| 
99- |  <a  name =" module_cbr_rules " ></a > [ cbr\_ rules] ( #module\_ cbr\_ rules )  |  terraform-ibm-modules/cbr/ibm//modules/cbr-service-profile |  1.24 .1 | 
99+ |  <a  name =" module_cbr_rules " ></a > [ cbr\_ rules] ( #module\_ cbr\_ rules )  |  terraform-ibm-modules/cbr/ibm//modules/cbr-service-profile |  1.28 .1 | 
100100
101101### Resources  
102102
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
66  required_providers  {
77    ibm  =  
88      source  =  " IBM-Cloud/ibm" 
9-       version =  " 1.65 .0" 
9+       version =  " 1.70 .0" 
1010    }
1111  }
1212}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "resource_group" {
1717#  Create COS instance
1818module  "cos_instance"  {
1919  source                  =  " terraform-ibm-modules/cos/ibm" 
20-   version                 =  " 8.11.7 " 
20+   version                 =  " 8.14.2 " 
2121  cos_instance_name       =  " ${ var . prefix } -cos" 
2222  kms_encryption_enabled  =  false 
2323  retention_enabled       =  false 
@@ -28,7 +28,7 @@ module "cos_instance" {
2828#  Create Key Protect instance
2929module  "key_protect_instance"  {
3030  source             =  " terraform-ibm-modules/key-protect/ibm" 
31-   version            =  " 2.8.4 " 
31+   version            =  " 2.8.7 " 
3232  key_protect_name   =  " ${ var . prefix } -key-protect" 
3333  resource_group_id  =  . resource_group . resource_group_id 
3434  plan               =  " tiered-pricing" 
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ terraform {
66  required_providers  {
77    ibm  =  
88      source  =  " IBM-Cloud/ibm" 
9-       version =  " >= 1.65 .0, < 2.0.0" 
9+       version =  " >= 1.70 .0, < 2.0.0" 
1010    }
1111  }
1212}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ resource "ibm_iam_authorization_policy" "auth_policies" {
1616
1717module  "cbr_rules"  {
1818  source                  =  " terraform-ibm-modules/cbr/ibm//modules/cbr-service-profile" 
19-   version                 =  " 1.24 .1" 
19+   version                 =  " 1.28 .1" 
2020  target_service_details  =  . cbr_target_service_details 
2121  zone_vpc_crn_list       =  . zone_vpc_crn_list 
2222  zone_service_ref_list   =  . zone_service_ref_list 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ terraform {
55    ibm  =  
66      source =  " IBM-Cloud/ibm" 
77      #  Use "greater than or equal to" range in modules
8-       version =  " >= 1.65 .0, <2.0.0" 
8+       version =  " >= 1.70 .0, <2.0.0" 
99    }
1010  }
1111}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments