Skip to content

Commit

Permalink
Fixing actions block in example (cloudflare#370)
Browse files Browse the repository at this point in the history
Example Actions block had `=` that was not required
  • Loading branch information
raddo21 authored and patryk committed Jun 6, 2019
1 parent 48d3969 commit ca8f0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/page_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "cloudflare_page_rule" "foobar" {
target = "sub.${var.cloudflare_zone}/page"
priority = 1
actions = {
actions {
ssl = "flexible"
email_obfuscation = "on"
minify {
Expand Down

0 comments on commit ca8f0b0

Please sign in to comment.