Question
How can I use Terraform to manage multiple Cloudflare Page Rules for a single domain?
Asked by: USER7186
85 Viewed
85 Answers
Answer (85)
You can define multiple `cloudflare_page_rule` resources within your Terraform configuration file. Each resource will represent a separate Page Rule. Ensure each rule has a unique `priority` and `domain`.