hashicorp / hashicorp/terraform

AmazonLinux Unable to find a match: terraform

Open
#32,905 6 comments 2 reactions 0 assignees View on GitHub
bug new
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

image

### 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

![image](https://user-images.githubusercontent.com/36502099/226964967-33fad796-f84e-4fdd-b7a2-31a548ac0dc4.png)

### 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.