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

[Docs] Update deprecation date #4785

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Filter expressions that can be referenced across multiple features,
e.g. Firewall Rules. See [what is a filter](https://developers.cloudflare.com/firewall/api/cf-filters/what-is-a-filter/)
for more details and available fields and operators.

~> `cloudflare_filter` is in a deprecation phase until January 15th, 2025.
~> `cloudflare_filter` is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still fully
supported but you are strongly advised to move to the
`cloudflare_ruleset` resource. Full details can be found in the
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/firewall_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rule creation.
Filter expressions needs to be created first before using Firewall
Rule.

~> `cloudflare_firewall_rule` is in a deprecation phase until January 15th, 2025.
~> `cloudflare_firewall_rule` is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still
fully supported but you are strongly advised to move to the
`cloudflare_ruleset` resource. Full details can be found in the
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/rate_limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Provides a Cloudflare rate limit resource for a given zone. This can
be used to limit the traffic you receive zone-wide, or matching more
specific types of requests/responses.

~> `cloudflare_rate_limit` is in a deprecation phase until January 15th, 2025.
~> `cloudflare_rate_limit` is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still
fully supported but you are strongly advised to move to the
`cloudflare_ruleset` resource. Full details can be found in the
Expand Down
2 changes: 1 addition & 1 deletion internal/sdkv2provider/resource_cloudflare_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func resourceCloudflareFilter() *schema.Resource {
for more details and available fields and operators.
`),
DeprecationMessage: heredoc.Doc(fmt.Sprintf(`
%s resource is in a deprecation phase until January 15th, 2025.
%s resource is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still fully supported
but you are strongly advised to move to the %s resource.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func resourceCloudflareFirewallRule() *schema.Resource {
Rule.
`),
DeprecationMessage: heredoc.Doc(fmt.Sprintf(`
%s resource is in a deprecation phase until January 15th, 2025.
%s resource is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still fully supported
but you are strongly advised to move to the %s resource.

Expand Down
2 changes: 1 addition & 1 deletion internal/sdkv2provider/resource_cloudflare_rate_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func resourceCloudflareRateLimit() *schema.Resource {
specific types of requests/responses.
`),
DeprecationMessage: heredoc.Doc(fmt.Sprintf(`
%s resource is in a deprecation phase until January 15th, 2025.
%s resource is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still fully supported
but you are strongly advised to move to the %s resource.

Expand Down
2 changes: 1 addition & 1 deletion templates/resources/filter.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |-

{{ .Description | trimspace }}

~> `cloudflare_filter` is in a deprecation phase until January 15th, 2025.
~> `cloudflare_filter` is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still fully
supported but you are strongly advised to move to the
`cloudflare_ruleset` resource. Full details can be found in the
Expand Down
2 changes: 1 addition & 1 deletion templates/resources/firewall_rule.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |-

{{ .Description | trimspace }}

~> `cloudflare_firewall_rule` is in a deprecation phase until January 15th, 2025.
~> `cloudflare_firewall_rule` is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still
fully supported but you are strongly advised to move to the
`cloudflare_ruleset` resource. Full details can be found in the
Expand Down
2 changes: 1 addition & 1 deletion templates/resources/rate_limit.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |-

{{ .Description | trimspace }}

~> `cloudflare_rate_limit` is in a deprecation phase until January 15th, 2025.
~> `cloudflare_rate_limit` is in a deprecation phase until June 15th, 2025.
During this time period, this resource is still
fully supported but you are strongly advised to move to the
`cloudflare_ruleset` resource. Full details can be found in the
Expand Down
Loading