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.
2 parents 964a9d2 + 657cbee commit 9f80b64Copy full SHA for 9f80b64
terraform/modules/gke-autopilot/network.tf
@@ -50,7 +50,7 @@ module "gcp-network" {
50
51
module "cloud-router" {
52
source = "terraform-google-modules/cloud-router/google"
53
- version = "~> 4.0"
+ version = "~> 5.0"
54
project = var.project_id
55
name = local.router_name
56
network = module.gcp-network.network_name
0 commit comments