Skip to content

Commit 657cbee

Browse files
Update Terraform terraform-google-modules/cloud-router/google to v5
1 parent c54a0ca commit 657cbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/gke-autopilot/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module "gcp-network" {
5050

5151
module "cloud-router" {
5252
source = "terraform-google-modules/cloud-router/google"
53-
version = "~> 4.0"
53+
version = "~> 5.0"
5454
project = var.project_id
5555
name = local.router_name
5656
network = module.gcp-network.network_name

0 commit comments

Comments
 (0)