Skip to content

Commit

Permalink
Merge pull request #94 from bschaatsbergen/set-sample-rate
Browse files Browse the repository at this point in the history
Set sample rate to 1
  • Loading branch information
bschaatsbergen committed Jan 30, 2023
2 parents 2de421e + 50c38a4 commit f9f7a16
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 @@ -310,7 +310,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 f9f7a16

Please sign in to comment.