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 )
all
Assert that all elements in an array satisfy the condition. Empty arrays return true
.
Ensure all EC2 instances do not have a public Ip address:
aws.ec2.instances.all( publicIp == empty )