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

fix: Explicitly Ignore EC2 Classic EIPs #1055

Merged
merged 6 commits into from
Jun 14, 2022

Conversation

bbernays
Copy link
Contributor

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

Summary

EC2 Classic is being turned off in August. It was deprecated last year and was disabled by default 10 years ago. CQ has never fully supported EC2 classic and we will not be adding support for it now


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 🚨 (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 ✅

@bbernays bbernays requested a review from a team as a code owner June 14, 2022 11:36
@bbernays bbernays requested review from irmatov, shimonp21 and zagronitay and removed request for a team June 14, 2022 11:36
@yevgenypats
Copy link
Member

Is there a way to filter it on the describe api ?

@bbernays
Copy link
Contributor Author

Is there a way to filter it on the describe api ?

Great suggestion!

@bbernays bbernays requested a review from yevgenypats June 14, 2022 11:50
@bbernays bbernays merged commit 28feadf into cloudquery:main Jun 14, 2022
kodiakhq bot pushed a commit that referenced this pull request Jun 15, 2022
🤖 I have created a release *beep* *boop*
---


## [0.12.11](v0.12.10...v0.12.11) (2022-06-14)


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.11.1 ([#1053](#1053)) ([a48cf77](a48cf77))
* Explicitly Ignore EC2 Classic EIPs ([#1055](#1055)) ([28feadf](28feadf))
* Possible use of a wrong region in s3 buckets. ([#1052](#1052)) ([e54b46a](e54b46a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
@bbernays bbernays deleted the skip-eips-in-ec2-classic branch June 15, 2022 10:51
erezrokah pushed a commit to cloudquery/cloudquery that referenced this pull request Aug 14, 2022
🤖 I have created a release *beep* *boop*
---


## [0.12.11](cloudquery/cq-provider-aws@v0.12.10...v0.12.11) (2022-06-14)


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.11.1 ([#1053](cloudquery/cq-provider-aws#1053)) ([a48cf77](cloudquery/cq-provider-aws@a48cf77))
* Explicitly Ignore EC2 Classic EIPs ([#1055](cloudquery/cq-provider-aws#1055)) ([28feadf](cloudquery/cq-provider-aws@28feadf))
* Possible use of a wrong region in s3 buckets. ([#1052](cloudquery/cq-provider-aws#1052)) ([e54b46a](cloudquery/cq-provider-aws@e54b46a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.

4 participants