File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ You need the following permissions to run this module.
4949| Name | Version |
5050| ------| ---------|
5151| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
52- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.49 .0 |
52+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.54.0, < 2.0 .0 |
5353
5454## Modules
5555
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.49 .0"
7+ version = " 1.54 .0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change 11terraform {
22 required_version = " >= 1.3.0"
33 required_providers {
4- # Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
4+ # Use latest version of provider in non-basic examples to verify latest version works with module
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " 1.49 .0"
7+ version = " >= 1.54 .0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change 11terraform {
22 required_version = " >= 1.3.0"
33 required_providers {
4- # Pin to the lowest provider version of the range defined in the main module's version.tf to ensure lowest version still works
4+ # Use latest version of provider in non-basic examples to verify latest version works with module
55 ibm = {
66 source = " IBM-Cloud/ibm"
7- version = " 1.49 .0"
7+ version = " >= 1.54 .0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change 394394 "ibm" : {
395395 "source" : " IBM-Cloud/ibm" ,
396396 "version_constraints" : [
397- " \u003e = 1.49 .0"
397+ " \u003e = 1.54.0, \u003c 2.0 .0"
398398 ]
399399 }
400400 },
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The IBM Cloud Framework for Financial Services mandates the application of an in
1616| Name | Version |
1717| ------| ---------|
1818| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
19- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.49 .0 |
19+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.54 .0 |
2020
2121## Modules
2222
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.49 .0"
11+ version = " >= 1.54 .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.49 .0"
7+ version = " >= 1.54.0, < 2.0 .0"
88 }
99 }
1010}
You can’t perform that action at this time.
0 commit comments