Skip to content

Commit 49bbb87

Browse files
fix(deps): update required_provider to latest for deployable modules / architectures (#36)
1 parent 1506c39 commit 49bbb87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solutions/banking/version.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ terraform {
66
}
77
ibm = {
88
source = "IBM-Cloud/ibm"
9-
version = ">= 1.53.0"
9+
version = ">= 1.64.2"
1010
}
1111
null = {
1212
source = "hashicorp/null"
13-
version = ">= 3.2.1"
13+
version = ">= 3.2.2"
1414
}
1515
random = {
1616
source = "hashicorp/random"
17-
version = ">= 3.5.1"
17+
version = ">= 3.6.1"
1818
}
1919
restapi = {
2020
source = "Mastercard/restapi"

0 commit comments

Comments
 (0)