From a361589d6d3680baca1d3ba5423994c9be07ada0 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 13 Aug 2024 18:16:47 +0200 Subject: [PATCH] Add aws_kms_custom_key_store data --- tfutils/awssource.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tfutils/awssource.go b/tfutils/awssource.go index 3c503bfa..acbaa1f5 100644 --- a/tfutils/awssource.go +++ b/tfutils/awssource.go @@ -493,6 +493,14 @@ var AwssourceData = map[string][]TfMapData{ Scope: "*", }, }, + "aws_kms_custom_key_store": { + { + Type: "kms-custom-key-store", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, "aws_kms_key": { { Type: "kms-key",