Skip to content

Commit

Permalink
Update data_source_aws_db_instance.go
Browse files Browse the repository at this point in the history
they missed resource id...
  • Loading branch information
Richard-Mathie authored Apr 15, 2019
1 parent f329cc9 commit 85a4456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/data_source_aws_db_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func dataSourceAwsDbInstanceRead(d *schema.ResourceData, meta interface{}) error
d.Set("db_instance_arn", dbInstance.DBInstanceArn)
d.Set("db_instance_class", dbInstance.DBInstanceClass)
d.Set("db_name", dbInstance.DBName)
d.Set("resource_id", dbInstance.DbiResourceId)

var parameterGroups []string
for _, v := range dbInstance.DBParameterGroups {
Expand Down

0 comments on commit 85a4456

Please sign in to comment.