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 @@ -95,7 +95,7 @@ statement instead the previous block.
9595
9696| Name | Version |
9797| ------| ---------|
98- | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0, <1.7.0 |
98+ | <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3.0 |
9999
100100### Modules
101101
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
44 # Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
55 # 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 11terraform {
2- required_version = " >= 1.3.0, <1.7.0 "
2+ required_version = " >= 1.3.0"
33
44 # Ensure that there is always 1 example locked into the lowest provider version of the range defined in the main
55 # 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 11terraform {
2- required_version = " >= 1.3.0, <1.7.0 "
2+ required_version = " >= 1.3.0"
33 # If your module requires any terraform providers, uncomment the "required_providers" section below and add all required providers.
44 # Each required provider's version should be a flexible range to future proof the module's usage with upcoming minor and patch versions.
55
You can’t perform that action at this time.
0 commit comments