Skip to content

Commit

Permalink
Set sample rate to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jan 30, 2023
1 parent e3e55ca commit 50c38a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ resource "google_compute_backend_service" "iap" {
health_checks = [google_compute_health_check.default.id]

log_config {
enable = true
enable = true
sample_rate = 1
}

iap {
Expand Down

0 comments on commit 50c38a4

Please sign in to comment.