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

feat: Add CloudWatch Logs Log Group Resource #1317

Merged
merged 9 commits into from
Aug 4, 2022

Conversation

deep-spaced
Copy link
Contributor

@deep-spaced deep-spaced commented Jul 27, 2022

Summary

Adds CloudWatch Logs Log Group support.

Addresses #1296, #1306, and #1307.

CloudWatch Logs Log Stream support is included but commented out due to the potentially massive slowdown when pulling log stream info for a running application.


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 βœ…

@deep-spaced deep-spaced requested a review from a team as a code owner July 27, 2022 20:53
@deep-spaced deep-spaced requested review from yevgenypats and removed request for a team July 27, 2022 20:53
@deep-spaced deep-spaced changed the title Cloudwatch Log Support CloudWatch Logs Log Group Support Jul 27, 2022
@deep-spaced deep-spaced changed the title CloudWatch Logs Log Group Support feat: Add CloudWatch Logs Log Group Resource Jul 27, 2022
@deep-spaced deep-spaced mentioned this pull request Jul 28, 2022
2 tasks
@bbernays bbernays linked an issue Jul 29, 2022 that may be closed by this pull request
Copy link
Contributor

@candiduslynx candiduslynx left a comment

Choose a reason for hiding this comment

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

Hi!

Thank you for the PR.
I've marked a few bits that require changes, please address them.

docs/tables/aws_cloudwatchlogs_log_groups.md Outdated Show resolved Hide resolved
resources/services/cloudwatchlogs/gen.hcl Show resolved Hide resolved
client/services.go Outdated Show resolved Hide resolved
@candiduslynx candiduslynx merged commit 5ae109e into cloudquery:main Aug 4, 2022
@deep-spaced
Copy link
Contributor Author

Thank you all for your help with this!!

@deep-spaced deep-spaced deleted the cloudwatch_logs branch August 4, 2022 13:38
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::Logs::LogGroup
4 participants