Skip to content

Commit 9106a35

Browse files
authored
fix(deps): bump IBM provider version to 1.80.2 (#414)
1 parent 7b6e1e5 commit 9106a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solutions/agents/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
terraform {
22
# module uses nullable feature which is only available in versions >= 1.1.0
3-
required_version = ">= 1.3.0"
3+
required_version = ">= 1.9.0"
44

55
required_providers {
66
# Lock DA into an exact provider version - renovate automation will keep it updated

solutions/instances/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"
2+
required_version = ">= 1.9.0"
33
required_providers {
44
# Lock DA into an exact provider version - renovate automation will keep it updated
55
ibm = {

0 commit comments

Comments
 (0)