Skip to content

feat: Add support for AWS EC2 VPC Endpoint Connections#14044

Merged
kodiakhq[bot] merged 1 commit intomainfrom
vpc-connections
Sep 26, 2023
Merged

feat: Add support for AWS EC2 VPC Endpoint Connections#14044
kodiakhq[bot] merged 1 commit intomainfrom
vpc-connections

Conversation

@bbernays
Copy link
Copy Markdown
Collaborator

Summary

closes: #14030

@github-actions
Copy link
Copy Markdown

This PR has the following changes to source plugin(s) tables:

  • Table aws_ec2_vpc_endpoint_connections was added

Copy link
Copy Markdown
Contributor

@mnorbury mnorbury left a comment

Choose a reason for hiding this comment

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

Looks good, just one question.

Is a VPC endpoint connection a child resource of a VPC endpoint (or an endpoint service)?

@bbernays
Copy link
Copy Markdown
Collaborator Author

bbernays commented Sep 26, 2023

Looks good, just one question.

Is a VPC endpoint connection a child resource of a VPC endpoint (or an endpoint service)?

I don't think we should consider it to be, because the API doesn't require any inputs. It is (almost) always better to have a top level table for resources because they can be better parallelized

@bbernays bbernays added the automerge Automatically merge once required checks pass label Sep 26, 2023
@kodiakhq kodiakhq bot merged commit 0fa640e into main Sep 26, 2023
@kodiakhq kodiakhq bot deleted the vpc-connections branch September 26, 2023 16:06
kodiakhq bot pushed a commit that referenced this pull request Sep 26, 2023
🤖 I have created a release *beep* *boop*
---


## [22.13.0](plugins-source-aws-v22.12.0...plugins-source-aws-v22.13.0) (2023-09-26)


### This Release has the Following Changes to Tables
- Table `aws_ec2_vpc_endpoint_connections` was added

### Features

* Add support for AWS EC2 VPC Endpoint Connections ([#14044](#14044)) ([0fa640e](0fa640e)), closes [#14030](#14030)
* **services:** Support newly added regions ([#14032](#14032)) ([c11bfce](c11bfce))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.10.2 ([#13988](#13988)) ([aebaddf](aebaddf))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.11.0 ([#14031](#14031)) ([ac7cdc4](ac7cdc4))

---
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 join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add support for AWS VPC Endpoint Connections

3 participants