From ca8f0b0b5b92a3ce39aee6172395bbd317b5cdb8 Mon Sep 17 00:00:00 2001 From: raddo21 Date: Fri, 7 Jun 2019 02:52:02 +1000 Subject: [PATCH] Fixing actions block in example (#370) Example Actions block had `=` that was not required --- website/docs/r/page_rule.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/page_rule.html.markdown b/website/docs/r/page_rule.html.markdown index 105f4b6e20..7baf97f50c 100644 --- a/website/docs/r/page_rule.html.markdown +++ b/website/docs/r/page_rule.html.markdown @@ -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 {