1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 10:02:14 +00:00

updated terraform_registry_url_open.sh

This commit is contained in:
Hari Sekhon 2024-12-05 02:00:18 +07:00
parent c427788e8f
commit 2569a41cbb

View File

@ -22,7 +22,9 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC2034,SC2154
usage_description="
Opens the Terraform Registry URL given as an arg or standard input in either tfr:// or https://registry.terraform.io/ format
Opens the Terraform Registry URL in either tfr:// or https://registry.terraform.io/ format
URL can be given as a string arg, file or standard input
If the given arg is a file, then opens the first Terraform URL found in the file