-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Docs]: aws_db_instance does not document the new identifier
parameter
#31854
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @jwoytek 👋 Thank you for taking the time to raise this! I took a look, and it looks like the |
I'm sorry I missed that--I was looking in the attributes section while looking at a bug I found in terraform-aws-modules/terraform-aws-rds. Thank you for looking into this! |
No worries, it happens @jwoytek! 🙂 I'll go ahead and close this one out. Have a great weekend! |
aws_db_instance was updated by hashicorp/terraform-provider-aws#31232 such that the `id` attribute now tracks the resource ID, and the identifier is now returned in a new attribute named `identifier`. The resource ID is already available in `instance_resource_id`. This fix allows existing users to continue using this module with no changes and preserves the original function of the `id` attribute in this module. Fixes terraform-aws-modules#495.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance#attributes-reference
Description
PR #31232 changed the ID configuration for RDS resources. There is a new (and currently undocumented) parameter named
identifier
which returns the instance identifier. This was formerly returned byid
, which now returns the same thing asdb_resource_identifier
.References
PR #31232
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: