Skip to content

Commit

Permalink
chore(deps): Update Terraform GoogleCloudPlatform/cloud-ids/google to…
Browse files Browse the repository at this point in the history
… ~> 0.3
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent 6df9a0f commit 00dfb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloud_ids_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ resource "google_compute_router_nat" "ids_nats" {
# Configure Cloud IDS
module "cloud_ids" {
source = "GoogleCloudPlatform/cloud-ids/google"
version = "~> 0.2"
version = "~> 0.3"

project_id = var.project_id
vpc_network_name = google_compute_network.ids_network.name
Expand Down

0 comments on commit 00dfb8c

Please sign in to comment.