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

feat: Add support for Lightsail Instances #1138

Merged
merged 21 commits into from
Jul 6, 2022

Conversation

hermanschaaf
Copy link
Member

@hermanschaaf hermanschaaf commented Jul 1, 2022

Summary

This change adds CloudQuery support for AWS Lightsail Instances.

Notes for reviewers

This closes #776


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 ✅

@hermanschaaf hermanschaaf requested a review from a team as a code owner July 1, 2022 15:05
@hermanschaaf hermanschaaf requested review from candiduslynx and removed request for a team July 1, 2022 15:05
@yevgenypats yevgenypats requested review from disq and yevgenypats and removed request for candiduslynx and disq July 4, 2022 09:48
resources/services/lightsail/instances.go Show resolved Hide resolved
resources/services/lightsail/instances.go Show resolved Hide resolved
resources/services/lightsail/instances.go Outdated Show resolved Hide resolved
resources/services/lightsail/instances.go Outdated Show resolved Hide resolved
client/helpers.go Outdated Show resolved Hide resolved
@hermanschaaf hermanschaaf requested a review from bbernays July 5, 2022 14:40
@hermanschaaf hermanschaaf merged commit bcfb724 into cloudquery:main Jul 6, 2022
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.

AWS::Lightsail::Instance
4 participants