Skip to content

Commit f09bb62

Browse files
fix(deps): update required_provider to latest for deployable modules / architectures (#139)
1 parent 0ad1288 commit f09bb62

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
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
ibm = {
44
source = "IBM-Cloud/ibm"
5-
version = ">= 1.68.0"
5+
version = ">= 1.68.1"
66
}
77
null = {
88
source = "hashicorp/null"
@@ -22,7 +22,7 @@ terraform {
2222
}
2323
elasticstack = {
2424
source = "elastic/elasticstack"
25-
version = ">= 0.11.4"
25+
version = ">= 0.11.5"
2626
}
2727
}
2828
required_version = ">= 1.3.0"

0 commit comments

Comments
 (0)