Skip to content

Commit 156d7c4

Browse files
fix(deps): update required_provider to latest for deployable architectures (#261)
1 parent 406dfd1 commit 156d7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/banking/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.73.0"
6+
version = "1.74.0"
77
}
88
null = {
99
source = "hashicorp/null"
@@ -23,7 +23,7 @@ terraform {
2323
}
2424
elasticstack = {
2525
source = "elastic/elasticstack"
26-
version = "0.11.12"
26+
version = "0.11.13"
2727
}
2828
kubernetes = {
2929
source = "hashicorp/kubernetes"

0 commit comments

Comments
 (0)