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