---
title: Fastly Terraform Provider 6.0.0
summary: null
url: >-
  https://www.fastly.com/documentation/reference/changes/2025/03/terraform-provider-fastly-6.0.0
---

View this release on [GitHub](https://github.com/fastly/terraform-provider-fastly/releases/tag/v6.0.0).

* * *

### BREAKING:

- breaking(waf): support for the Fastly WAF (legacy, not Next-Gen WAF)
  product has been removed. The product passed its End-of-Life date
  quite some time ago, and it is no longer in use by customers
  [#936](https://github.com/fastly/terraform-provider-fastly/pull/936)

- breaking(logging): the 'placement' attribute in the logging
  endpoints has been changed to ignore any value provided by the user;
  it was only used in combination with the Fastly WAF, which is no
  longer supported
  [#936](https://github.com/fastly/terraform-provider-fastly/pull/936)

### ENHANCEMENTS:

- feat(product_enablement): add DDoS protection product enablement/configuration ([#954](https://github.com/fastly/terraform-provider-fastly/pull/954))
- feat(product_enablement): add Next-Gen WAF product enablement/configuration ([#956](https://github.com/fastly/terraform-provider-fastly/pull/956))
- feat(object_storage_access_key): add object storage access keys configuration ([#955](https://github.com/fastly/terraform-provider-fastly/pull/955))

### DEPENDENCIES:

- build(go.mod) upgrade to go 1.23.0
- build(deps): `github.com/hashicorp/go-cty` from 1.4.1-0.20200414143053-d3edf31b6320 to 1.4.1 ([#946](https://github.com/fastly/terraform-provider-fastly/pull/946))
- build(deps): `github.com/fastly/go-fastly/v9` from 9.13.1 to 9.14.0 ([#947](https://github.com/fastly/terraform-provider-fastly/pull/947))
- build(deps): `golang.org/x/net` from 0.35.0 to 0.37.0 ([#948](https://github.com/fastly/terraform-provider-fastly/pull/948))
- build(deps): `github.com/deckarep/golang-set/v2` from 2.7.0 to 2.8.0 ([#953](https://github.com/fastly/terraform-provider-fastly/pull/953))
- build(deps): `github.com/hashicorp/go-cty` from 1.4.1 to 1.5.0 ([#952](https://github.com/fastly/terraform-provider-fastly/pull/952))
