Skip to content

Releases: cloudflare/terraform-provider-cloudflare

v5.8.2

01 Aug 20:18
158b4a5
Compare
Choose a tag to compare

5.8.2 (2025-08-01)

Full Changelog: v5.8.1...v5.8.2

Features

Chores

  • update model for zt gateway settings (a084e1b)

v5.8.1

01 Aug 09:31
14d34c7
Compare
Choose a tag to compare

5.8.1 (2025-08-01)

Full Changelog: v5.8.0...v5.8.1

Bug Fixes

Chores

  • docs: generate provider documentation (21a9cd4)
  • skip flaky tests (890d693)
  • snippet rules not ready (e2312e2)
  • update zone name for tests and not in parallel (d3b0d00)

v5.8.0

01 Aug 02:02
250737b
Compare
Choose a tag to compare

5.8.0 (2025-08-01)

Full Changelog: v5.7.1...v5.8.0

Features

Bug Fixes

  • add version back to extended email settings for gateway (81df358)
  • initial snippets acceptance tests (e2d6a0e)
  • list item model (b64e4fc)
  • make gateway settings host selector + inspection optional (a5cbc80)
  • workers_script: add missing workflow value to bindings.type validator (cb5d655)
  • workers_script: fix nested computed attributes under bindings causing unwarranted plan diffs (ab9dd38)
  • workers_script: handle text value for secret_text bindings during refresh plan (3ff7ac3)
  • workers_script: handle empty placement object during refresh plan (ee64d6b)
  • workers_script: mark migrations as WriteOnly (409e81b)
  • zero_trust_gateway_settings: remove leftover import (1c3c135)

Chores

  • api: update composite API spec (c1d05a1)
  • api: upload OpenAPI schema from api-schemas (cb6f526)
  • api: upload stainless config from cloudflare-config (033cf6d)
  • api: upload stainless config from cloudflare-config (d30fb7f)
  • api: upload stainless config from cloudflare-config (59efb43)
  • api: upload stainless config from cloudflare-config (0ac93c5)
  • api: upload stainless config from cloudflare-config (91aa4e4)
  • fix code formatting (ff642bc)
  • housekeeping (a42c70a)
  • missing import (629f60d)
  • remove redundant newline (2a4b8f7)
  • tests: Add acceptance tests for WARP Connector resource (62f19ce)
  • workers_script: add import verification step to test cases (f89916c)
  • workers_script: update tests to replace legacy check functions with state checks (6181db3)

v4.52.1

22 Jul 19:08
de9201d
Compare
Choose a tag to compare

4.52.1 (July 22th, 2025)

ENHANCEMENTS:

  • internal/sdkv2provider/schema_cloudflare_load_balancer.go: remove "Computed" primitive from user configurable properties (#5621)

v5.7.1

16 Jul 00:45
Compare
Choose a tag to compare

5.7.1 (2025-07-15)

Full Changelog: v5.7.0...v5.7.1

Bug Fixes

  • api: Fix update/read path parameter for zone subscription (c763edf)

Chores

v5.7.0

15 Jul 00:38
ebe40a3
Compare
Choose a tag to compare

5.7.0 (2025-07-14)

Full Changelog: v5.6.0...v5.7.0

Features

  • api: Add 'zero_trust_tunnel_warp_connector' Terraform resource (204d752)
  • api: Add DELETE and POST routes for Magic Connector (b3c8c0a)
  • api: api update (85a1a2f)
  • api: api update (c20c04c)
  • api: api update (f936dc9)
  • api: api update (a5634a8)
  • api: api update (d7e118c)
  • api: api update (7a1200e)
  • api: api update (97ea6d6)
  • api: api update (75e1515)
  • api: api update (223c0ff)
  • api: api update (7e9304b)
  • api: api update (b98281d)
  • api: api update (d94fb1f)
  • api: api update (7861f45)
  • api: api update (534cc05)
  • api: api update (39676a0)
  • api: api update (c449ded)
  • api: api update (de3965a)
  • api: api update (ab0e41a)
  • api: api update (c8168f2)
  • api: api update (371b58e)
  • new option to send computed values back to server (2b9c5d5)
  • workers_script: support content_file and content_sha256 attribute pair as alternative to content (6c850b0)
  • zero_trust_dlp: Added individual resources and new routes (2b7185f)

Bug Fixes

  • assertion (58392a5)
  • ci jobs (8fd4d84)
  • ci run setup (b38f788)
  • ci: release-doctor — report correct token name (87e54a5)
  • logpull_retention: Fix Terraform ID property (de3811f)
  • null nested attribute decoding (5ba7d5b)
  • terraform: strip leading/trailing underscores from attribute names (e00ca4b)
  • zone_subscription: Fix incorrect path identifier on Update and Read (e00223d)

Chores

  • api: Specify default value for Zone Lockdown 'paused' property (808598c)
  • api: Specify default value for Zone Lockdown 'paused' property (072f9f7)
  • ci: only run for pushes and fork pull requests (df566b9)
  • config: bump cloudflare-go (8671c9a)
  • internal: codegen related update (70ba827)
  • internal: codegen related update (f29c24a)
  • run steps on failure (c7360a5)
  • skip flaky list item tests due to rate limit (85f5b78)
  • skip flaky list item tests due to rate limit (c980fdc)
  • test: Fix acceptance test runner (c964479)
  • test: Fix model parity tests (52446ec)
  • test: Skip GRE tunnel tests (7278846)
  • test: Skip magic tests when we don't have the right environment (c8c505b)
  • test: Skip some Access IDP tests (9e13c6f)
  • test: Skip some rulesets tests (263f43c)
  • test: Skip TestAccCloudflareAPIShieldBasic (b5a6ba3)
  • test: Skip TestAccCloudflareAPITokenData (11f728d)
  • test: Skip TestAccCloudflareTeamsList_LottaListItems (7e6c4da)
  • test: Skip zone lockdown tests (bfe7436)
  • test: Skip zone subscription tests (a533043)
  • update docs (884dcd8)
  • update docs (cd30cb5)
  • zone_subscription: Fix ID property configuration (b762cf2)

v5.6.0

17 Jun 06:22
81cb126
Compare
Choose a tag to compare

5.6.0 (2025-06-17)

Full Changelog: v5.5.0...v5.6.0

Features

Bug Fixes

  • add missing properties (a21b2bc)
  • api: Update zone subscription paths (e021998)
  • page rule panic #5577 (a3c643d)
  • schema: better support top-level arrays in paginated responses (e6331d5)
  • static_route: API can accept single routes now (ac52503)
  • WDAPI: Fix 'id_property' for zero_trust_device_default_profile_local_domain_fallback (c409fd4)

Chores

  • api: TTL is required on DNS records (6f3f1cb)
  • api: Update Go SDK version for Terraform provider (27e835d)
  • api: Update Go SDK version for Terraform provider (082cf15)
  • bump deps to avoid GetResourceIdentitySchemas errors for Terraform CLI v1.12+ (7bceb8f)
  • ci: enable for pull requests (779c686)
  • internal: codegen related update (24c025e)
  • internal: codegen related update (50b8e95)

v5.5.0

19 May 22:20
c7df32b
Compare
Choose a tag to compare

5.5.0 (2025-05-19)

Full Changelog: v5.4.0...v5.5.0

Features

Bug Fixes

  • api: fix path placeholders (0964b9a)
  • cloud_connector_rules: define upsert operations (db4e2aa)
  • cloud_connector_rules: fix nested schema bodies (#5559) (64edb91)
  • cloud_connector_rules: remove outdated warning (#5560) (d7d6ad0)
  • cloud_connector_rules: reuse zone_id for anchor aliasing (bb5cbf3)
  • cloud_connector: alias read methods (2df31d9)
  • cloudforce_one: fix ID typings (#5556) (8f30924)
  • cloudforce_one: fix ID typings (#5558) (6259852)
  • docs: ensure schema docstrings always match the correct schema (120b0c0)
  • internal: more consistent handling of terraform attribute names (69f06bf)
  • only unmarshal attributes that exist on the read response schema during refresh (6521853)
  • page rule issues (#5601) (6316235)
  • r2_bucket_event_notification: add missing queue ID for params (#5594) (eae6622)
  • r2_bucket_event_notification: revert incorrect schema update (#5593) (e86f933)
  • r2_bucket: fix handling of r2_bucket params (#5562) (aa7ba48)
  • r2_bucket: support editing attributes in place (d0f7581)
  • release: update README and version correctly in release PRs (5b2c9d1)
  • schema: support ID parameters on post bodies in addition to path params (11b8aa9)
  • workers_script: Fix refresh behavior and state thrashing (#5544) (5c9e166)
  • zone_setting: update model tags to match schema (#5597) (624db57)

Chores

  • build: update go.mod indirect dependencies (b808655)
  • dep: bump cloudflare-go to v4.4.0 (4c54318)
  • grit: make state replacements more flexible (94617a7)
  • internal: codegen related update (c805fc4)

Documentation

v5.4.0

06 May 01:38
6c081d9
Compare
Choose a tag to compare

5.4.0 (2025-05-05)

Full Changelog: v5.3.0...v5.4.0

Features

Read more

v5.3.0

09 Apr 02:38
72a7419
Compare
Choose a tag to compare

5.3.0 (2025-04-09)

Full Changelog: v5.2.0...v5.3.0

Features

Read more