inspec / inspec-aws

InSpec AWS Resource Pack https://www.inspec.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control Failure Using Resources aws_ami and aws_amis When aws_retry_backoff or aws_retry_limit

jnikles1 opened this issue · comments

We consistently receive the following error in control execution when aws_retry_backoff or aws_retry_limit are set. This only happens with our control that uses aws_ami and aws_amis:

parameter validator found 2 errors: - expected params[:filters][0][:values][0] to be a String, got value 3 (class: Integer) instead. - expected params[:filters][1][:values][0] to be a String, got value 30 (class: Integer) instead.

Describe the problem

control consistently fails when the above mentioned environment variable are set