Skip to main content

all

Assert that all elements in an array satisfy the condition. Empty arrays return true.


Examples

Ensure all EC2 instances do not have a public Ip address:

aws.ec2.instances.all( publicIp == empty )