Skip to content

Commit

Permalink
Merge pull request #415 from jacobbednarz/remove-zone-setting-sha1-su…
Browse files Browse the repository at this point in the history
…pport

resource/cloudflare_zone_override: Remove `sha1_support`
  • Loading branch information
jacobbednarz authored Jul 16, 2019
2 parents ce9b1bc + 61f10cb commit 28ca548
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions cloudflare/resource_cloudflare_zone_settings_override.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,13 +435,6 @@ var resourceCloudflareZoneSettingsSchema = map[string]*schema.Schema{
Computed: true,
},

"sha1_support": {
Type: schema.TypeString,
ValidateFunc: validation.StringInSlice([]string{"on", "off"}, false),
Optional: true,
Computed: true,
},

"cname_flattening": {
Type: schema.TypeString,
ValidateFunc: validation.StringInSlice([]string{"flatten_at_root", "flatten_all", "flatten_none"}, false),
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/zone_settings_override.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ These can be specified as "on" or "off" string. Similar to boolean values, but h
* `response_buffering`
* `rocket_loader`
* `server_side_exclude`
* `sha1_support`
* `sort_query_string_for_cache`
* `tls_client_auth`
* `true_client_ip_header`
Expand Down

0 comments on commit 28ca548

Please sign in to comment.