File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 6 files changed +8
-8
lines changed 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.2 "
19+ version = " 1.10.0 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 region = var. region
2222 instance_name = " ${ var . prefix } -cm"
@@ -60,7 +60,7 @@ module "cbr_zone" {
6060# Create new App Config instance
6161module "app_config" {
6262 source = " terraform-ibm-modules/app-configuration/ibm"
63- version = " 1.12.6 "
63+ version = " 1.13.1 "
6464 region = var. region
6565 resource_group_id = module. resource_group . resource_group_id
6666 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.12.6 "
18+ version = " 1.13.1 "
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 @@ -4,7 +4,7 @@ terraform {
44 required_providers {
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " 1.84.1 "
7+ version = " 1.84.3 "
88 }
99 restapi = {
1010 source = " Mastercard/restapi"
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.12.6 "
20+ version = " 1.13.1 "
2121 region = var. region
2222 resource_group_id = module. resource_group . resource_group_id
2323 app_config_name = " ${ var . prefix } -app-config"
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.15
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17
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.15 h1:vTLAB97MQ45Hfla67pIWYnb/Z5YuEzRLjQ6WN4GHWgI =
282- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
281+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 h1:unGRxvM9OJBTsfDQg/AZCYOeJZ5TqrCsPphjWJ2wI94 =
282+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 /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