You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: