Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/cloud-operatio…
Browse files Browse the repository at this point in the history
…ns/google to ~> 0.5
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent 2316ce8 commit 081828a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/agent_policy_detailed_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/agent_policy_simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/agent_policy_update_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/https_uptime_url_check/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 081828a

Please sign in to comment.