Skip to content

Commit 97b6d62

Browse files
committed
update terraform dependencies
1 parent c1bb339 commit 97b6d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/modules/mybinder/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ terraform {
22
required_providers {
33
google = {
44
source = "hashicorp/google"
5-
version = "~> 3.44"
5+
version = "~> 4.31"
66
}
77
random = {
88
source = "hashicorp/random"
9-
version = "~> 3.0.0"
9+
version = "~> 3.3.2"
1010
}
1111
}
1212
required_version = "~> 1.1"

0 commit comments

Comments
 (0)