This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
feat: Add support for Lightsail Instances #1138
Merged
hermanschaaf
merged 21 commits into
cloudquery:main
from
hermanschaaf:lightsail-instances
Jul 6, 2022
Merged
feat: Add support for Lightsail Instances #1138
hermanschaaf
merged 21 commits into
cloudquery:main
from
hermanschaaf:lightsail-instances
Jul 6, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR was created by a scheduled workflow to sync endpoint changes
🤖 I have created a release *beep* *boop* --- ## [0.12.22](cloudquery/cq-provider-aws@v0.12.21...v0.12.22) (2022-06-29) ### Bug Fixes * Add yml test_policy configuration ([cloudquery#1120](cloudquery#1120)) ([0c19e0a](cloudquery@0c19e0a)) * Fix typo ([cloudquery#1122](cloudquery#1122)) ([2b929ab](cloudquery@2b929ab)) * Update endpoints ([cloudquery#1126](cloudquery#1126)) ([4ef62d0](cloudquery@4ef62d0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
yevgenypats
requested review from
disq and
yevgenypats
and removed request for
candiduslynx and
disq
July 4, 2022 09:48
bbernays
reviewed
Jul 4, 2022
disq
reviewed
Jul 5, 2022
bbernays
approved these changes
Jul 5, 2022
disq
approved these changes
Jul 5, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This change adds CloudQuery support for AWS Lightsail Instances.
Notes for reviewers
gen.hcl
ignore_in_tests
introduced here: https://github.com/cloudquery/cq-gen/pull/105This closes #776
Use the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code 🖊golangci-lint run
🚨 (install golangci-lint here)go run ./docs/docs.go
and committing the changes 📃