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 c54a0ca commit 657cbeeCopy full SHA for 657cbee
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