File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ You need the following permissions to run this module.
162162
163163| Name | Version |
164164| ------| ---------|
165- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0, <1.7.0 |
165+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
166166| <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | >= 1.54.0, < 2.0.0 |
167167| <a name =" requirement_time " ></a > [ time] ( #requirement\_ time ) | >= 0.9.1, < 1.0.0 |
168168
Original file line number Diff line number Diff line change 11terraform {
2- required_version = " >= 1.3.0, <1.7.0 "
2+ required_version = " >= 1.3.0"
33 required_providers {
44 # Pin to the lowest provider version of the range defined in the main module to ensure lowest version still works
55 ibm = {
Original file line number Diff line number Diff line change 11terraform {
2- required_version = " >= 1.3.0, <1.7.0 "
2+ required_version = " >= 1.3.0"
33 required_providers {
44 # Pin to the lowest provider version of the range defined in the main module to ensure lowest version still works
55 ibm = {
Original file line number Diff line number Diff line change 11terraform {
2- required_version = " >= 1.3.0, <1.7.0 "
2+ required_version = " >= 1.3.0"
33 required_providers {
44 # Use "greater than or equal to" range in modules
55 ibm = {
You can’t perform that action at this time.
0 commit comments