-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 vpcid rds subnetgroup vpcid #30775
Add vpcid rds subnetgroup vpcid #30775
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Signed-off-by: Steven Borrelli <steve@borrelli.org>
Signed-off-by: Steven Borrelli <steve@borrelli.org>
Signed-off-by: Steven Borrelli <steve@borrelli.org>
Signed-off-by: Steven Borrelli <steve@borrelli.org>
5cc4a87
to
b406733
Compare
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 🚀.
% make testacc TESTARGS='-run=TestAccRDSSubnetGroup_' PKG=rds ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/rds/... -v -count 1 -parallel 3 -run=TestAccRDSSubnetGroup_ -timeout 180m
=== RUN TestAccRDSSubnetGroup_basic
=== PAUSE TestAccRDSSubnetGroup_basic
=== RUN TestAccRDSSubnetGroup_disappears
=== PAUSE TestAccRDSSubnetGroup_disappears
=== RUN TestAccRDSSubnetGroup_nameGenerated
=== PAUSE TestAccRDSSubnetGroup_nameGenerated
=== RUN TestAccRDSSubnetGroup_namePrefix
=== PAUSE TestAccRDSSubnetGroup_namePrefix
=== RUN TestAccRDSSubnetGroup_tags
=== PAUSE TestAccRDSSubnetGroup_tags
=== RUN TestAccRDSSubnetGroup_dualStack
=== PAUSE TestAccRDSSubnetGroup_dualStack
=== RUN TestAccRDSSubnetGroup_updateDescription
=== PAUSE TestAccRDSSubnetGroup_updateDescription
=== RUN TestAccRDSSubnetGroup_updateSubnets
=== PAUSE TestAccRDSSubnetGroup_updateSubnets
=== CONT TestAccRDSSubnetGroup_basic
=== CONT TestAccRDSSubnetGroup_updateSubnets
=== CONT TestAccRDSSubnetGroup_tags
--- PASS: TestAccRDSSubnetGroup_basic (28.85s)
=== CONT TestAccRDSSubnetGroup_nameGenerated
--- PASS: TestAccRDSSubnetGroup_updateSubnets (46.00s)
=== CONT TestAccRDSSubnetGroup_namePrefix
--- PASS: TestAccRDSSubnetGroup_nameGenerated (25.10s)
=== CONT TestAccRDSSubnetGroup_updateDescription
--- PASS: TestAccRDSSubnetGroup_tags (61.66s)
=== CONT TestAccRDSSubnetGroup_disappears
--- PASS: TestAccRDSSubnetGroup_namePrefix (25.50s)
=== CONT TestAccRDSSubnetGroup_dualStack
--- PASS: TestAccRDSSubnetGroup_disappears (22.15s)
--- PASS: TestAccRDSSubnetGroup_updateDescription (41.58s)
--- PASS: TestAccRDSSubnetGroup_dualStack (42.49s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 119.386s
@stevendborrelli Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.65.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Adds
vpc_id
attribute to theaws_db_subnet_group
resource.Relations
N/A
References
The
vpc_id
is provided by the AWS SDK and already present as an attribute in the https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_subnet_group#vpc_id data source.Output from Acceptance Testing
Manual testing