Skip to content

Commit

Permalink
fix: address terraform installation failure by updating hashicorp bas…
Browse files Browse the repository at this point in the history
…eurl (#881)

* fix: address terraform installation failure by updating hashicorp baseurl
  • Loading branch information
mpeddada1 authored Aug 13, 2024
1 parent 3c3c630 commit 0b7164f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cloudbuild/hashicorp.repo
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[hashicorp]
name=Hashicorp Stable - $basearch
baseurl=https://rpm.releases.hashicorp.com/RHEL/7/$basearch/stable
baseurl=https://rpm.releases.hashicorp.com/RHEL/9/$basearch/stable
enabled=1
gpgcheck=1
gpgkey=https://rpm.releases.hashicorp.com/gpg

[hashicorp-test]
name=Hashicorp Test - $basearch
baseurl=https://rpm.releases.hashicorp.com/RHEL/7/$basearch/test
baseurl=https://rpm.releases.hashicorp.com/RHEL/9/$basearch/test
enabled=0
gpgcheck=1
gpgkey=https://rpm.releases.hashicorp.com/gpg

0 comments on commit 0b7164f

Please sign in to comment.