# terraform v1.15.9 - Product: terraform (https://whatsnew.fyi/product/terraform) - Vendor: terraform - Date: 2026-08-19 - Version: v1.15.9 - Original notes: https://github.com/hashicorp/terraform/releases/tag/v1.15.9 - Permalink: https://whatsnew.fyi/product/terraform/releases/v1.15.9 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Child module validation now raises errors or warning diagnostics for invalid blocks (list, import, backend, and cloud) - **security** — Update go-slug to v0.18.3 to mitigate CVE-2026-14978, a Unicode normalization issue that could lead to files not being correctly excluded via .terraformignore from upload to Terraform Enterprise or HCP Terraform during a run ##### 1.15.9 (August 19, 2026) BUG FIXES: * validate: Child module validation has been fixed and will now raise errors or warning diagnostics for invalid blocks. (`list`, `import`, `backend`, and `cloud`) ([#38994](https://github.com/hashicorp/terraform/issues/38994)) NOTES: * Update go-slug to v0.18.3 to mitigate CVE-2026-14978, which is a Unicode normalization issue that could lead to files not being correctly excluded via `.terraformignore` from upload to a Terraform Enterprise or HCP Terraform during a run ([#39036](https://github.com/hashicorp/terraform/issues/39036))