jckuester / awsls

A list command for AWS resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws_db_snapshot incorrect time

matthiassb opened this issue · comments

The aws_db_snapshot shows the "InstanceCreateTime" instead of "SnapshotCreateTime"

The SnapshotCreateTime is not part of the resource attributes in the terraform provider but is part of data source attribute. Would it be prudent to use that in this scenario?

https://github.com/jckuester/awsls/blob/master/aws/aws_db_snapshot.go#L25