File tree 9 files changed +10
-10
lines changed
9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ You need the following permissions to run this module.
106
106
| Name | Version |
107
107
| ------| ---------|
108
108
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
109
- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.65 .0, <2.0.0 |
109
+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.70 .0, <2.0.0 |
110
110
| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | >= 0.9.1 |
111
111
112
112
### Modules
113
113
114
114
| Name | Source | Version |
115
115
| ------| --------| ---------|
116
- | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.27.0 |
116
+ | <a name =" module_cbr_rule " ></a > [ cbr\_ rule] ( #module\_ cbr\_ rule ) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.28.1 |
117
117
118
118
### Resources
119
119
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
required_providers {
4
4
ibm = {
5
5
source = " IBM-Cloud/ibm"
6
- version = " = 1.65 .0"
6
+ version = " = 1.70 .0"
7
7
}
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
# Use latest version of provider in non-basic examples to verify latest version works with module
5
5
ibm = {
6
6
source = " IBM-Cloud/ibm"
7
- version = " >= 1.65 .0"
7
+ version = " >= 1.70 .0"
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
38
38
# #############################################################################
39
39
module "cbr_zone" {
40
40
source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
41
- version = " 1.27.0 "
41
+ version = " 1.28.1 "
42
42
name = " ${ var . prefix } -VPC-network-zone"
43
43
zone_description = " CBR Network zone representing VPC"
44
44
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 {
4
4
# Use latest version of provider in non-basic examples to verify latest version works with module
5
5
ibm = {
6
6
source = " IBM-Cloud/ibm"
7
- version = " >= 1.56 .1"
7
+ version = " >= 1.70 .1"
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ resource "ibm_iam_authorization_policy" "kms_policy" {
117
117
module "cbr_rule" {
118
118
count = length (var. cbr_rules ) > 0 ? length (var. cbr_rules ) : 0
119
119
source = " terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
120
- version = " 1.27.0 "
120
+ version = " 1.28.1 "
121
121
rule_description = var. cbr_rules [count . index ]. description
122
122
enforcement_mode = var. cbr_rules [count . index ]. enforcement_mode
123
123
rule_contexts = var. cbr_rules [count . index ]. rule_contexts
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The default values in this profile were scanned by [IBM Code Risk Analyzer (CRA)
10
10
| Name | Version |
11
11
| ------| ---------|
12
12
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
13
- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.65 .0, <2.0.0 |
13
+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.70 .0, <2.0.0 |
14
14
15
15
### Modules
16
16
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
7
7
# tflint-ignore: terraform_unused_required_providers
8
8
ibm = {
9
9
source = " IBM-Cloud/ibm"
10
- version = " >= 1.65 .0, <2.0.0"
10
+ version = " >= 1.70 .0, <2.0.0"
11
11
}
12
12
}
13
13
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
# Use "greater than or equal to" range in modules
5
5
ibm = {
6
6
source = " IBM-Cloud/ibm"
7
- version = " >= 1.65 .0, <2.0.0"
7
+ version = " >= 1.70 .0, <2.0.0"
8
8
}
9
9
time = {
10
10
source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments