From 314a1ef567258b2396c4260916c8683776459ed6 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 6 Mar 2024 10:38:39 +0100 Subject: [PATCH] Update datamaps --- cmd/datamaps/awssource.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cmd/datamaps/awssource.go b/cmd/datamaps/awssource.go index fd34ac2a..daaefb40 100644 --- a/cmd/datamaps/awssource.go +++ b/cmd/datamaps/awssource.go @@ -921,6 +921,14 @@ var AwssourceData = map[string][]TfMapData{ Scope: "*", }, }, + "aws_sns_platform_application": { + { + Type: "sns-platform-application", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, "aws_sns_topic": { { Type: "sns-topic",