This repository was archived by the owner on Jun 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ You need the following permissions to run this module.
7171| Name | Version |
7272| ------| ---------|
7373| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
74- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.68.1 , <2.0.0 |
74+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.70.0 , <2.0.0 |
7575| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | >= 0.9.1 |
7676
7777### Modules
7878
7979| Name | Source | Version |
8080| ------| --------| ---------|
81- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.27.0 |
81+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.28.1 |
8282
8383### Resources
8484
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 # Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " >=1.68.1 , <2.0.0"
7+ version = " >=1.70.0 , <2.0.0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 # Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " 1.68.1 "
7+ version = " 1.70.0 "
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 # Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " >= 1.68.1 , <2.0.0"
7+ version = " >= 1.70.0 , <2.0.0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
3939# #############################################################################
4040module "cbr_zone" {
4141 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
42- version = " 1.27.0 "
42+ version = " 1.28.1 "
4343 name = " ${ var . prefix } -VPC-network-zone"
4444 zone_description = " CBR Network zone containing VPC"
4545 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 # Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " >= 1.68.1 , <2.0.0"
7+ version = " >= 1.70.0 , <2.0.0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ resource "ibm_resource_tag" "etcd_tag" {
191191module "cbr_rule" {
192192 count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
193193 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
194- version = " 1.27.0 "
194+ version = " 1.28.1 "
195195 rule_description = var. cbr_rules [count . index ]. description
196196 enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
197197 rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The IBM Cloud Framework for Financial Services mandates the application of an in
1414| Name | Version |
1515| ------| ---------|
1616| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
17- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.68.1 , <2.0.0 |
17+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.70.0 , <2.0.0 |
1818
1919### Modules
2020
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ terraform {
88 ibm = {
99 source = " IBM-Cloud/ibm"
1010 # Use "greater than or equal to" range in modules
11- version = " >= 1.68.1 , <2.0.0"
11+ version = " >= 1.70.0 , <2.0.0"
1212 }
1313 }
1414}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 # Use "greater than or equal to" range in modules
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " >= 1.68.1 , <2.0.0"
7+ version = " >= 1.70.0 , <2.0.0"
88 }
99 time = {
1010 source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments