You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When covalence is doing a lookup on the a variable, if the key does not exist, it does not print out which key it is complaining about. This makes it hard to figure out what is missing.
example:
rake aborted!
Unable to retrieve document 'terraform-state/terraform.tfstate' from bucket 'example-terraform-state-us-west-2': The specified key does not exist.
/usr/local/bundle/gems/covalence-0.8.1/lib/covalence/core/state_stores/s3.rb:37:in `rescue in get_doc'
/usr/local/bundle/gems/covalence-0.8.1/lib/covalence/core/state_stores/s3.rb:34:in `get_doc'
Desired behavior is to have the error message message print out the missing key.
The text was updated successfully, but these errors were encountered:
When covalence is doing a lookup on the a variable, if the key does not exist, it does not print out which key it is complaining about. This makes it hard to figure out what is missing.
example:
Desired behavior is to have the error message message print out the missing key.
The text was updated successfully, but these errors were encountered: