Skip to content

Commit a7cb14b

Browse files
committed
Updates for IDs
1 parent 407b5f9 commit a7cb14b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/service/rds/instance_role_association_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func TestAccRDSInstanceRoleAssociation_basic(t *testing.T) {
3838
Config: testAccInstanceRoleAssociationConfig_basic(rName),
3939
Check: resource.ComposeTestCheckFunc(
4040
testAccCheckInstanceRoleAssociationExists(ctx, resourceName, &dbInstanceRole1),
41-
resource.TestCheckResourceAttrPair(resourceName, "db_instance_identifier", dbInstanceResourceName, "id"),
41+
resource.TestCheckResourceAttrPair(resourceName, "db_instance_identifier", dbInstanceResourceName, "identifier"),
4242
resource.TestCheckResourceAttr(resourceName, "feature_name", "S3_INTEGRATION"),
4343
resource.TestCheckResourceAttrPair(resourceName, "role_arn", iamRoleResourceName, "arn"),
4444
),

website/docs/r/db_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ DB instance.
401401
* `engine_version_actual` - The running version of the database.
402402
* `hosted_zone_id` - The canonical hosted zone ID of the DB instance (to be used
403403
in a Route 53 Alias record).
404-
* `id` - The RDS instance ID.
404+
* `id` - RDS DBI resource ID.
405405
* `instance_class`- The RDS instance class.
406406
* `latest_restorable_time` - The latest time, in UTC [RFC3339 format](https://tools.ietf.org/html/rfc3339#section-5.8), to which a database can be restored with point-in-time restore.
407407
* `listener_endpoint` - Specifies the listener connection endpoint for SQL Server Always On. See [endpoint](#endpoint) below.

0 commit comments

Comments
 (0)