Skip to content

Commit e436095

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution (#72)
1 parent 1a38268 commit e436095

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

solutions/agents/version.tf

Lines changed: 3 additions & 3 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.64.2"
9+
version = "1.65.0"
1010
}
1111
helm = {
1212
source = "hashicorp/helm"
13-
version = "2.13.1"
13+
version = "2.13.2"
1414
}
1515
kubernetes = {
1616
source = "hashicorp/kubernetes"
17-
version = "2.29.0"
17+
version = "2.30.0"
1818
}
1919
}
2020
}

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.64.2"
7+
version = "1.65.0"
88
}
99
logdna = {
1010
source = "logdna/logdna"

0 commit comments

Comments
 (0)