File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ module "cbr_zone" {
6464# Create new App Config instance
6565module "app_config" {
6666 source = " terraform-ibm-modules/app-configuration/ibm"
67- version = " 1.15.8 "
67+ version = " 1.15.10 "
6868 region = var. region
6969 resource_group_id = module. resource_group . resource_group_id
7070 app_config_plan = " basic"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module "resource_group" {
1515
1616module "app_config" {
1717 source = " terraform-ibm-modules/app-configuration/ibm"
18- version = " 1.15.8 "
18+ version = " 1.15.10 "
1919 region = var. region
2020 resource_group_id = module. resource_group . resource_group_id
2121 app_config_plan = " basic"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "resource_group" {
1717# Create new App Config instance
1818module "app_config" {
1919 source = " terraform-ibm-modules/app-configuration/ibm"
20- version = " 1.15.8 "
20+ version = " 1.15.10 "
2121 region = var. region
2222 resource_group_id = module. resource_group . resource_group_id
2323 app_config_name = " ${ var . prefix } -app-config"
You can’t perform that action at this time.
0 commit comments