Skip to content

Commit 476ae1e

Browse files
akocbekakocbekIBM
andauthored
fix: update required ibm provider version to < 1.7 (#742)
Co-authored-by: [email protected] <[email protected]>
1 parent 207e338 commit 476ae1e

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
@@ -88,7 +88,7 @@ statement instead the previous block.
8888

8989
| Name | Version |
9090
|------|---------|
91-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.6.0 |
91+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0, <1.7.0 |
9292

9393
### Modules
9494

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
# 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

0 commit comments

Comments
 (0)