Skip to content

Commit 1f27547

Browse files
authored
fix(deps): update required terraform IBM provider to >=1.79.0, <2.0.0 and locked the DA to 1.79.0 (#726)
1 parent 4d66c62 commit 1f27547

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You need the following permissions to run this module.
6464
| Name | Version |
6565
|------|---------|
6666
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
67-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.69.0, < 2.0.0 |
67+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.79.0, < 2.0.0 |
6868

6969
### Modules
7070

examples/basic/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example).
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = "1.69.0"
8+
version = "1.79.0"
99
}
1010
}
1111
}

examples/complete/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
# module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example).
66
ibm = {
77
source = "IBM-Cloud/ibm"
8-
version = ">= 1.69.0"
8+
version = ">= 1.79.0"
99
}
1010
}
1111
}

version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
ibm = {
55
source = "IBM-Cloud/ibm"
66
# Use "greater than or equal to" range in modules
7-
version = ">= 1.69.0, < 2.0.0"
7+
version = ">= 1.79.0, < 2.0.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)