File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 5 files changed +7
-7
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/observability-instances/ibm//modules/cloud_monitoring"
19- version = " 3.5.2 "
19+ version = " 3.5.3 "
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.5 .1"
63+ version = " 1.6 .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 @@ -31,7 +31,7 @@ module "scc_wp" {
3131# Create new App Config instance
3232module "app_config" {
3333 source = " terraform-ibm-modules/app-configuration/ibm"
34- version = " 1.5 .1"
34+ version = " 1.6 .1"
3535 region = var. region
3636 resource_group_id = module. resource_group . resource_group_id
3737 app_config_plan = " enterprise"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ There is currently a [known issue](https://github.com/terraform-ibm-modules/terr
1919| Name | Version |
2020| ------| ---------|
2121| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.4.0 |
22- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.2 |
22+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.3 |
2323| <a name =" requirement_restapi " ></a > [ restapi] ( #requirement\_ restapi ) | 1.20.0 |
2424
2525### Modules
@@ -33,7 +33,7 @@ There is currently a [known issue](https://github.com/terraform-ibm-modules/terr
3333
3434| Name | Type |
3535| ------| ------|
36- | [ ibm_iam_auth_token.auth_token] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.2 /docs/data-sources/iam_auth_token ) | data source |
36+ | [ ibm_iam_auth_token.auth_token] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3 /docs/data-sources/iam_auth_token ) | data source |
3737
3838### Inputs
3939
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.78.2 "
7+ version = " 1.78.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.5 .1"
20+ version = " 1.6 .1"
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