hashicorp / hashicorp/terraform
AmazonLinux Unable to find a match: terraform
- Dominant language
- Go
- Stars
- 49.7k
- Forks
- 10.6k
- Avg merge
- 21h 30m
- Merged PRs (30d)
- 100
Description
### Terraform Version
```shell
no version
```
### Terraform Configuration Files
```terraform
...terraform config...
```
### Debug Output

### Expected Behavior
Terraform should be installed properly. This exact solution was working a few weeks ago and im follow exactly the steps on the documentation for the AmazonLinux https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli

### Actual Behavior
```
Last metadata expiration check: 0:00:14 ago on Wed Mar 22 15:53:18 2023.
No match for argument: terraform
Error: Unable to find a match: terraform
```
### Steps to Reproduce
1. `docker run -it amazonlinux bash`
2. `yum install -y yum-utils`
3. `yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo`
4. `yum -y install terraform`
### Additional Context
_No response_
### References
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.