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
I have prepared the code changes here, but there are still additional updates to the pr that are required before merging, like unit tests, linting, docs... I will work on these changes, but if anyone would like to complete them, feel free. It will take me some time to set up a dev environment.
Describe the problem
Checking for existence of AWS_WAF_WEB_ACLS returns an empty array. The WAF exists and is of regional (vs cloudfront) scope in a non us region.
and
Fails, despite having retrieved the ID via the cli
aws wafv2 list-web-acls --scope REGIONAL
Possible Solution
The ruby get_web_acl call in the SDK asks for the scope, however there is no ability to provide one in Inspec?
The text was updated successfully, but these errors were encountered: