Terraform
- Terraform Enterprise
- 1.0.x (latest)
- v202507-1
- v202505-1
- v202504-1
- v202503-1
- v202502-2
- v202502-1
- v202501-1
- v202411-2
- v202411-1
- v202410-1
- v202409-3
- v202409-2
- v202409-1
- v202408-1
- No versions of this document exist before v202408-1. Click below to redirect to the version homepage.
- v202407-1
- v202406-1
- v202405-1
- v202404-2
- v202404-1
- v202402-2
- v202402-1
- v202401-2
- v202401-1
- v202312-1
- v202311-1
- v202310-1
- v202309-1
- v202308-1
- v202307-1
- v202306-1
- v202305-2
- v202305-1
- v202304-1
- v202303-1
- v202302-1
- v202301-2
- v202301-1
- v202212-2
- v202212-1
- v202211-1
- v202210-1
- v202209-2
- v202209-1
- v202208-3
- v202208-2
- v202208-1
- v202207-2
- v202207-1
- v202206-1
Terraform Enterprise v202505-1
Last required release: v202406-1 (776)
Flexible Deployment Options terraform-enterprise container digest: amd64/linux sha256:4d31e2698e1ca2deb945a491d61f6bc914c0eb6e385e737a028b897a3eda4a63
Highlights
- Terraform Enterprise now ships as a multi-platform image, though currently only supports - linux/amd64. If you're on a non-Linux host, provide the- --platform linux/amd64argument when pulling the Terraform Enterprise image.
- Terraform Enterprise now supports deployment in IPv6 single-stack and dual-stack networks. 
Features
- Module authors can now escalate the EOL severity of a module version in the private registry by revoking that version. Revoking a module version adds warnings to the module's registry page, warnings in the run outputs of existing module consumers, and blocks new users from using that version. 
- You can now download the product usage bundle via the API - GET /api/v1/usage/bundle. To access the new system API you first generate an API token with the new- tfectl admin api-token generatecommand.
Improvements
- The New organization page now uses Helios Design System components, providing an accessible and consistent UI experience.
- Runs troubleshooting other failed runs now log the external workload ID.
- You can now manage Sentinel tool versions on the Sentinel versions admin page.
Bug Fixes
- The forgot password flow now presents the same message, regardless of whether a user exists or not, to avoid leaking whether a user with the provided email exists.
- Creating a new policy sets through the UI now correctly assign the runtime version you select.
Security
- More than three failed attempts to verify two factor authentication now locks a user's account, and the user receives an email with unlock instructions.