File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ You need the following permissions to run this module.
5757| Name | Version |
5858| ------| ---------|
5959| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
60- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.62 .0, <2.0.0 |
60+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.65 .0, <2.0.0 |
6161| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | >= 0.9.1 |
6262
6363### 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.62 .0, <2.0.0"
7+ version = " >=1.65 .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.62 .0"
7+ version = " 1.65 .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.62 .0, <2.0.0"
7+ version = " >=1.65 .0, <2.0.0"
88 }
99 }
1010}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
44 # 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.62 .0, <2.0.0"
7+ version = " >=1.65 .0, <2.0.0"
88 }
99 }
1010}
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.62 .0, <2.0.0 |
17+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >=1.65 .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.62 .0, <2.0.0"
11+ version = " >=1.65 .0, <2.0.0"
1212 }
1313 }
1414}
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.62 .0, <2.0.0"
7+ version = " >= 1.65 .0, <2.0.0"
88 }
99 time = {
1010 source = " hashicorp/time"
You can’t perform that action at this time.
0 commit comments