Skip to content

Commit 5d7108f

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution (#158)
1 parent 2856773 commit 5d7108f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.69.0"
9+
version = "1.69.2"
1010
}
1111
helm = {
1212
source = "hashicorp/helm"

solutions/instances/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ 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.69.0"
7+
version = "1.69.2"
88
}
99
logdna = {
1010
source = "logdna/logdna"
1111
version = "1.16.0"
1212
}
1313
time = {
1414
source = "hashicorp/time"
15-
version = "0.12.0"
15+
version = "0.12.1"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)