File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ You need the following permissions to run this module:
94
94
95
95
| Name | Version |
96
96
| ------| ---------|
97
- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 .0 |
97
+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.9 .0 |
98
98
| <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.73.0, < 2.0.0 |
99
99
100
100
### Modules
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 1.3 .0"
2
+ required_version = " >= 1.9 .0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (usually a basic example), and 1 example that will always use the latest provider version.
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 1.3 .0"
2
+ required_version = " >= 1.9 .0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (usually a basic example), and 1 example that will always use the latest provider version.
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 1.3 .0"
2
+ required_version = " >= 1.9 .0"
3
3
4
4
# Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
5
5
# module's version.tf (usually a basic example), and 1 example that will always use the latest provider version.
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " >= 1.3 .0"
2
+ required_version = " >= 1.9 .0"
3
3
# If your module requires any terraform providers, uncomment the "required_providers" section below and add all required providers.
4
4
# Each required provider's version should be a flexible range to future proof the module's usage with upcoming minor and patch versions.
5
5
You can’t perform that action at this time.
0 commit comments