The Wire · Showcase
TERRAFORM-PROVIDER-TFE SHIPS BREAKING CHANGES, AZURERM CLEANS UP 5.0 GATES
By RepoJournal · Filed · About HashiCorp
The Terraform HCP provider v0.80.0 drops a bug that let users set a read-only attribute, forcing configuration changes on upgrade.
Terraform Provider for TFE v0.80.0 shipped with a breaking change [1]: the `hyok_enabled` attribute on `tfe_workspace` was incorrectly marked optional instead of computed and read-only, meaning any workspace that specified it will error after upgrade and require the attribute to be removed [2]. This is a necessary fix but plan your upgrade window accordingly. On the Azure front, the provider is systematically removing 5.0 feature flag gates across six service groups [3], continuing the cleanup work started in earlier releases. The Azure SDK dependency also got bumped to v0.20260811.1225050 [4], bringing fresh Azure API support. Over in the docs layer, the unified web repo added eventual consistency considerations to Consul migration guidance [6] and fixed a critical search crash bug by ensuring all docs have page titles [5], preventing empty results from breaking the portal. The Vault provider bumped AWS SDK dependencies [7] and upgraded IRSA from 2.1.0 to 2.2.0 [8], addressing dependency and infrastructure concerns.
One email a day. Unsubscribe in one click.
Keep up with HashiCorp in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Plan upgrade to terraform-provider-tfe v0.80.0 and remove hyok_enabled from any tfe_workspace configs hashicorp/terraform-provider-tfe [plan]
- → Review Azure provider migrations for 5.0 gate removals in affected services hashicorp/terraform-provider-azurerm [monitor]
- → Test Vault provider with new AWS SDK and IRSA 2.2.0 in non-prod environments hashicorp/terraform-provider-vault [monitor]
References
- [1] v0.80.0 ↗ hashicorp/terraform-provider-tfe
- [2] release: v0.80.0 ↗ hashicorp/terraform-provider-tfe
- [3] remove 5.0 feature flag gates from cosmos, costmanagement, dashboard,databricks, datadog and dataprotection (#33014) hashicorp/terraform-provider-azurerm
- [4] dependencies: `go-azure-sdk` - update to `v0.20260811.1225050` ↗ hashicorp/terraform-provider-azurerm
- [5] fix: add page_title to docs that do not have it (#2986) hashicorp/web-unified-docs
- [6] Add eventual consistency considerations to Consul migration docs ↗ hashicorp/web-unified-docs
- [7] build(deps): bump the gomod-backward-compatible group across 1 directory with 10 updates ↗ hashicorp/terraform-provider-vault
- [8] IRSA 2.1.0 -> 2.2.0 (#2998) hashicorp/terraform-provider-vault