Skip to content

Commit

Permalink
Merge pull request #654 from terraform-providers/remove-zone-override…
Browse files Browse the repository at this point in the history
…-edge-cache-ttl

resource/zone_settings_override: Remove `edge_cache_ttl`
  • Loading branch information
jacobbednarz authored Apr 13, 2020
2 parents 469c729 + d6b10a8 commit 1db4664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions cloudflare/resource_cloudflare_zone_settings_override.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,12 +456,6 @@ var resourceCloudflareZoneSettingsSchema = map[string]*schema.Schema{
Computed: true,
},

"edge_cache_ttl": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
},

"h2_prioritization": {
Type: schema.TypeString,
ValidateFunc: validation.StringInSlice([]string{"on", "off", "custom"}, 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 @@ -94,7 +94,6 @@ These can be specified as "on" or "off" string. Similar to boolean values, but h

* `browser_cache_ttl` (default: `14400`)
* `challenge_ttl` (default: `1800`)
* `edge_cache_ttl` (default: `7200`)
* `max_upload` (default: `100`)

### Nested Objects
Expand Down

0 comments on commit 1db4664

Please sign in to comment.