Skip to content

Commit 2d9a406

Browse files
fix(deps): update terraform ibm to latest for the deployable architecture solution (#153)
1 parent 6404f5a commit 2d9a406

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
@@ -6,7 +6,7 @@ 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.68.1"
9+
version = "1.69.0"
1010
}
1111
helm = {
1212
source = "hashicorp/helm"

solutions/instances/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
# Lock DA into an exact provider version - renovate automation will keep it updated
55
ibm = {
66
source = "ibm-cloud/ibm"
7-
version = "1.68.1"
7+
version = "1.69.0"
88
}
99
logdna = {
1010
source = "logdna/logdna"

0 commit comments

Comments
 (0)