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