Skip to content

Commit

Permalink
- removes aws_appautoscaling_target (#35)
Browse files Browse the repository at this point in the history
- removes aws_ssm__managed_instance_compliance
As they are not listing tables, but they requires where clauses
- removes the account_ids from aws_ssm_document as they are deprecated
  • Loading branch information
tektite-io authored Oct 11, 2024
1 parent a7dcf28 commit a238500
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions query_resource/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,6 @@ var (
],
"id_column": "api_id"
},
{
"table": "aws_appautoscaling_target",
"columns": [
"region",
"resource_id",
"service_namespace",
"title"
],
"id_column": "resource_id"
},
{
"table": "aws_appsync_graphql_api",
"columns": [
Expand Down Expand Up @@ -1407,7 +1397,6 @@ var (
"table": "aws_ssm_document",
"columns": [
"account_id",
"account_ids",
"arn",
"name",
"owner_type",
Expand All @@ -1427,19 +1416,6 @@ var (
],
"id_column": "arn"
},
{
"table": "aws_ssm_managed_instance_compliance",
"columns": [
"account_id",
"compliance_type",
"id",
"region",
"resource_id",
"status",
"title"
],
"id_column": "title"
},
{
"table": "aws_vpc",
"columns": [
Expand Down

0 comments on commit a238500

Please sign in to comment.