From faaf9fd44f41402ff0eb979533af1b79513f3d06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:00:04 -0700 Subject: [PATCH] chore(deps): Update Terraform terraform-google-modules/cloud-operations/google to ~> 0.5 (#106) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 1bd3413..459ddc0 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.4" + version = "~> 0.5" 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 54f335f..fee875d 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.4" + version = "~> 0.5" 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 eb0b55e..79ce615 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.4" + version = "~> 0.5" 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 da01a11..c362080 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.4" + version = "~> 0.5" project_id = var.project_id uptime_check_display_name = var.uptime_check_display_name