Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require edge_ttl.default in cache rules #2080

Closed
wants to merge 1 commit into from

Conversation

zwilias
Copy link

@zwilias zwilias commented Dec 9, 2022

Currently, default is required, but not allowed to be set when mode is set to respect_origin. I believe it should be optional; we'll still get an error when not setting this in combination with mode override_origin.

Closes #2007

Currently, `default` is required, but not _allowed_ to be set when `mode` is set to `respect_origin`. I believe it should be optional; we'll still get an error when _not_ setting this in combination with mode `override_origin`.

Closes cloudflare#2007
@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

Oops! It looks like no changelog entry is attached to this PR. Please include a release note as described in https://github.com/cloudflare/terraform-provider-cloudflare/blob/master/contributing/changelog-process.md.

Example:

```release-note:TYPE
Release note
```

If you do not require a release note to be included, please add the workflow/skip-changelog-entry label.

Copy link
Member

@jacobbednarz jacobbednarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in addition to the changelog entry, this also requires running make docs to update the registry documentation from the schema.

@jacobbednarz
Copy link
Member

superseded by #2097

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

edge_ttl default attribute should not be required when mode is "respect_origin"
2 participants