We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bb339 commit 97b6d62Copy full SHA for 97b6d62
terraform/modules/mybinder/versions.tf
@@ -2,11 +2,11 @@ terraform {
2
required_providers {
3
google = {
4
source = "hashicorp/google"
5
- version = "~> 3.44"
+ version = "~> 4.31"
6
}
7
random = {
8
source = "hashicorp/random"
9
- version = "~> 3.0.0"
+ version = "~> 3.3.2"
10
11
12
required_version = "~> 1.1"
0 commit comments