Skip to content

Commit

Permalink
Merge branch 'master' into skip-zero-waiting-room-status
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Aug 28, 2023
2 parents b5ad886 + c7bc84b commit 8060b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testdata/terraform/cloudflare_bot_management/test.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resource "cloudflare_bot_management" "terraform_managed_resource" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
enable_js = true
optimize_wordpress = true
sbfm_definitely_automated = "block"
sbfm_likely_automated = "managed_challenge"
sbfm_verified_bots = "allow"
sbfm_static_resource_protection = false
optimize_wordpress = true
sbfm_verified_bots = "allow"
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
}

0 comments on commit 8060b96

Please sign in to comment.