Skip to content

Commit 0b7164f

Browse files
authored
fix: address terraform installation failure by updating hashicorp baseurl (#881)
* fix: address terraform installation failure by updating hashicorp baseurl
1 parent 3c3c630 commit 0b7164f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cloudbuild/hashicorp.repo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[hashicorp]
22
name=Hashicorp Stable - $basearch
3-
baseurl=https://rpm.releases.hashicorp.com/RHEL/7/$basearch/stable
3+
baseurl=https://rpm.releases.hashicorp.com/RHEL/9/$basearch/stable
44
enabled=1
55
gpgcheck=1
66
gpgkey=https://rpm.releases.hashicorp.com/gpg
77

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

0 commit comments

Comments
 (0)