Skip to content

Commit 3d03b12

Browse files
committed
Adding warning message.
1 parent b1267c9 commit 3d03b12

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/terraform/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ import_hashicorp_gpg_key_noble() {
5555
curl -fsSL https://keybase.io/hashicorp/pgp_keys.asc | gpg --import
5656
if ! gpg --list-keys "${TERRAFORM_GPG_KEY}" > /dev/null 2>&1; then
5757
gpg --list-keys
58-
echo "(!) HashiCorp GPG key not found in keyring after import. Aborting."
59-
exit 1
58+
echo "(!) Warning: HashiCorp GPG key not found in keyring after import."
6059
fi
6160
}
6261

0 commit comments

Comments
 (0)