cyberark / homebrew-tools

Homebrew formulas for different CyberArk tooling.
MIT License
7 stars 4 forks source link

Error: cyberark/tools/terraform-provider-conjur: undefined method `[]' for nil:NilClass #72

Open infamousjoeg opened 5 months ago

infamousjoeg commented 5 months ago

https://github.com/cyberark/homebrew-tools/blob/663d19e2a0e9a545380a287cff190b401447d25d/terraform-provider-conjur.rb#L16

When installing the terraform-provider-conjur:

brew tap cyberark/tools && brew install terraform-provider-conjur

The error message returned is:

Error: cyberark/tools/terraform-provider-conjur: undefined method '[]' for nil:NilClass

The line shared above is the only line where a hash table array is formed that would cause an undefined method on [].