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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: