1.17.0-beta1 (September 09, 2026)
NEW FEATURES:
-
Terraform now supports variables and locals in provider requirements (#39153)
-
A new
-minimal-refreshplanning option has been added, which will only refresh resources that have proposed changes. (#35290) -
policy: Terraform Policy is now generally available. The
-policiesflag forplan,apply, andinitno longer requires the-allow-experimental-featuresflag. See https://developer.hashicorp.com/terraform/policy for more information. (#38970)
ENHANCEMENTS:
-
command/init: Enrich log messages with provider versions (#38918)
-
test: Add mock_provider support for ephemeral resources (#38928)
-
command/login: display warning after successful login if user is subject to an organization's TTL policy
BUG FIXES:
-
funcs: pow and log no longer panic when result is not a number (#38912)
-
ephemeral: Terraform will now use and display diagnostics raised when renewing an ephemeral resource. This may cause warnings to appear that previously were lost. We expect that any error diagnostics that were previously lost would have caused confusing downstream errors, so we do not anticipate this change to be breaking. (#38989)
-
test: Deterministic dependency ordering in cleanup graph (#38247)
-
query: report Unknown and N/A results for policy evaluations of discovered resources (#39058)
NOTES:
- version: JSON output now includes a new
format_versionfield, which will enable safer future changes of the command's JSON output format. It is assumed existing tooling ignores unknown fields and therefore this change should not be breaking in itself but we advice consumers to pay attention toformat_versionin future releases and/or use latest version of hashicorp/terraform-json & hashicorp/terraform-exec which does. (#38930)
Previous Releases
For information on prior major and minor releases, refer to their changelogs: