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
This is example of what I would like to see working:
aws_elbs.where(tags: {"Environment" => "Dev"}).load_balancer_names.each do |name|
describe aws_elb(name) do
it { should be_cross_zone_load_balancing_enabled }
end
end
Context
I want to be able test find/test elbs based on tags. We do not set names for elbs, let AWS choose/set the name so cannot filter on elb name/dnsname.
The text was updated successfully, but these errors were encountered:
Would like to be able to filter elbs using tags.
Detailed Description
This is example of what I would like to see working:
Context
I want to be able test find/test elbs based on tags. We do not set names for elbs, let AWS choose/set the name so cannot filter on elb name/dnsname.
The text was updated successfully, but these errors were encountered: