Skip to content

Commit

Permalink
Merge pull request #4785 from pedrosousa/pedro/firewall_rule-update-d…
Browse files Browse the repository at this point in the history
…eprecation-date

[Docs] Update deprecation date
  • Loading branch information
jacobbednarz authored Dec 17, 2024
2 parents 0966b9c + 2d9a144 commit 45e924c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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

0 comments on commit 45e924c

Please sign in to comment.