Skip to content

Commit

Permalink
Merge pull request #601 from cloudflare/sort-bot-management-output
Browse files Browse the repository at this point in the history
sort attributes in bot management output
  • Loading branch information
jacobbednarz committed Aug 28, 2023
2 parents d4d9cdc + dd42352 commit c7bc84b
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 c7bc84b

Please sign in to comment.