File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ statement instead the previous block.
110110
111111| Name | Source | Version |
112112| ------| --------| ---------|
113- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.32.3 |
113+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.32.4 |
114114| <a name =" module_trusted_profile_scc_wp " ></a > [ trusted\_ profile\_ scc\_ wp] ( #module\_ trusted\_ profile\_ scc\_ wp ) | terraform-ibm-modules/trusted-profile/ibm | 3.1.1 |
115115
116116### Resources
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ resource "ibm_is_vpc" "example_vpc" {
4343# #############################################################################
4444module "cbr_zone" {
4545 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
46- version = " 1.32.3 "
46+ version = " 1.32.4 "
4747 name = " ${ var . prefix } -VPC-network-zone"
4848 zone_description = " CBR Network zone representing VPC"
4949 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
@@ -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.8.7 "
63+ version = " 1.8.9 "
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.8.7 "
18+ version = " 1.8.9 "
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 @@ -48,7 +48,7 @@ resource "ibm_resource_tag" "scc_wp_access_tag" {
4848module "cbr_rule" {
4949 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
5050 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
51- version = " 1.32.3 "
51+ version = " 1.32.4 "
5252 rule_description = var. cbr_rules [count . index ]. description
5353 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
5454 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
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.9.0 |
22- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.80.3 |
22+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.80.4 |
2323| <a name =" requirement_restapi " ></a > [ restapi] ( #requirement\_ restapi ) | 2.0.1 |
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.80.3 /docs/data-sources/iam_auth_token ) | data source |
36+ | [ ibm_iam_auth_token.auth_token] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.80.4 /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.80.3 "
7+ version = " 1.80.4 "
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.8.7 "
20+ version = " 1.8.9 "
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