- Notifications
You must be signed in to change notification settings - Fork 10.3k
Open
Description
The HashiCorp RPM repository at https://rpm.releases.hashicorp.com/RHEL/10/x86_64/stable/ returns HTTP 404.
This affects AlmaLinux 10.1 (and presumably RHEL 10) where $releasever resolves to 10.
Steps to reproduce
On an AlmaLinux 10.1 system:
rpm -E %rhel # Output: 10 sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo sudo dnf install terraform # Error: Failed to synchronize cache for repo 'hashicorp'Direct URL check:
curl -I https://rpm.releases.hashicorp.com/RHEL/10/x86_64/stable/ # HTTP/2 404For comparison, RHEL 9 also returns 404:
curl -I https://rpm.releases.hashicorp.com/RHEL/9/x86_64/stable/ # HTTP/2 404Expected behavior
The RPM repository should serve packages for RHEL 10 (and ideally RHEL 9) at the documented URL path.
Context
Issue #36804 (CentOS 10 repo support) was closed as completed on 2026-02-06, but the RHEL 10 path is still not available as of 2026-03-18.
Environment
- OS: AlmaLinux 10.1 (Heliotrope Lion)
- Architecture: x86_64 (GCP Compute Engine)
rpm -E %rhel= 10- Terraform version needed: 1.14.7
Workaround
Binary download from https://releases.hashicorp.com/terraform/ works correctly. We are using that as our installation method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels