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 75d9b8a commit badb0d5Copy full SHA for badb0d5
modules/vpn_ha/versions.tf
@@ -19,11 +19,11 @@ terraform {
19
required_providers {
20
google = {
21
source = "hashicorp/google"
22
- version = ">= 5.7, < 6"
+ version = ">= 5.7, < 7"
23
}
24
google-beta = {
25
source = "hashicorp/google-beta"
26
27
28
random = {
29
source = "hashicorp/random"
versions.tf
@@ -19,7 +19,7 @@ terraform {
- version = ">= 3.30.0, < 6"
+ version = ">= 3.30.0, < 7"
0 commit comments