diff --git a/cmd/datamaps/awssource.go b/cmd/datamaps/awssource.go index 2485c9d7..3ccbaf65 100644 --- a/cmd/datamaps/awssource.go +++ b/cmd/datamaps/awssource.go @@ -1069,6 +1069,14 @@ var AwssourceData = map[string][]TfMapData{ Scope: "*", }, }, + "aws_vpc_endpoint": { + { + Type: "ec2-vpc-endpoint", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, "aws_vpc_peering_connection": { { Type: "ec2-vpc-peering-connection",