Skip to content

Files

Latest commit

Feb 23, 2023
7aaaa39 · Feb 23, 2023

History

History
7 lines (5 loc) · 934 Bytes
·

upgrading_to_v8.0.md

File metadata and controls

7 lines (5 loc) · 934 Bytes
·

Upgrading to v8.0

The v8.0 release contains backwards-incompatible changes.

Terraform >= 1.3.0 is required as cdn_policy and its nested attributes and objects are made optional in the backends object

The cdn_policy object attribute and its nested attributes within the [backends] variable (

variable "backends" {
) is optional now. If supplied, the value for for the CDN policy will be set as such. Since optional attributes is a version 1.3 feature, the configuration will fail if the pinned version is < 1.3.