Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tags functionality/filter to aws_elb/aws_elbs #814

Open
mwiczynski-cartera opened this issue Dec 17, 2021 · 0 comments
Open

Add tags functionality/filter to aws_elb/aws_elbs #814

mwiczynski-cartera opened this issue Dec 17, 2021 · 0 comments

Comments

@mwiczynski-cartera
Copy link

Would like to be able to filter elbs using tags.

Detailed Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant