Skip to content

Commit

Permalink
test/cloudflare_page_rule: correct output for ignoring all query params
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jun 15, 2023
1 parent 6b5dce9 commit b533c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/terraform/cloudflare_page_rule/test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "cloudflare_page_rule" "terraform_managed_resource" {
resolved = true
}
query_string {
exclude = ["*"]
ignore = true
}
user {
device_type = true
Expand Down

0 comments on commit b533c84

Please sign in to comment.