File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ For more information on access and permissions, see <https://cloud.ibm.com/docs/
8585
8686|  Name |  Source |  Version | 
8787| ------| --------| ---------| 
88- |  <a  name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule )  |  terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module |  1.28 .0 | 
89- |  <a  name =" module_config_aggregator_trusted_profile " ></a > [ config\_ aggregator\_ trusted\_ profile] ( #module\_ config\_ aggregator\_ trusted\_ profile )  |  terraform-ibm-modules/trusted-profile/ibm |  2.1.1  | 
90- |  <a  name =" module_config_aggregator_trusted_profile_enterprise " ></a > [ config\_ aggregator\_ trusted\_ profile\_ enterprise] ( #module\_ config\_ aggregator\_ trusted\_ profile\_ enterprise )  |  terraform-ibm-modules/trusted-profile/ibm |  2.1.1  | 
88+ |  <a  name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule )  |  terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module |  1.31 .0 | 
89+ |  <a  name =" module_config_aggregator_trusted_profile " ></a > [ config\_ aggregator\_ trusted\_ profile] ( #module\_ config\_ aggregator\_ trusted\_ profile )  |  terraform-ibm-modules/trusted-profile/ibm |  2.2.0  | 
90+ |  <a  name =" module_config_aggregator_trusted_profile_enterprise " ></a > [ config\_ aggregator\_ trusted\_ profile\_ enterprise] ( #module\_ config\_ aggregator\_ trusted\_ profile\_ enterprise )  |  terraform-ibm-modules/trusted-profile/ibm |  2.2.0  | 
9191|  <a  name =" module_config_aggregator_trusted_profile_template " ></a > [ config\_ aggregator\_ trusted\_ profile\_ template] ( #module\_ config\_ aggregator\_ trusted\_ profile\_ template )  |  terraform-ibm-modules/trusted-profile/ibm//modules/trusted-profile-template |  2.2.0 | 
9292
9393### Resources  
Original file line number Diff line number Diff line change 44
55module  "resource_group"  {
66  source   =  " terraform-ibm-modules/resource-group/ibm" 
7-   version  =  " 1.1.6 " 
7+   version  =  " 1.2.0 " 
88  #  if an existing resource group is not set (null) create a new one using prefix
99  resource_group_name           =  . resource_group  ==  null  ?  " ${ var . prefix } -resource-group" :  null 
1010  existing_resource_group_name  =  . resource_group 
@@ -32,7 +32,7 @@ resource "ibm_is_vpc" "example_vpc" {
3232
3333module  "cbr_zone"  {
3434  source            =  " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module" 
35-   version           =  " 1.28 .0" 
35+   version           =  " 1.31 .0" 
3636  name              =  " ${ var . prefix } -VPC-network-zone" 
3737  zone_description  =  " CBR Network zone representing VPC" 
3838  account_id        =  . ibm_iam_account_settings . iam_account_settings . account_id 
Original file line number Diff line number Diff line change 44
55module  "resource_group"  {
66  source   =  " terraform-ibm-modules/resource-group/ibm" 
7-   version  =  " 1.1.6 " 
7+   version  =  " 1.2.0 " 
88  #  if an existing resource group is not set (null) create a new one using prefix
99  resource_group_name           =  . resource_group  ==  null  ?  " ${ var . prefix } -resource-group" :  null 
1010  existing_resource_group_name  =  . resource_group 
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ resource "ibm_app_config_collection" "collections" {
4040module  "config_aggregator_trusted_profile"  {
4141  count                        =  . enable_config_aggregator  ?  1  :  0 
4242  source                       =  " terraform-ibm-modules/trusted-profile/ibm" 
43-   version                      =  " 2.1.1 " 
43+   version                      =  " 2.2.0 " 
4444  trusted_profile_name         =  . config_aggregator_trusted_profile_name 
4545  trusted_profile_description  =  " Trusted Profile for App Configuration instance ${ ibm_resource_instance . app_config . guid }  with required access for configuration aggregator" 
4646  trusted_profile_identity  =  
@@ -90,7 +90,7 @@ resource "ibm_iam_custom_role" "template_assignment_reader" {
9090module  "config_aggregator_trusted_profile_enterprise"  {
9191  count                        =  . enable_config_aggregator  &&  var. config_aggregator_enterprise_id  !=  null  ?  1  :  0 
9292  source                       =  " terraform-ibm-modules/trusted-profile/ibm" 
93-   version                      =  " 2.1.1 " 
93+   version                      =  " 2.2.0 " 
9494  trusted_profile_name         =  . config_aggregator_enterprise_trusted_profile_name 
9595  trusted_profile_description  =  " Trusted Profile for App Configuration instance ${ ibm_resource_instance . app_config . guid }  with required access for configuration aggregator for enterprise accounts" 
9696
@@ -190,7 +190,7 @@ resource "ibm_config_aggregator_settings" "config_aggregator_settings" {
190190module  "cbr_rule"  {
191191  count             =  length (var. cbr_rules ) >  0  ?  length (var. cbr_rules ) :  0 
192192  source            =  " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module" 
193-   version           =  " 1.28 .0" 
193+   version           =  " 1.31 .0" 
194194  rule_description  =  . cbr_rules [count . index ]. description 
195195  enforcement_mode  =  . cbr_rules [count . index ]. enforcement_mode 
196196  rule_contexts     =  . cbr_rules [count . index ]. rule_contexts 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments