Skip to content

Commit 49bc39c

Browse files
fix(deps): update terraform dependencies (#75)
1 parent 295c4c4 commit 49bc39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/fully-configurable/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ terraform {
66
# Lock DA into an exact provider version - renovate automation will keep it updated
77
ibm = {
88
source = "ibm-cloud/ibm"
9-
version = "1.78.2"
9+
version = "1.78.3"
1010
}
1111
helm = {
1212
source = "hashicorp/helm"
1313
version = "2.17.0"
1414
}
1515
kubernetes = {
1616
source = "hashicorp/kubernetes"
17-
version = "2.36.0"
17+
version = "2.37.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)