Skip to content

Commit

Permalink
5m -> 3m
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed May 21, 2024
1 parent 61deb12 commit 6a344fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ resource "google_monitoring_uptime_check_config" "availability" {
])
display_name = "${each.value}-availability"
timeout = "10s"
period = "300s"
period = "3m"
project = var.project
selected_regions = [
"USA_OREGON",
Expand Down

0 comments on commit 6a344fa

Please sign in to comment.