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 ab9378e commit a9a5b30Copy full SHA for a9a5b30
modules/vpn_ha/versions.tf
@@ -19,11 +19,11 @@ terraform {
19
required_providers {
20
google = {
21
source = "hashicorp/google"
22
- version = ">= 6.21, < 7"
+ version = ">= 6.21, < 8"
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, < 7"
+ version = ">= 3.30.0, < 8"
0 commit comments