Skip to content

Commit 6efd52a

Browse files
fix(deps): update required_provider to latest for deployable architectures (#275)
1 parent d4f0bd3 commit 6efd52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/banking/version.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
random = {
1313
source = "hashicorp/random"
14-
version = "3.6.3"
14+
version = "3.7.1"
1515
}
1616
restapi = {
1717
source = "Mastercard/restapi"
@@ -27,7 +27,7 @@ terraform {
2727
}
2828
kubernetes = {
2929
source = "hashicorp/kubernetes"
30-
version = "2.35.1"
30+
version = "2.36.0"
3131
}
3232
}
3333
required_version = ">= 1.3.0"

0 commit comments

Comments
 (0)