From ca722baf584d1d0ecd5dceabdf88a646805fdca9 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Fri, 27 Sep 2024 13:47:46 +0100 Subject: [PATCH] (fix) linting and go generate fix --- tfutils/awssource.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tfutils/awssource.go b/tfutils/awssource.go index bb47b981..847e65e0 100644 --- a/tfutils/awssource.go +++ b/tfutils/awssource.go @@ -37,6 +37,22 @@ var AwssourceData = map[string][]TfMapData{ Scope: "*", }, }, + "aws_api_gateway_resource": { + { + Type: "apigateway-resource", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, + "aws_api_gateway_rest_api": { + { + Type: "apigateway-rest-api", + Method: sdp.QueryMethod_GET, + QueryField: "id", + Scope: "*", + }, + }, "aws_autoscaling_group": { { Type: "autoscaling-auto-scaling-group",