Skip to content

Commit 114aacf

Browse files
scottford-ioarlimus
authored andcommitted
Updates aws.account.id resource
Signed-off-by: Scott Ford <scott@scottford.io>
1 parent e652396 commit 114aacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/aws/resources/aws_account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
func (a *mqlAwsAccount) id() (string, error) {
18-
return "aws.account/" + a.Id.Data, nil
18+
return a.Id.Data, nil
1919
}
2020

2121
func (a *mqlAwsAccount) aliases() ([]interface{}, error) {

0 commit comments

Comments
 (0)