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

use retry for inspec resources #110

Open
tbugfinder opened this issue Jul 19, 2020 · 0 comments
Open

use retry for inspec resources #110

tbugfinder opened this issue Jul 19, 2020 · 0 comments

Comments

@tbugfinder
Copy link

Hello,

I'm wondering if rspec-retry would support also inspec resource retries on describe blocks.
I tried it but it doesn't look like a valid approach.

  describe aws_ec2_instance('i-123456789012345'), :retry => 10, :retry_wait => 30 do
    it { should exist }
  end

I understand this might be not the appropriate repo for inspec-retries but did anybody else have this challenge?

Thanks.

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