File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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.
4646| Name | Version |
4747| ------| ---------|
4848| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
49- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.54.0 , < 2.0.0 |
49+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.56.1 , < 2.0.0 |
5050| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | >= 0.9.1 |
5151
5252### Modules
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.54.0 "
7+ version = " 1.56.1 "
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.54.0 "
7+ version = " >= 1.56.1 "
88 }
99 }
1010}
Original file line number Diff line number Diff line change 402402 "ibm" : {
403403 "source" : " IBM-Cloud/ibm" ,
404404 "version_constraints" : [
405- " \u003e = 1.54.0 , \u003c 2.0.0"
405+ " \u003e = 1.56.1 , \u003c 2.0.0"
406406 ]
407407 },
408408 "time" : {
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.54.0 , < 2.0.0"
7+ version = " >= 1.56.1 , < 2.0.0"
88 }
99 time = {
1010 source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments