/dists/noble/

The noble distribution: main, test.

Add this repository

wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor \
  | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg > /dev/null

echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com noble main" \
  | sudo tee /etc/apt/sources.list.d/hashicorp.list

sudo apt-get update && sudo apt-get install <package>

Other components published for noble: test. Add one to the end of the line to enable it.

Name
InRelease signed index of indexes, what apt fetches
Release the same content, unsigned
Release.gpg detached signature over Release
main/
test/