Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

fix: Fix NotFound error in aws_shield_* resources #916

Merged
merged 1 commit into from
May 17, 2022

Conversation

amanenk
Copy link
Contributor

@amanenk amanenk commented May 17, 2022

🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉

Summary

added ignore of not found errors in shield.* resources
closes #915


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run --new-from-rev main 🚨 (install golangci-lint here)
  • Update or add tests. Learn more about testing here 🧪
  • Update the docs by running go run ./docs/docs.go and committing the changes 📃
  • If adding a new resource, add relevant Terraform files in a separate PR 📂
  • Ensure the status checks below are successful ✅

@amanenk amanenk marked this pull request as ready for review May 17, 2022 15:28
@amanenk amanenk requested a review from a team as a code owner May 17, 2022 15:28
@amanenk amanenk requested review from shimonp21 and bbernays and removed request for a team May 17, 2022 15:28
Copy link
Contributor

@zagronitay zagronitay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add log.debug before ignoring

@amanenk amanenk merged commit fc9cdcc into cloudquery:main May 17, 2022
@amanenk amanenk deleted the shield_fix branch May 31, 2022 09:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shield protection "resource not found"
3 participants