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

fix: Change PK in aws_ec2_vpc_endpoint_services from (account_id, id) #1077

Merged
merged 1 commit into from
Jun 20, 2022
Merged

fix: Change PK in aws_ec2_vpc_endpoint_services from (account_id, id) #1077

merged 1 commit into from
Jun 20, 2022

Conversation

shimonp21
Copy link
Contributor

@shimonp21 shimonp21 commented Jun 20, 2022

Usually we use arn as PK (so that even if its the same id in different regions, we wont get duplicate-pk).

We can reopen the issue if it persists even with this fix.

closes: https://github.com/cloudquery/cloudquery-issues/issues/411

🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉

Summary


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 ✅

Usually we use arn as PK (so that even if its the same id in different regions, we wont get duplicate-pk).

We can reopen the issue if it persists even with this fix.

https://github.com/cloudquery/cloudquery-issues/issues/411
@shimonp21 shimonp21 requested a review from a team as a code owner June 20, 2022 14:41
@shimonp21 shimonp21 requested review from roneli and bbernays and removed request for a team June 20, 2022 14:41
@kodiakhq kodiakhq bot merged commit fbbfdc5 into cloudquery:main Jun 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants