From 5cdecde47230e4f63c32584e83044b7aba0535a3 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 24 Feb 2026 01:05:28 +0000 Subject: [PATCH] chore(deps): Update Terraform GoogleCloudPlatform/cloud-ids/google to ~> 0.4 --- examples/cloud_ids_example/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloud_ids_example/main.tf b/examples/cloud_ids_example/main.tf index 780affc..c33f653 100644 --- a/examples/cloud_ids_example/main.tf +++ b/examples/cloud_ids_example/main.tf @@ -170,7 +170,7 @@ resource "google_compute_router_nat" "ids_nats" { # Configure Cloud IDS module "cloud_ids" { source = "GoogleCloudPlatform/cloud-ids/google" - version = "~> 0.3" + version = "~> 0.4" project_id = var.project_id vpc_network_name = google_compute_network.ids_network.name