Skip to content
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

⭐️ add subnets to rds db instances #4306

Merged
merged 2 commits into from
Jul 8, 2024
Merged

⭐️ add subnets to rds db instances #4306

merged 2 commits into from
Jul 8, 2024

Conversation

vjeffrey
Copy link
Contributor

@vjeffrey vjeffrey commented Jul 1, 2024

Screenshot 2024-07-01 at 15 59 54

Copy link
Contributor

github-actions bot commented Jul 1, 2024

Test Results

3 071 tests  ±0   3 070 ✅ ±0   1m 32s ⏱️ ±0s
  363 suites ±0       1 💤 ±0 
   27 files   ±0       0 ❌ ±0 

Results for commit 8741aaa. ± Comparison against base commit 1253f6c.

♻️ This comment has been updated with latest results.

return res, nil
}
a.Subnets.State = plugin.StateIsNull | plugin.StateIsSet
return nil, nil
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm wondering whether this should return an error.
I don't know this AWS service from personal use, so I skimmed over the docs. I found this one:

Your VPC must have a DB subnet group that you create.

Could it be possible we cannot access this data?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, interesting, ill check 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ya, it seems we should always have this info

@czunker czunker merged commit be36002 into main Jul 8, 2024
15 checks passed
@czunker czunker deleted the vj/rds-subnet branch July 8, 2024 04:06
@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2024
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.

2 participants