-
Notifications
You must be signed in to change notification settings - Fork 544
feat: Add Resilience Hub resources #7299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR has the following changes to source plugin(s) tables:
|
erezrokah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AWS part looks good, can we move the k8s fixes to a separate PR?
07ad679 to
cc4ab01
Compare
plugins/source/aws/resources/services/resiliencehub/recommendation_templates.go
Show resolved
Hide resolved
plugins/source/aws/resources/services/resiliencehub/alarm_recommendations.go
Show resolved
Hide resolved
plugins/source/aws/resources/services/resiliencehub/app_component_compliances.go
Show resolved
Hide resolved
plugins/source/aws/resources/services/resiliencehub/component_recommendations.go
Show resolved
Hide resolved
plugins/source/aws/resources/services/resiliencehub/sop_recommendations.go
Show resolved
Hide resolved
plugins/source/aws/resources/services/resiliencehub/test_recommendations.go
Show resolved
Hide resolved
|
|
…at/aws-resilience-hub
|
Nice fix, also added PK to |
hermanschaaf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, probably just that one PK that could be simplified a little
…at/aws-resilience-hub
🤖 I have created a release *beep* *boop* --- ## [13.2.0](plugins-source-aws-v13.1.0...plugins-source-aws-v13.2.0) (2023-02-07) ### Features * Add Resilience Hub resources ([#7299](#7299)) ([1b54e7e](1b54e7e)) * **aws:** Add support for Amplify Apps ([#7695](#7695)) ([8ee00c5](8ee00c5)) * **aws:** Add support for ECS Tasksets ([#7688](#7688)) ([b77e8b5](b77e8b5)) * **aws:** Add support for EKS Fargate Profiles ([#7693](#7693)) ([1f668db](1f668db)) * **AWS:** Add support for EKS Node Groups ([#7692](#7692)) ([4a5650e](4a5650e)) * **aws:** Add Support for Secrets Manager Secret Versions ([#7701](#7701)) ([041c341](041c341)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.34.0 ([#7719](#7719)) ([6a33085](6a33085)) * Update endpoints ([#7702](#7702)) ([03d1eeb](03d1eeb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
closes #6977