From 44ff598ce6d425782685afa3e5e4f71fdd9ab35a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:41:32 +0000 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/cloud-operations/google to ~> 0.6 --- examples/agent_policy_detailed_example/main.tf | 2 +- examples/agent_policy_simple_example/main.tf | 2 +- examples/agent_policy_update_example/main.tf | 2 +- examples/https_uptime_url_check/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/agent_policy_detailed_example/main.tf b/examples/agent_policy_detailed_example/main.tf index 459ddc0..fa0c3c7 100644 --- a/examples/agent_policy_detailed_example/main.tf +++ b/examples/agent_policy_detailed_example/main.tf @@ -16,7 +16,7 @@ module "agent_policy_detailed" { source = "terraform-google-modules/cloud-operations/google//modules/agent-policy" - version = "~> 0.5" + version = "~> 0.6" project_id = var.project_id policy_id = "ops-agents-test-policy-detailed" diff --git a/examples/agent_policy_simple_example/main.tf b/examples/agent_policy_simple_example/main.tf index fee875d..687f5a4 100644 --- a/examples/agent_policy_simple_example/main.tf +++ b/examples/agent_policy_simple_example/main.tf @@ -16,7 +16,7 @@ module "agent_policy_simple" { source = "terraform-google-modules/cloud-operations/google//modules/agent-policy" - version = "~> 0.5" + version = "~> 0.6" project_id = var.project_id policy_id = "ops-agents-test-policy-simple" diff --git a/examples/agent_policy_update_example/main.tf b/examples/agent_policy_update_example/main.tf index 79ce615..8d68b9e 100644 --- a/examples/agent_policy_update_example/main.tf +++ b/examples/agent_policy_update_example/main.tf @@ -16,7 +16,7 @@ module "agent_policy_update" { source = "terraform-google-modules/cloud-operations/google//modules/agent-policy" - version = "~> 0.5" + version = "~> 0.6" project_id = var.project_id policy_id = "ops-agents-test-policy-update" diff --git a/examples/https_uptime_url_check/main.tf b/examples/https_uptime_url_check/main.tf index c362080..94077ea 100644 --- a/examples/https_uptime_url_check/main.tf +++ b/examples/https_uptime_url_check/main.tf @@ -16,7 +16,7 @@ module "uptime-check" { source = "terraform-google-modules/cloud-operations/google//modules/simple-uptime-check" - version = "~> 0.5" + version = "~> 0.6" project_id = var.project_id uptime_check_display_name = var.uptime_check_display_name