We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
I understand this might be not the appropriate repo for inspec-retries but did anybody else have this challenge?
Thanks.
The text was updated successfully, but these errors were encountered: