Skip to content

Commit e981194

Browse files
fix(deps): update required_provider to latest for deployable architectures (#164)
1 parent ddb5bf1 commit e981194

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
@@ -2,15 +2,15 @@ terraform {
22
required_providers {
33
ibm = {
44
source = "IBM-Cloud/ibm"
5-
version = ">= 1.69.0"
5+
version = ">= 1.69.2"
66
}
77
null = {
88
source = "hashicorp/null"
9-
version = ">= 3.2.2"
9+
version = ">= 3.2.3"
1010
}
1111
random = {
1212
source = "hashicorp/random"
13-
version = ">= 3.6.2"
13+
version = ">= 3.6.3"
1414
}
1515
restapi = {
1616
source = "Mastercard/restapi"

0 commit comments

Comments
 (0)