Commit dcf9021 authored Mar 12, 2025 · 1 / 2 · Verified
1 parent 063b37a commit dcf9021 Copy full SHA for dcf9021
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ You need the following permissions to run this module.
46
46
| Name | Version |
47
47
| ------| ---------|
48
48
| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
49
- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.70 .0, <2.0.0 |
49
+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.76 .0, <2.0.0 |
50
50
51
51
### Modules
52
52
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module "resource_group" {
22
22
module "secrets_manager" {
23
23
count = var. existing_sm_instance_guid != null ? 0 : 1
24
24
source = " terraform-ibm-modules/secrets-manager/ibm"
25
- version = " 1.24.3 "
25
+ version = " 1.25.1 "
26
26
secrets_manager_name = " ${ var . prefix } -sm-instance"
27
27
sm_service_plan = var. sm_service_plan
28
28
region = local. sm_region
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
# Pin to the lowest provider version of the range defined in the main module to ensure lowest version still works
5
5
ibm = {
6
6
source = " IBM-Cloud/ibm"
7
- version = " 1.70 .0"
7
+ version = " 1.76 .0"
8
8
}
9
9
}
10
10
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ locals {
29
29
30
30
module "secrets_manager" {
31
31
source = " terraform-ibm-modules/secrets-manager/ibm"
32
- version = " 1.24.3 "
32
+ version = " 1.25.1 "
33
33
existing_sm_instance_crn = var. existing_sm_instance_crn
34
34
resource_group_id = module. resource_group . resource_group_id
35
35
region = local. sm_region
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
# Pin to the lowest provider version of the range defined in the main module to ensure lowest version still works
5
5
ibm = {
6
6
source = " IBM-Cloud/ibm"
7
- version = " 1.70 .0"
7
+ version = " 1.76 .0"
8
8
}
9
9
}
10
10
}
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.70 .0, <2.0.0"
6
+ version = " >= 1.76 .0, <2.0.0"
7
7
}
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments