Skip to content

Commit b8f7c70

Browse files
akocbekakocbekIBMocofaigh
authored
fix: extend the required terraform version to < 1.7 (#79)
Co-authored-by: [email protected] <[email protected]> Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent af6de41 commit b8f7c70

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You need the following permissions to run this module.
8989

9090
| Name | Version |
9191
|------|---------|
92-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.6.0 |
92+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
9393
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.56.1 |
9494

9595
### Modules

examples/basic/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.3.0, <1.6.0"
2+
required_version = ">= 1.3.0, <1.7.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.

examples/complete/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.3.0, <1.6.0"
2+
required_version = ">= 1.3.0, <1.7.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.

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.3.0, <1.6.0"
2+
required_version = ">= 1.3.0, <1.7.0"
33
# Each required provider's version should be a flexible range to future proof the module's usage with upcoming minor and patch versions.
44
required_providers {
55
ibm = {

0 commit comments

Comments
 (0)