Skip to content

Commit

Permalink
Merge pull request #832 from jacobbednarz/set-default-for-cache-key-h…
Browse files Browse the repository at this point in the history
…ostname

page_rule: Set default value for `cache_keys.host.resolved`
  • Loading branch information
jacobbednarz authored Oct 22, 2020
2 parents 31549d5 + 6433e22 commit e13cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare/resource_cloudflare_page_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func resourceCloudflarePageRule() *schema.Resource {
"resolved": {
Type: schema.TypeBool,
Optional: true,
Computed: true,
Default: false,
},
},
},
Expand Down

0 comments on commit e13cec8

Please sign in to comment.