cloudquery: Cannot fetch AWS s3

After running ./cloudquery fetch, All information is fetched from AWS. But only the information of the s3 backet cannot fetch.

I have already got the read-only permission. I run aws s3 ls. It cannot show all the backet. So I know it is not a permission issue. May I know how can I solve this issue?

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 17 (9 by maintainers)

Commits related to this issue

Most upvoted comments

I have using the AWS provider v0.5.3. It seems to fix the s3 issue. But I run ./cloudquery fetch --dsn "host=localhost user=xxxxx password=xxxxx DB.name=postgres port=5432" --verbose. It keeps the loop in 81/89. I checked the log, it seems related to aws_s3_bucket_grants.

image

{"level":"debug","@module":"aws","account_id":"123123123123","count":1,"table":"aws_iam_role_policies","timestamp":"2021-08-05T04:06:34.153Z","time":"2021-08-05T04:06:34Z","message":"multiplexing client"}
{"level":"debug","@module":"aws","account_id":"123123123123","always_delete":false,"table":"aws_iam_role_policies","timestamp":"2021-08-05T04:06:34.153Z","time":"2021-08-05T04:06:34Z","message":"cleaning table previous fetch"}
{"level":"info","@module":"aws","account_id":"123123123123","count":128,"table":"aws_iam_roles","timestamp":"2021-08-05T04:06:34.768Z","time":"2021-08-05T04:06:34Z","message":"fetched successfully"}
{"level":"debug","@module":"aws","provider":"aws","table":"aws_iam_roles","timestamp":"2021-08-05T04:06:34.768Z","time":"2021-08-05T04:06:34Z","message":"fetching table..."}
{"level":"debug","finishCount":88,"finished":false,"provider":"aws","resource_count":128,"time":"2021-08-05T04:06:34Z","message":"fetch update"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"thisisbucket1","timestamp":"2021-08-05T04:06:35.698Z","time":"2021-08-05T04:06:35Z","message":"fetching bucket attributes"}
{"level":"debug","@module":"aws","account_id":"123123123123","relation":"aws_s3_bucket_grants","table":"aws_s3_buckets","timestamp":"2021-08-05T04:06:37.558Z","time":"2021-08-05T04:06:37Z","message":"resolving table relation"}
{"level":"error","@module":"aws","account_id":"123123123123","error":"operation error S3: GetBucketAcl, https response error StatusCode: 403, RequestID: RE41VEJSWEY1M0S, HostID: WlF3MkFpYmdER3VvUTBibkp5bEtMTmp2Y3doNThXMXgrTjhaeEdZSHhueGZ0dzd4MCs3enRtYndRWm=, api error AccessDenied: Access Denied","table":"aws_s3_bucket_grants","timestamp":"2021-08-05T04:06:39.800Z","time":"2021-08-05T04:06:39Z","message":"received resolve resources error"}
{"level":"debug","@module":"aws","provider":"aws","table":"aws_s3_buckets","timestamp":"2021-08-05T04:06:39.801Z","time":"2021-08-05T04:06:39Z","message":"fetching table..."}
{"level":"debug","finishCount":89,"finished":true,"provider":"aws","resource_count":0,"time":"2021-08-05T04:06:39Z","message":"fetch update"}
{"level":"info","provider":"aws","version":"v0.5.3","time":"2021-08-05T04:06:39Z","message":"provider finished fetch"}
{"level":"warn","time":"2021-08-05T04:59:32Z","message":"interrupt received, cancelling context"}
{"level":"debug","err":"rpc error: code = Unavailable desc = transport is closing","time":"2021-08-05T04:59:32Z","message":"received EOF, stopping recv loop"}
{"level":"debug","path":".cq/providers/cloudquery/aws/v0.5.3-linux_amd64","pid":91524,"time":"2021-08-05T04:59:32Z","message":"plugin process exited"}
{"level":"debug","time":"2021-08-05T04:59:32Z","message":"plugin exited"}

Great I can see the problem now, will create a fix later today.

After I installed the v0.14.0, It still does not work in my environment. Seems the same issue.

`{"level":"debug","@module":"aws","provider":"aws","table":"aws_s3_buckets","timestamp":"2021-07-29T06:45:52.272Z","time":"2021-07-29T06:45:52Z","message":"fetching table..."}
{"level":"debug","@module":"aws","count":1,"timestamp":"2021-07-29T06:45:52.272Z","time":"2021-07-29T06:45:52Z","message":"multiplexing client"}
{"level":"debug","@module":"aws","account_id":"123123123123","always_delete":false,"table":"aws_s3_buckets","timestamp":"2021-07-29T06:45:52.272Z","time":"2021-07-29T06:45:52Z","message":"cleaning table previous fetch"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"xxxxx1","timestamp":"2021-07-29T06:45:53.403Z","time":"2021-07-29T06:45:53Z","message":"fetching bucket attributes"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"xxxxx2","timestamp":"2021-07-29T06:45:56.355Z","time":"2021-07-29T06:45:56Z","message":"fetching bucket attributes"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"xxxxx3","timestamp":"2021-07-29T06:45:58.795Z","time":"2021-07-29T06:45:58Z","message":"fetching bucket attributes"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"xxxxx4","timestamp":"2021-07-29T06:46:00.712Z","time":"2021-07-29T06:46:00Z","message":"fetching bucket attributes"}
{"level":"debug","@module":"aws","provider":"aws","table":"aws_s3_buckets","timestamp":"2021-07-29T06:46:01.673Z","time":"2021-07-29T06:46:01Z","message":"fetching table..."}
{"level":"debug","finishCount":1,"finished":true,"provider":"aws","resource_count":0,"time":"2021-07-29T06:46:01Z","message":"fetch update"}
{"level":"info","provider":"aws","version":"v0.5.0","time":"2021-07-29T06:46:01Z","message":"provider finished fetch"}
{"level":"debug","err":"rpc error: code = Unavailable desc = transport is closing","time":"2021-07-29T06:46:01Z","message":"received EOF, stopping recv loop"}
{"level":"debug","path":".cq/providers/cloudquery/aws/v0.5.0-linux_amd64","pid":48730,"time":"2021-07-29T06:46:01Z","message":"plugin process exited"}
{"level":"debug","time":"2021-07-29T06:46:01Z","message":"plugin exited"}`

I think I found the reason to cause this issue. If the access column is “Error”, then it will cause this issue.

image

After execute ./cloudquery fetch --dsn "host=localhost user=postgres password=pass DB.name=postgres port=5432" --verbos, the log is following below.

{"level":"info","fileLogging":true,"jsonLogOutput":false,"consoleLog":false,"verbose":true,"logDirectory":".","fileName":"cloudquery.log","maxSizeMB":30,"maxBackups":3,"maxAgeInDays":3,"time":"2021-07-27T02:57:58Z","message":"logging configured"}
{"level":"debug","provider":"aws","version":"v0.4.13","time":"2021-07-27T02:57:58Z","message":"found existing provider"}
{"level":"info","time":"2021-07-27T02:57:58Z","message":"Downloading required providers"}
{"level":"debug","providers":[{"Name":"aws","Source":"","Version":"latest"}],"time":"2021-07-27T02:57:58Z","message":"Downloading required providers"}
{"level":"info","name":"aws","version":"latest","time":"2021-07-27T02:57:58Z","message":"Downloading provider"}
{"level":"debug","provider":"aws","version":"v0.4.13","path":".cq/providers/cloudquery/aws/v0.4.13.checksums.txt","url":"https://github.com/cloudquery/cq-provider-aws/releases/download/v0.4.13/checksums.txt","time":"2021-07-27T02:57:58Z","message":"downloading checksums file"}
{"level":"debug","provider":"aws","version":"v0.4.13","path":".cq/providers/cloudquery/aws/v0.4.13.checksums.txt","url":"https://github.com/cloudquery/cq-provider-aws/releases/download/v0.4.13/checksums.txt","time":"2021-07-27T02:57:59Z","message":"downloading checksums signature"}
{"level":"debug","provider":"aws","time":"2021-07-27T02:58:00Z","message":"creating provider plugin"}
{"level":"info","alias":"","provider":"aws","time":"2021-07-27T02:58:00Z","message":"plugin doesn't exist, creating.."}
{"level":"debug","args":[".cq/providers/cloudquery/aws/v0.4.13-linux_amd64"],"path":".cq/providers/cloudquery/aws/v0.4.13-linux_amd64","time":"2021-07-27T02:58:00Z","message":"starting plugin"}
{"level":"debug","path":".cq/providers/cloudquery/aws/v0.4.13-linux_amd64","pid":19219,"time":"2021-07-27T02:58:00Z","message":"plugin started"}
{"level":"debug","path":".cq/providers/cloudquery/aws/v0.4.13-linux_amd64","time":"2021-07-27T02:58:00Z","message":"waiting for RPC address"}
{"level":"debug","@module":"aws","address":"/tmp/plugin621905796","network":"unix","timestamp":"2021-07-27T02:58:00.538Z","time":"2021-07-27T02:58:00Z","message":"plugin address"}
{"level":"debug","version":2,"time":"2021-07-27T02:58:00Z","message":"using plugin"}
{"level":"info","provider":"aws","version":"v0.4.13","time":"2021-07-27T02:58:00Z","message":"requesting provider to configure"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateways","timestamp":"2021-07-27T02:58:00.557Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateways","timestamp":"2021-07-27T02:58:00.557Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateways","timestamp":"2021-07-27T02:58:00.565Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_attachments","timestamp":"2021-07-27T02:58:00.565Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_attachments","timestamp":"2021-07-27T02:58:00.565Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_attachments","timestamp":"2021-07-27T02:58:00.565Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_route_tables","timestamp":"2021-07-27T02:58:00.567Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_route_tables","timestamp":"2021-07-27T02:58:00.567Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_route_tables","timestamp":"2021-07-27T02:58:00.568Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_vpc_attachments","timestamp":"2021-07-27T02:58:00.570Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_vpc_attachments","timestamp":"2021-07-27T02:58:00.570Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_vpc_attachments","timestamp":"2021-07-27T02:58:00.571Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_peering_attachments","timestamp":"2021-07-27T02:58:00.574Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_peering_attachments","timestamp":"2021-07-27T02:58:00.574Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_peering_attachments","timestamp":"2021-07-27T02:58:00.574Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_multicast_domains","timestamp":"2021-07-27T02:58:00.576Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_multicast_domains","timestamp":"2021-07-27T02:58:00.576Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_transit_gateway_multicast_domains","timestamp":"2021-07-27T02:58:00.577Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_ebs_volumes","timestamp":"2021-07-27T02:58:00.579Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_ebs_volumes","timestamp":"2021-07-27T02:58:00.579Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_ebs_volumes","timestamp":"2021-07-27T02:58:00.579Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_ebs_volume_attachments","timestamp":"2021-07-27T02:58:00.580Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_ebs_volume_attachments","timestamp":"2021-07-27T02:58:00.580Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_ebs_volume_attachments","timestamp":"2021-07-27T02:58:00.580Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_users","timestamp":"2021-07-27T02:58:00.580Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_users","timestamp":"2021-07-27T02:58:00.581Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_users","timestamp":"2021-07-27T02:58:00.581Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_iam_user_access_keys","timestamp":"2021-07-27T02:58:00.581Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_iam_user_access_keys","timestamp":"2021-07-27T02:58:00.581Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_user_access_keys","timestamp":"2021-07-27T02:58:00.582Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_user_groups","timestamp":"2021-07-27T02:58:00.582Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_iam_user_groups","timestamp":"2021-07-27T02:58:00.582Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_user_groups","timestamp":"2021-07-27T02:58:00.582Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_user_attached_policies","timestamp":"2021-07-27T02:58:00.583Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_iam_user_attached_policies","timestamp":"2021-07-27T02:58:00.583Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_user_attached_policies","timestamp":"2021-07-27T02:58:00.583Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_user_policies","timestamp":"2021-07-27T02:58:00.583Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_iam_user_policies","timestamp":"2021-07-27T02:58:00.583Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_user_policies","timestamp":"2021-07-27T02:58:00.584Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_traffic_policies","timestamp":"2021-07-27T02:58:00.584Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_traffic_policies","timestamp":"2021-07-27T02:58:00.584Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_traffic_policies","timestamp":"2021-07-27T02:58:00.585Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_route53_traffic_policy_versions","timestamp":"2021-07-27T02:58:00.585Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_route53_traffic_policy_versions","timestamp":"2021-07-27T02:58:00.585Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_traffic_policy_versions","timestamp":"2021-07-27T02:58:00.585Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_s3_buckets","timestamp":"2021-07-27T02:58:00.585Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_s3_buckets","timestamp":"2021-07-27T02:58:00.586Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_s3_buckets","timestamp":"2021-07-27T02:58:00.586Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_grants","timestamp":"2021-07-27T02:58:00.586Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_grants","timestamp":"2021-07-27T02:58:00.586Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_grants","timestamp":"2021-07-27T02:58:00.586Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_cors_rules","timestamp":"2021-07-27T02:58:00.587Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_cors_rules","timestamp":"2021-07-27T02:58:00.587Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_cors_rules","timestamp":"2021-07-27T02:58:00.587Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_encryption_rules","timestamp":"2021-07-27T02:58:00.588Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_encryption_rules","timestamp":"2021-07-27T02:58:00.588Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_encryption_rules","timestamp":"2021-07-27T02:58:00.588Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_replication_rules","timestamp":"2021-07-27T02:58:00.588Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_replication_rules","timestamp":"2021-07-27T02:58:00.588Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_replication_rules","timestamp":"2021-07-27T02:58:00.589Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_lifecycles","timestamp":"2021-07-27T02:58:00.589Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_lifecycles","timestamp":"2021-07-27T02:58:00.589Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_s3_bucket_lifecycles","timestamp":"2021-07-27T02:58:00.589Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_tables","timestamp":"2021-07-27T02:58:00.590Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_tables","timestamp":"2021-07-27T02:58:00.590Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_tables","timestamp":"2021-07-27T02:58:00.591Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_associations","timestamp":"2021-07-27T02:58:00.591Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_associations","timestamp":"2021-07-27T02:58:00.591Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_associations","timestamp":"2021-07-27T02:58:00.591Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_propagating_vgws","timestamp":"2021-07-27T02:58:00.591Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_propagating_vgws","timestamp":"2021-07-27T02:58:00.591Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_propagating_vgws","timestamp":"2021-07-27T02:58:00.592Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_routes","timestamp":"2021-07-27T02:58:00.592Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_routes","timestamp":"2021-07-27T02:58:00.592Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_route_table_routes","timestamp":"2021-07-27T02:58:00.592Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_waf_rules","timestamp":"2021-07-27T02:58:00.593Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_waf_rules","timestamp":"2021-07-27T02:58:00.593Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_waf_rules","timestamp":"2021-07-27T02:58:00.594Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_waf_rule_predicates","timestamp":"2021-07-27T02:58:00.594Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_waf_rule_predicates","timestamp":"2021-07-27T02:58:00.594Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_waf_rule_predicates","timestamp":"2021-07-27T02:58:00.594Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_groups","timestamp":"2021-07-27T02:58:00.594Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_groups","timestamp":"2021-07-27T02:58:00.595Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_groups","timestamp":"2021-07-27T02:58:00.595Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions","timestamp":"2021-07-27T02:58:00.595Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions","timestamp":"2021-07-27T02:58:00.595Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions","timestamp":"2021-07-27T02:58:00.595Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions","timestamp":"2021-07-27T02:58:00.596Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_ip_ranges","timestamp":"2021-07-27T02:58:00.596Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_ip_ranges","timestamp":"2021-07-27T02:58:00.596Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_ip_ranges","timestamp":"2021-07-27T02:58:00.596Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_ipv6_ranges","timestamp":"2021-07-27T02:58:00.596Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_ipv6_ranges","timestamp":"2021-07-27T02:58:00.596Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_ipv6_ranges","timestamp":"2021-07-27T02:58:00.597Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_prefix_list_ids","timestamp":"2021-07-27T02:58:00.597Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_prefix_list_ids","timestamp":"2021-07-27T02:58:00.597Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_prefix_list_ids","timestamp":"2021-07-27T02:58:00.597Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_user_id_group_pairs","timestamp":"2021-07-27T02:58:00.598Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_user_id_group_pairs","timestamp":"2021-07-27T02:58:00.598Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permission_user_id_group_pairs","timestamp":"2021-07-27T02:58:00.598Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egresses","timestamp":"2021-07-27T02:58:00.598Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egresses","timestamp":"2021-07-27T02:58:00.598Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egresses","timestamp":"2021-07-27T02:58:00.599Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egresses","timestamp":"2021-07-27T02:58:00.599Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_ip_ranges","timestamp":"2021-07-27T02:58:00.599Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_ip_ranges","timestamp":"2021-07-27T02:58:00.599Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_ip_ranges","timestamp":"2021-07-27T02:58:00.599Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_ipv6_ranges","timestamp":"2021-07-27T02:58:00.600Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_ipv6_ranges","timestamp":"2021-07-27T02:58:00.600Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_ipv6_ranges","timestamp":"2021-07-27T02:58:00.600Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_prefix_list_ids","timestamp":"2021-07-27T02:58:00.600Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_prefix_list_ids","timestamp":"2021-07-27T02:58:00.600Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_prefix_list_ids","timestamp":"2021-07-27T02:58:00.601Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_user_group_pairs","timestamp":"2021-07-27T02:58:00.601Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_user_group_pairs","timestamp":"2021-07-27T02:58:00.601Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_security_group_ip_permissions_egress_user_group_pairs","timestamp":"2021-07-27T02:58:00.601Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_policies","timestamp":"2021-07-27T02:58:00.602Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_policies","timestamp":"2021-07-27T02:58:00.602Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_policies","timestamp":"2021-07-27T02:58:00.602Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_iam_policy_versions","timestamp":"2021-07-27T02:58:00.602Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_iam_policy_versions","timestamp":"2021-07-27T02:58:00.602Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_policy_versions","timestamp":"2021-07-27T02:58:00.603Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_emr_clusters","timestamp":"2021-07-27T02:58:00.603Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_emr_clusters","timestamp":"2021-07-27T02:58:00.603Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_saml_identity_providers","timestamp":"2021-07-27T02:58:00.604Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_saml_identity_providers","timestamp":"2021-07-27T02:58:00.604Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_wafv2_managed_rule_groups","timestamp":"2021-07-27T02:58:00.604Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_wafv2_managed_rule_groups","timestamp":"2021-07-27T02:58:00.605Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_client_certificates","timestamp":"2021-07-27T02:58:00.605Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_client_certificates","timestamp":"2021-07-27T02:58:00.605Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_api_keys","timestamp":"2021-07-27T02:58:00.606Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_api_keys","timestamp":"2021-07-27T02:58:00.606Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_peering_connections","timestamp":"2021-07-27T02:58:00.607Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_peering_connections","timestamp":"2021-07-27T02:58:00.607Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancers","timestamp":"2021-07-27T02:58:00.608Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancers","timestamp":"2021-07-27T02:58:00.608Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancers","timestamp":"2021-07-27T02:58:00.608Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancer_availability_zones","timestamp":"2021-07-27T02:58:00.608Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancer_availability_zones","timestamp":"2021-07-27T02:58:00.608Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancer_availability_zones","timestamp":"2021-07-27T02:58:00.609Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancer_availability_zones","timestamp":"2021-07-27T02:58:00.609Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancer_availability_zone_addresses","timestamp":"2021-07-27T02:58:00.609Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancer_availability_zone_addresses","timestamp":"2021-07-27T02:58:00.609Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv2_load_balancer_availability_zone_addresses","timestamp":"2021-07-27T02:58:00.609Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_clusters","timestamp":"2021-07-27T02:58:00.610Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_clusters","timestamp":"2021-07-27T02:58:00.610Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_clusters","timestamp":"2021-07-27T02:58:00.611Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_nodes","timestamp":"2021-07-27T02:58:00.611Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_nodes","timestamp":"2021-07-27T02:58:00.611Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_nodes","timestamp":"2021-07-27T02:58:00.611Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_parameter_groups","timestamp":"2021-07-27T02:58:00.612Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_parameter_groups","timestamp":"2021-07-27T02:58:00.612Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_parameter_groups","timestamp":"2021-07-27T02:58:00.612Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_parameter_groups","timestamp":"2021-07-27T02:58:00.612Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_parameter_group_status_lists","timestamp":"2021-07-27T02:58:00.612Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_parameter_group_status_lists","timestamp":"2021-07-27T02:58:00.612Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_parameter_group_status_lists","timestamp":"2021-07-27T02:58:00.612Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_security_groups","timestamp":"2021-07-27T02:58:00.613Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_security_groups","timestamp":"2021-07-27T02:58:00.613Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_security_groups","timestamp":"2021-07-27T02:58:00.613Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_deferred_maintenance_windows","timestamp":"2021-07-27T02:58:00.613Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_deferred_maintenance_windows","timestamp":"2021-07-27T02:58:00.613Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_deferred_maintenance_windows","timestamp":"2021-07-27T02:58:00.613Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_endpoint_vpc_endpoints","timestamp":"2021-07-27T02:58:00.614Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_endpoint_vpc_endpoints","timestamp":"2021-07-27T02:58:00.614Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_endpoint_vpc_endpoints","timestamp":"2021-07-27T02:58:00.614Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_endpoint_vpc_endpoints","timestamp":"2021-07-27T02:58:00.614Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_endpoint_vpc_endpoint_network_interfaces","timestamp":"2021-07-27T02:58:00.614Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_endpoint_vpc_endpoint_network_interfaces","timestamp":"2021-07-27T02:58:00.614Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_endpoint_vpc_endpoint_network_interfaces","timestamp":"2021-07-27T02:58:00.614Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_iam_roles","timestamp":"2021-07-27T02:58:00.615Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_iam_roles","timestamp":"2021-07-27T02:58:00.615Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_iam_roles","timestamp":"2021-07-27T02:58:00.615Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_vpc_security_groups","timestamp":"2021-07-27T02:58:00.615Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_vpc_security_groups","timestamp":"2021-07-27T02:58:00.615Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_cluster_vpc_security_groups","timestamp":"2021-07-27T02:58:00.616Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_functions","timestamp":"2021-07-27T02:58:00.616Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_functions","timestamp":"2021-07-27T02:58:00.616Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_functions","timestamp":"2021-07-27T02:58:00.617Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_file_system_configs","timestamp":"2021-07-27T02:58:00.617Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_file_system_configs","timestamp":"2021-07-27T02:58:00.617Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_file_system_configs","timestamp":"2021-07-27T02:58:00.618Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_layers","timestamp":"2021-07-27T02:58:00.618Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_layers","timestamp":"2021-07-27T02:58:00.618Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_layers","timestamp":"2021-07-27T02:58:00.618Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_aliases","timestamp":"2021-07-27T02:58:00.619Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_aliases","timestamp":"2021-07-27T02:58:00.619Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_aliases","timestamp":"2021-07-27T02:58:00.619Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_invoke_configs","timestamp":"2021-07-27T02:58:00.619Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_invoke_configs","timestamp":"2021-07-27T02:58:00.619Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_invoke_configs","timestamp":"2021-07-27T02:58:00.619Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_versions","timestamp":"2021-07-27T02:58:00.620Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_versions","timestamp":"2021-07-27T02:58:00.620Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_versions","timestamp":"2021-07-27T02:58:00.620Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_versions","timestamp":"2021-07-27T02:58:00.621Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_version_file_system_configs","timestamp":"2021-07-27T02:58:00.621Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_version_file_system_configs","timestamp":"2021-07-27T02:58:00.621Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_version_file_system_configs","timestamp":"2021-07-27T02:58:00.621Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_version_layers","timestamp":"2021-07-27T02:58:00.622Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_version_layers","timestamp":"2021-07-27T02:58:00.622Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_version_layers","timestamp":"2021-07-27T02:58:00.622Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_concurrency_configs","timestamp":"2021-07-27T02:58:00.622Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_concurrency_configs","timestamp":"2021-07-27T02:58:00.622Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_concurrency_configs","timestamp":"2021-07-27T02:58:00.623Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_source_mappings","timestamp":"2021-07-27T02:58:00.623Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_source_mappings","timestamp":"2021-07-27T02:58:00.623Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_source_mappings","timestamp":"2021-07-27T02:58:00.623Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_source_mappings","timestamp":"2021-07-27T02:58:00.624Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_source_mapping_access_configurations","timestamp":"2021-07-27T02:58:00.624Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_source_mapping_access_configurations","timestamp":"2021-07-27T02:58:00.624Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_function_event_source_mapping_access_configurations","timestamp":"2021-07-27T02:58:00.624Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acls","timestamp":"2021-07-27T02:58:00.625Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acls","timestamp":"2021-07-27T02:58:00.625Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acls","timestamp":"2021-07-27T02:58:00.625Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_rules","timestamp":"2021-07-27T02:58:00.626Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_rules","timestamp":"2021-07-27T02:58:00.626Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_rules","timestamp":"2021-07-27T02:58:00.626Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_post_process_firewall_manager_rule_groups","timestamp":"2021-07-27T02:58:00.631Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_post_process_firewall_manager_rule_groups","timestamp":"2021-07-27T02:58:00.631Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_post_process_firewall_manager_rule_groups","timestamp":"2021-07-27T02:58:00.632Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_pre_process_firewall_manager_rule_groups","timestamp":"2021-07-27T02:58:00.632Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_pre_process_firewall_manager_rule_groups","timestamp":"2021-07-27T02:58:00.632Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_wafv2_web_acl_pre_process_firewall_manager_rule_groups","timestamp":"2021-07-27T02:58:00.633Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_cache_policies","timestamp":"2021-07-27T02:58:00.633Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_cache_policies","timestamp":"2021-07-27T02:58:00.633Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_customer_gateways","timestamp":"2021-07-27T02:58:00.634Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_customer_gateways","timestamp":"2021-07-27T02:58:00.634Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpcs","timestamp":"2021-07-27T02:58:00.634Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpcs","timestamp":"2021-07-27T02:58:00.634Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpcs","timestamp":"2021-07-27T02:58:00.635Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.635Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.635Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.635Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_ipv6_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.635Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_ipv6_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.635Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_ipv6_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.636Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ecr_repositories","timestamp":"2021-07-27T02:58:00.636Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ecr_repositories","timestamp":"2021-07-27T02:58:00.636Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ecr_repositories","timestamp":"2021-07-27T02:58:00.636Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ecr_repository_images","timestamp":"2021-07-27T02:58:00.636Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ecr_repository_images","timestamp":"2021-07-27T02:58:00.637Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ecr_repository_images","timestamp":"2021-07-27T02:58:00.637Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_clusters","timestamp":"2021-07-27T02:58:00.637Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_clusters","timestamp":"2021-07-27T02:58:00.638Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_clusters","timestamp":"2021-07-27T02:58:00.638Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_associated_roles","timestamp":"2021-07-27T02:58:00.638Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_associated_roles","timestamp":"2021-07-27T02:58:00.638Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_associated_roles","timestamp":"2021-07-27T02:58:00.639Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_db_cluster_members","timestamp":"2021-07-27T02:58:00.639Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_db_cluster_members","timestamp":"2021-07-27T02:58:00.639Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_db_cluster_members","timestamp":"2021-07-27T02:58:00.639Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_db_cluster_option_group_memberships","timestamp":"2021-07-27T02:58:00.640Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_db_cluster_option_group_memberships","timestamp":"2021-07-27T02:58:00.640Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_db_cluster_option_group_memberships","timestamp":"2021-07-27T02:58:00.640Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_domain_memberships","timestamp":"2021-07-27T02:58:00.640Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_domain_memberships","timestamp":"2021-07-27T02:58:00.640Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_domain_memberships","timestamp":"2021-07-27T02:58:00.640Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_vpc_security_groups","timestamp":"2021-07-27T02:58:00.641Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_vpc_security_groups","timestamp":"2021-07-27T02:58:00.641Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_cluster_vpc_security_groups","timestamp":"2021-07-27T02:58:00.641Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_apis","timestamp":"2021-07-27T02:58:00.641Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_apis","timestamp":"2021-07-27T02:58:00.641Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_apis","timestamp":"2021-07-27T02:58:00.642Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_authorizers","timestamp":"2021-07-27T02:58:00.642Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_authorizers","timestamp":"2021-07-27T02:58:00.642Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_authorizers","timestamp":"2021-07-27T02:58:00.642Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_deployments","timestamp":"2021-07-27T02:58:00.643Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_deployments","timestamp":"2021-07-27T02:58:00.643Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_deployments","timestamp":"2021-07-27T02:58:00.643Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_integrations","timestamp":"2021-07-27T02:58:00.643Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_integrations","timestamp":"2021-07-27T02:58:00.643Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_integrations","timestamp":"2021-07-27T02:58:00.643Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_integrations","timestamp":"2021-07-27T02:58:00.644Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_integration_responses","timestamp":"2021-07-27T02:58:00.644Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_integration_responses","timestamp":"2021-07-27T02:58:00.644Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_integration_responses","timestamp":"2021-07-27T02:58:00.644Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_models","timestamp":"2021-07-27T02:58:00.645Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_models","timestamp":"2021-07-27T02:58:00.645Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_models","timestamp":"2021-07-27T02:58:00.645Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_routes","timestamp":"2021-07-27T02:58:00.645Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_routes","timestamp":"2021-07-27T02:58:00.645Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_routes","timestamp":"2021-07-27T02:58:00.645Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_routes","timestamp":"2021-07-27T02:58:00.646Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_route_responses","timestamp":"2021-07-27T02:58:00.646Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_route_responses","timestamp":"2021-07-27T02:58:00.646Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_route_responses","timestamp":"2021-07-27T02:58:00.646Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_stages","timestamp":"2021-07-27T02:58:00.646Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_stages","timestamp":"2021-07-27T02:58:00.646Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_api_stages","timestamp":"2021-07-27T02:58:00.647Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pools","timestamp":"2021-07-27T02:58:00.647Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pools","timestamp":"2021-07-27T02:58:00.648Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pools","timestamp":"2021-07-27T02:58:00.648Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pool_schema_attributes","timestamp":"2021-07-27T02:58:00.648Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pool_schema_attributes","timestamp":"2021-07-27T02:58:00.648Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pool_schema_attributes","timestamp":"2021-07-27T02:58:00.649Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pool_identity_providers","timestamp":"2021-07-27T02:58:00.649Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pool_identity_providers","timestamp":"2021-07-27T02:58:00.649Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cognito_user_pool_identity_providers","timestamp":"2021-07-27T02:58:00.649Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_domain_names","timestamp":"2021-07-27T02:58:00.650Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_domain_names","timestamp":"2021-07-27T02:58:00.650Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_domain_names","timestamp":"2021-07-27T02:58:00.650Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_apigateway_domain_name_base_path_mappings","timestamp":"2021-07-27T02:58:00.650Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_domain_name_base_path_mappings","timestamp":"2021-07-27T02:58:00.650Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_domain_name_base_path_mappings","timestamp":"2021-07-27T02:58:00.651Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpn_gateways","timestamp":"2021-07-27T02:58:00.651Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpn_gateways","timestamp":"2021-07-27T02:58:00.651Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpn_gateways","timestamp":"2021-07-27T02:58:00.651Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_attachment","timestamp":"2021-07-27T02:58:00.652Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_attachment","timestamp":"2021-07-27T02:58:00.652Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_attachment","timestamp":"2021-07-27T02:58:00.652Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancers","timestamp":"2021-07-27T02:58:00.652Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancers","timestamp":"2021-07-27T02:58:00.652Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancers","timestamp":"2021-07-27T02:58:00.653Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_backend_server_descriptions","timestamp":"2021-07-27T02:58:00.653Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_backend_server_descriptions","timestamp":"2021-07-27T02:58:00.653Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_backend_server_descriptions","timestamp":"2021-07-27T02:58:00.653Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_listeners","timestamp":"2021-07-27T02:58:00.654Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_listeners","timestamp":"2021-07-27T02:58:00.654Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_listeners","timestamp":"2021-07-27T02:58:00.654Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies_app_cookie_stickiness_policies","timestamp":"2021-07-27T02:58:00.654Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies_app_cookie_stickiness_policies","timestamp":"2021-07-27T02:58:00.654Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies_app_cookie_stickiness_policies","timestamp":"2021-07-27T02:58:00.654Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies_lb_cookie_stickiness_policies","timestamp":"2021-07-27T02:58:00.655Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies_lb_cookie_stickiness_policies","timestamp":"2021-07-27T02:58:00.655Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies_lb_cookie_stickiness_policies","timestamp":"2021-07-27T02:58:00.655Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies","timestamp":"2021-07-27T02:58:00.655Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies","timestamp":"2021-07-27T02:58:00.655Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv1_load_balancer_policies","timestamp":"2021-07-27T02:58:00.655Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_roles","timestamp":"2021-07-27T02:58:00.656Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_roles","timestamp":"2021-07-27T02:58:00.656Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_roles","timestamp":"2021-07-27T02:58:00.656Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_iam_role_policies","timestamp":"2021-07-27T02:58:00.656Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_iam_role_policies","timestamp":"2021-07-27T02:58:00.656Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_role_policies","timestamp":"2021-07-27T02:58:00.657Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_virtual_mfa_devices","timestamp":"2021-07-27T02:58:00.657Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_virtual_mfa_devices","timestamp":"2021-07-27T02:58:00.657Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_openid_connect_identity_providers","timestamp":"2021-07-27T02:58:00.658Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_openid_connect_identity_providers","timestamp":"2021-07-27T02:58:00.658Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzers","timestamp":"2021-07-27T02:58:00.658Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzers","timestamp":"2021-07-27T02:58:00.658Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzers","timestamp":"2021-07-27T02:58:00.659Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzer_findings","timestamp":"2021-07-27T02:58:00.659Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzer_findings","timestamp":"2021-07-27T02:58:00.659Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzer_findings","timestamp":"2021-07-27T02:58:00.659Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzer_findings","timestamp":"2021-07-27T02:58:00.659Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzer_finding_sources","timestamp":"2021-07-27T02:58:00.659Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzer_finding_sources","timestamp":"2021-07-27T02:58:00.659Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_access_analyzer_analyzer_finding_sources","timestamp":"2021-07-27T02:58:00.660Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_autoscaling_launch_configurations","timestamp":"2021-07-27T02:58:00.660Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_autoscaling_launch_configurations","timestamp":"2021-07-27T02:58:00.660Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_autoscaling_launch_configurations","timestamp":"2021-07-27T02:58:00.661Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_autoscaling_launch_configuration_block_device_mappings","timestamp":"2021-07-27T02:58:00.661Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_autoscaling_launch_configuration_block_device_mappings","timestamp":"2021-07-27T02:58:00.661Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_autoscaling_launch_configuration_block_device_mappings","timestamp":"2021-07-27T02:58:00.661Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_subnet_groups","timestamp":"2021-07-27T02:58:00.661Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_subnet_groups","timestamp":"2021-07-27T02:58:00.662Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_subnet_groups","timestamp":"2021-07-27T02:58:00.662Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_rds_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.662Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.662Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.662Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_waf_web_acls","timestamp":"2021-07-27T02:58:00.662Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_waf_web_acls","timestamp":"2021-07-27T02:58:00.663Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_waf_web_acls","timestamp":"2021-07-27T02:58:00.663Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_waf_web_acl_rules","timestamp":"2021-07-27T02:58:00.663Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_waf_web_acl_rules","timestamp":"2021-07-27T02:58:00.663Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_waf_web_acl_rules","timestamp":"2021-07-27T02:58:00.663Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudtrail_trails","timestamp":"2021-07-27T02:58:00.664Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudtrail_trails","timestamp":"2021-07-27T02:58:00.664Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudtrail_trails","timestamp":"2021-07-27T02:58:00.664Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_cloudtrail_trail_event_selectors","timestamp":"2021-07-27T02:58:00.664Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cloudtrail_trail_event_selectors","timestamp":"2021-07-27T02:58:00.664Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudtrail_trail_event_selectors","timestamp":"2021-07-27T02:58:00.665Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_config_conformance_packs","timestamp":"2021-07-27T02:58:00.665Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_config_conformance_packs","timestamp":"2021-07-27T02:58:00.665Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acls","timestamp":"2021-07-27T02:58:00.666Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acls","timestamp":"2021-07-27T02:58:00.666Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acls","timestamp":"2021-07-27T02:58:00.666Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acl_associations","timestamp":"2021-07-27T02:58:00.666Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acl_associations","timestamp":"2021-07-27T02:58:00.666Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acl_associations","timestamp":"2021-07-27T02:58:00.667Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acl_entries","timestamp":"2021-07-27T02:58:00.667Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acl_entries","timestamp":"2021-07-27T02:58:00.667Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_network_acl_entries","timestamp":"2021-07-27T02:58:00.667Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elbv2_target_groups","timestamp":"2021-07-27T02:58:00.667Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elbv2_target_groups","timestamp":"2021-07-27T02:58:00.668Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_mq_brokers","timestamp":"2021-07-27T02:58:00.668Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_mq_brokers","timestamp":"2021-07-27T02:58:00.669Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_mq_brokers","timestamp":"2021-07-27T02:58:00.669Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_mq_broker_configurations","timestamp":"2021-07-27T02:58:00.669Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_mq_broker_configurations","timestamp":"2021-07-27T02:58:00.669Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_mq_broker_configurations","timestamp":"2021-07-27T02:58:00.669Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_mq_broker_users","timestamp":"2021-07-27T02:58:00.670Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_mq_broker_users","timestamp":"2021-07-27T02:58:00.670Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_mq_broker_users","timestamp":"2021-07-27T02:58:00.670Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zones","timestamp":"2021-07-27T02:58:00.671Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zones","timestamp":"2021-07-27T02:58:00.671Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zones","timestamp":"2021-07-27T02:58:00.671Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_query_logging_configs","timestamp":"2021-07-27T02:58:00.671Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_query_logging_configs","timestamp":"2021-07-27T02:58:00.671Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_query_logging_configs","timestamp":"2021-07-27T02:58:00.671Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_resource_record_sets","timestamp":"2021-07-27T02:58:00.672Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_resource_record_sets","timestamp":"2021-07-27T02:58:00.672Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_resource_record_sets","timestamp":"2021-07-27T02:58:00.672Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_traffic_policy_instances","timestamp":"2021-07-27T02:58:00.673Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_traffic_policy_instances","timestamp":"2021-07-27T02:58:00.673Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_traffic_policy_instances","timestamp":"2021-07-27T02:58:00.673Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_vpc_association_authorizations","timestamp":"2021-07-27T02:58:00.673Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_vpc_association_authorizations","timestamp":"2021-07-27T02:58:00.673Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_hosted_zone_vpc_association_authorizations","timestamp":"2021-07-27T02:58:00.674Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plans","timestamp":"2021-07-27T02:58:00.674Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plans","timestamp":"2021-07-27T02:58:00.674Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plans","timestamp":"2021-07-27T02:58:00.675Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plan_api_stages","timestamp":"2021-07-27T02:58:00.675Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plan_api_stages","timestamp":"2021-07-27T02:58:00.675Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plan_api_stages","timestamp":"2021-07-27T02:58:00.675Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plan_keys","timestamp":"2021-07-27T02:58:00.675Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plan_keys","timestamp":"2021-07-27T02:58:00.675Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_usage_plan_keys","timestamp":"2021-07-27T02:58:00.675Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_vpc_links","timestamp":"2021-07-27T02:58:00.676Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_vpc_links","timestamp":"2021-07-27T02:58:00.676Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_nat_gateways","timestamp":"2021-07-27T02:58:00.676Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_nat_gateways","timestamp":"2021-07-27T02:58:00.677Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_nat_gateways","timestamp":"2021-07-27T02:58:00.677Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_nat_gateway_addresses","timestamp":"2021-07-27T02:58:00.677Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_nat_gateway_addresses","timestamp":"2021-07-27T02:58:00.677Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_nat_gateway_addresses","timestamp":"2021-07-27T02:58:00.677Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_fsx_backups","timestamp":"2021-07-27T02:58:00.678Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_fsx_backups","timestamp":"2021-07-27T02:58:00.678Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateways","timestamp":"2021-07-27T02:58:00.678Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateways","timestamp":"2021-07-27T02:58:00.679Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateways","timestamp":"2021-07-27T02:58:00.679Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateway_associations","timestamp":"2021-07-27T02:58:00.679Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateway_associations","timestamp":"2021-07-27T02:58:00.679Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateway_associations","timestamp":"2021-07-27T02:58:00.679Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateway_attachments","timestamp":"2021-07-27T02:58:00.680Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateway_attachments","timestamp":"2021-07-27T02:58:00.680Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_directconnect_gateway_attachments","timestamp":"2021-07-27T02:58:00.680Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_byoip_cidrs","timestamp":"2021-07-27T02:58:00.681Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_byoip_cidrs","timestamp":"2021-07-27T02:58:00.681Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elasticbeanstalk_environments","timestamp":"2021-07-27T02:58:00.681Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elasticbeanstalk_environments","timestamp":"2021-07-27T02:58:00.682Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elasticbeanstalk_environments","timestamp":"2021-07-27T02:58:00.682Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_elasticbeanstalk_environment_links","timestamp":"2021-07-27T02:58:00.682Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_elasticbeanstalk_environment_links","timestamp":"2021-07-27T02:58:00.682Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elasticbeanstalk_environment_links","timestamp":"2021-07-27T02:58:00.683Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_sns_subscriptions","timestamp":"2021-07-27T02:58:00.683Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_sns_subscriptions","timestamp":"2021-07-27T02:58:00.683Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_reusable_delegation_sets","timestamp":"2021-07-27T02:58:00.684Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_reusable_delegation_sets","timestamp":"2021-07-27T02:58:00.684Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_route53_health_checks","timestamp":"2021-07-27T02:58:00.685Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_route53_health_checks","timestamp":"2021-07-27T02:58:00.685Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_waf_rule_groups","timestamp":"2021-07-27T02:58:00.685Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_waf_rule_groups","timestamp":"2021-07-27T02:58:00.686Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_vpc_links","timestamp":"2021-07-27T02:58:00.686Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_vpc_links","timestamp":"2021-07-27T02:58:00.686Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudwatch_alarms","timestamp":"2021-07-27T02:58:00.687Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudwatch_alarms","timestamp":"2021-07-27T02:58:00.687Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudwatch_alarms","timestamp":"2021-07-27T02:58:00.688Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_cloudwatch_alarm_metrics","timestamp":"2021-07-27T02:58:00.688Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cloudwatch_alarm_metrics","timestamp":"2021-07-27T02:58:00.688Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudwatch_alarm_metrics","timestamp":"2021-07-27T02:58:00.688Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_flow_logs","timestamp":"2021-07-27T02:58:00.689Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_flow_logs","timestamp":"2021-07-27T02:58:00.689Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_subnets","timestamp":"2021-07-27T02:58:00.689Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_subnets","timestamp":"2021-07-27T02:58:00.690Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_subnets","timestamp":"2021-07-27T02:58:00.690Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_subnet_ipv6_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.690Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_subnet_ipv6_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.690Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_subnet_ipv6_cidr_block_association_sets","timestamp":"2021-07-27T02:58:00.691Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instances","timestamp":"2021-07-27T02:58:00.691Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instances","timestamp":"2021-07-27T02:58:00.691Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instances","timestamp":"2021-07-27T02:58:00.692Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_block_device_mappings","timestamp":"2021-07-27T02:58:00.692Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_block_device_mappings","timestamp":"2021-07-27T02:58:00.692Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_block_device_mappings","timestamp":"2021-07-27T02:58:00.693Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_elastic_gpu_associations","timestamp":"2021-07-27T02:58:00.693Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_elastic_gpu_associations","timestamp":"2021-07-27T02:58:00.693Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_elastic_gpu_associations","timestamp":"2021-07-27T02:58:00.693Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_elastic_inference_accelerator_associations","timestamp":"2021-07-27T02:58:00.694Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_elastic_inference_accelerator_associations","timestamp":"2021-07-27T02:58:00.694Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_elastic_inference_accelerator_associations","timestamp":"2021-07-27T02:58:00.694Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_licenses","timestamp":"2021-07-27T02:58:00.694Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_licenses","timestamp":"2021-07-27T02:58:00.694Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_licenses","timestamp":"2021-07-27T02:58:00.695Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interfaces","timestamp":"2021-07-27T02:58:00.695Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interfaces","timestamp":"2021-07-27T02:58:00.695Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interfaces","timestamp":"2021-07-27T02:58:00.695Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interfaces","timestamp":"2021-07-27T02:58:00.696Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_groups","timestamp":"2021-07-27T02:58:00.696Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_groups","timestamp":"2021-07-27T02:58:00.696Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_groups","timestamp":"2021-07-27T02:58:00.696Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_ipv6_addresses","timestamp":"2021-07-27T02:58:00.696Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_ipv6_addresses","timestamp":"2021-07-27T02:58:00.696Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_ipv6_addresses","timestamp":"2021-07-27T02:58:00.696Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_private_ip_addresses","timestamp":"2021-07-27T02:58:00.697Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_private_ip_addresses","timestamp":"2021-07-27T02:58:00.697Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_network_interface_private_ip_addresses","timestamp":"2021-07-27T02:58:00.697Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_product_codes","timestamp":"2021-07-27T02:58:00.697Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_product_codes","timestamp":"2021-07-27T02:58:00.697Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_product_codes","timestamp":"2021-07-27T02:58:00.698Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_security_groups","timestamp":"2021-07-27T02:58:00.698Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_security_groups","timestamp":"2021-07-27T02:58:00.698Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_instance_security_groups","timestamp":"2021-07-27T02:58:00.698Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_efs_filesystems","timestamp":"2021-07-27T02:58:00.699Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_efs_filesystems","timestamp":"2021-07-27T02:58:00.699Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ecs_clusters","timestamp":"2021-07-27T02:58:00.699Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ecs_clusters","timestamp":"2021-07-27T02:58:00.700Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ecs_clusters","timestamp":"2021-07-27T02:58:00.700Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ecs_cluster_attachments","timestamp":"2021-07-27T02:58:00.700Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ecs_cluster_attachments","timestamp":"2021-07-27T02:58:00.700Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ecs_cluster_attachments","timestamp":"2021-07-27T02:58:00.700Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ecs_cluster_default_capacity_provider_strategies","timestamp":"2021-07-27T02:58:00.701Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ecs_cluster_default_capacity_provider_strategies","timestamp":"2021-07-27T02:58:00.701Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ecs_cluster_default_capacity_provider_strategies","timestamp":"2021-07-27T02:58:00.701Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_certificates","timestamp":"2021-07-27T02:58:00.701Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_certificates","timestamp":"2021-07-27T02:58:00.702Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_config_configuration_recorders","timestamp":"2021-07-27T02:58:00.702Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_config_configuration_recorders","timestamp":"2021-07-27T02:58:00.702Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_directconnect_virtual_interfaces","timestamp":"2021-07-27T02:58:00.703Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_directconnect_virtual_interfaces","timestamp":"2021-07-27T02:58:00.703Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_directconnect_virtual_interfaces","timestamp":"2021-07-27T02:58:00.704Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_directconnect_virtual_interface_bgp_peers","timestamp":"2021-07-27T02:58:00.704Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_directconnect_virtual_interface_bgp_peers","timestamp":"2021-07-27T02:58:00.704Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_directconnect_virtual_interface_bgp_peers","timestamp":"2021-07-27T02:58:00.704Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_groups","timestamp":"2021-07-27T02:58:00.705Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_groups","timestamp":"2021-07-27T02:58:00.705Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_groups","timestamp":"2021-07-27T02:58:00.705Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_group_available_labels","timestamp":"2021-07-27T02:58:00.705Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_group_available_labels","timestamp":"2021-07-27T02:58:00.705Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_group_available_labels","timestamp":"2021-07-27T02:58:00.706Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_group_consumed_labels","timestamp":"2021-07-27T02:58:00.706Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_group_consumed_labels","timestamp":"2021-07-27T02:58:00.706Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_wafv2_rule_group_consumed_labels","timestamp":"2021-07-27T02:58:00.706Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_password_policies","timestamp":"2021-07-27T02:58:00.707Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_password_policies","timestamp":"2021-07-27T02:58:00.707Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_server_certificates","timestamp":"2021-07-27T02:58:00.707Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_server_certificates","timestamp":"2021-07-27T02:58:00.708Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_kms_keys","timestamp":"2021-07-27T02:58:00.708Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_kms_keys","timestamp":"2021-07-27T02:58:00.709Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_organizations_accounts","timestamp":"2021-07-27T02:58:00.709Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_organizations_accounts","timestamp":"2021-07-27T02:58:00.709Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_subnet_groups","timestamp":"2021-07-27T02:58:00.710Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_subnet_groups","timestamp":"2021-07-27T02:58:00.710Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_redshift_subnet_groups","timestamp":"2021-07-27T02:58:00.711Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_redshift_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.711Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_redshift_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.711Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_redshift_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.711Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_waf_subscribed_rule_groups","timestamp":"2021-07-27T02:58:00.712Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_waf_subscribed_rule_groups","timestamp":"2021-07-27T02:58:00.712Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoints","timestamp":"2021-07-27T02:58:00.712Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoints","timestamp":"2021-07-27T02:58:00.713Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoints","timestamp":"2021-07-27T02:58:00.713Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoint_dns_entries","timestamp":"2021-07-27T02:58:00.713Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoint_dns_entries","timestamp":"2021-07-27T02:58:00.713Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoint_dns_entries","timestamp":"2021-07-27T02:58:00.713Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoint_groups","timestamp":"2021-07-27T02:58:00.714Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoint_groups","timestamp":"2021-07-27T02:58:00.714Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_vpc_endpoint_groups","timestamp":"2021-07-27T02:58:00.714Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_accounts","timestamp":"2021-07-27T02:58:00.714Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_accounts","timestamp":"2021-07-27T02:58:00.715Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_directconnect_connections","timestamp":"2021-07-27T02:58:00.715Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_directconnect_connections","timestamp":"2021-07-27T02:58:00.716Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_directconnect_connections","timestamp":"2021-07-27T02:58:00.716Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_directconnect_connection_mac_sec_keys","timestamp":"2021-07-27T02:58:00.716Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_directconnect_connection_mac_sec_keys","timestamp":"2021-07-27T02:58:00.716Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_directconnect_connection_mac_sec_keys","timestamp":"2021-07-27T02:58:00.717Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_eks_clusters","timestamp":"2021-07-27T02:58:00.717Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_eks_clusters","timestamp":"2021-07-27T02:58:00.717Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_eks_clusters","timestamp":"2021-07-27T02:58:00.718Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_encryption_configs","timestamp":"2021-07-27T02:58:00.718Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_encryption_configs","timestamp":"2021-07-27T02:58:00.718Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_encryption_configs","timestamp":"2021-07-27T02:58:00.718Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_loggings","timestamp":"2021-07-27T02:58:00.719Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_loggings","timestamp":"2021-07-27T02:58:00.719Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_loggings","timestamp":"2021-07-27T02:58:00.719Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_loggings","timestamp":"2021-07-27T02:58:00.719Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_loggings","timestamp":"2021-07-27T02:58:00.719Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_eks_cluster_loggings","timestamp":"2021-07-27T02:58:00.720Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_directconnect_virtual_gateways","timestamp":"2021-07-27T02:58:00.720Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_directconnect_virtual_gateways","timestamp":"2021-07-27T02:58:00.720Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_layers","timestamp":"2021-07-27T02:58:00.721Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_layers","timestamp":"2021-07-27T02:58:00.721Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_layers","timestamp":"2021-07-27T02:58:00.721Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_lambda_layer_versions","timestamp":"2021-07-27T02:58:00.721Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_layer_versions","timestamp":"2021-07-27T02:58:00.722Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_layer_versions","timestamp":"2021-07-27T02:58:00.722Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_lambda_layer_versions","timestamp":"2021-07-27T02:58:00.723Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_lambda_layer_version_policies","timestamp":"2021-07-27T02:58:00.723Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_lambda_layer_version_policies","timestamp":"2021-07-27T02:58:00.723Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_lambda_layer_version_policies","timestamp":"2021-07-27T02:58:00.723Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudwatchlogs_filters","timestamp":"2021-07-27T02:58:00.724Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudwatchlogs_filters","timestamp":"2021-07-27T02:58:00.724Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudwatchlogs_filters","timestamp":"2021-07-27T02:58:00.725Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_cloudwatchlogs_filter_metric_transformations","timestamp":"2021-07-27T02:58:00.725Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cloudwatchlogs_filter_metric_transformations","timestamp":"2021-07-27T02:58:00.725Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudwatchlogs_filter_metric_transformations","timestamp":"2021-07-27T02:58:00.725Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cognito_identity_pools","timestamp":"2021-07-27T02:58:00.726Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cognito_identity_pools","timestamp":"2021-07-27T02:58:00.726Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cognito_identity_pools","timestamp":"2021-07-27T02:58:00.726Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_cognito_identity_pool_cognito_identity_providers","timestamp":"2021-07-27T02:58:00.727Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cognito_identity_pool_cognito_identity_providers","timestamp":"2021-07-27T02:58:00.727Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cognito_identity_pool_cognito_identity_providers","timestamp":"2021-07-27T02:58:00.727Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_groups","timestamp":"2021-07-27T02:58:00.727Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_groups","timestamp":"2021-07-27T02:58:00.728Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_iam_groups","timestamp":"2021-07-27T02:58:00.728Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_iam_group_policies","timestamp":"2021-07-27T02:58:00.728Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_iam_group_policies","timestamp":"2021-07-27T02:58:00.728Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_iam_group_policies","timestamp":"2021-07-27T02:58:00.728Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_sns_topics","timestamp":"2021-07-27T02:58:00.729Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_sns_topics","timestamp":"2021-07-27T02:58:00.729Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_names","timestamp":"2021-07-27T02:58:00.730Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_names","timestamp":"2021-07-27T02:58:00.730Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_names","timestamp":"2021-07-27T02:58:00.730Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_name_configurations","timestamp":"2021-07-27T02:58:00.730Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_name_configurations","timestamp":"2021-07-27T02:58:00.730Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_name_configurations","timestamp":"2021-07-27T02:58:00.731Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_name_rest_api_mappings","timestamp":"2021-07-27T02:58:00.731Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_name_rest_api_mappings","timestamp":"2021-07-27T02:58:00.731Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigatewayv2_domain_name_rest_api_mappings","timestamp":"2021-07-27T02:58:00.732Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distributions","timestamp":"2021-07-27T02:58:00.732Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distributions","timestamp":"2021-07-27T02:58:00.732Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distributions","timestamp":"2021-07-27T02:58:00.733Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_cache_behaviours","timestamp":"2021-07-27T02:58:00.733Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_cache_behaviours","timestamp":"2021-07-27T02:58:00.733Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_cache_behaviours","timestamp":"2021-07-27T02:58:00.734Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cache_behaviour_lambda_function_associations","timestamp":"2021-07-27T02:58:00.734Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cache_behaviour_lambda_function_associations","timestamp":"2021-07-27T02:58:00.734Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cache_behaviour_lambda_function_associations","timestamp":"2021-07-27T02:58:00.734Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_custom_error_responses","timestamp":"2021-07-27T02:58:00.735Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_custom_error_responses","timestamp":"2021-07-27T02:58:00.735Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_custom_error_responses","timestamp":"2021-07-27T02:58:00.735Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_origins","timestamp":"2021-07-27T02:58:00.735Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_origins","timestamp":"2021-07-27T02:58:00.735Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_origins","timestamp":"2021-07-27T02:58:00.736Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_alias_icp_recordals","timestamp":"2021-07-27T02:58:00.736Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_alias_icp_recordals","timestamp":"2021-07-27T02:58:00.736Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_alias_icp_recordals","timestamp":"2021-07-27T02:58:00.736Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_origin_groups","timestamp":"2021-07-27T02:58:00.737Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_origin_groups","timestamp":"2021-07-27T02:58:00.737Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_cloudfront_distribution_origin_groups","timestamp":"2021-07-27T02:58:00.737Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_internet_gateways","timestamp":"2021-07-27T02:58:00.738Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_internet_gateways","timestamp":"2021-07-27T02:58:00.738Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_internet_gateways","timestamp":"2021-07-27T02:58:00.738Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_internet_gateway_attachments","timestamp":"2021-07-27T02:58:00.738Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_internet_gateway_attachments","timestamp":"2021-07-27T02:58:00.738Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_internet_gateway_attachments","timestamp":"2021-07-27T02:58:00.739Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instances","timestamp":"2021-07-27T02:58:00.739Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instances","timestamp":"2021-07-27T02:58:00.739Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instances","timestamp":"2021-07-27T02:58:00.740Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_associated_roles","timestamp":"2021-07-27T02:58:00.740Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_associated_roles","timestamp":"2021-07-27T02:58:00.740Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_associated_roles","timestamp":"2021-07-27T02:58:00.741Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_instance_automated_backups_replications","timestamp":"2021-07-27T02:58:00.741Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_instance_automated_backups_replications","timestamp":"2021-07-27T02:58:00.741Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_instance_automated_backups_replications","timestamp":"2021-07-27T02:58:00.741Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_parameter_groups","timestamp":"2021-07-27T02:58:00.742Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_parameter_groups","timestamp":"2021-07-27T02:58:00.742Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_parameter_groups","timestamp":"2021-07-27T02:58:00.742Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_security_groups","timestamp":"2021-07-27T02:58:00.742Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_security_groups","timestamp":"2021-07-27T02:58:00.742Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_security_groups","timestamp":"2021-07-27T02:58:00.743Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.743Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.743Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_db_subnet_group_subnets","timestamp":"2021-07-27T02:58:00.743Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_domain_memberships","timestamp":"2021-07-27T02:58:00.744Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_domain_memberships","timestamp":"2021-07-27T02:58:00.744Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_domain_memberships","timestamp":"2021-07-27T02:58:00.744Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_option_group_memberships","timestamp":"2021-07-27T02:58:00.744Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_option_group_memberships","timestamp":"2021-07-27T02:58:00.744Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_option_group_memberships","timestamp":"2021-07-27T02:58:00.745Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_status_infos","timestamp":"2021-07-27T02:58:00.745Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_status_infos","timestamp":"2021-07-27T02:58:00.745Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_status_infos","timestamp":"2021-07-27T02:58:00.745Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_vpc_security_groups","timestamp":"2021-07-27T02:58:00.746Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_vpc_security_groups","timestamp":"2021-07-27T02:58:00.746Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_rds_instance_vpc_security_groups","timestamp":"2021-07-27T02:58:00.746Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_apis","timestamp":"2021-07-27T02:58:00.746Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_apis","timestamp":"2021-07-27T02:58:00.747Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_apis","timestamp":"2021-07-27T02:58:00.747Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_authorizers","timestamp":"2021-07-27T02:58:00.747Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_authorizers","timestamp":"2021-07-27T02:58:00.747Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_authorizers","timestamp":"2021-07-27T02:58:00.747Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_deployments","timestamp":"2021-07-27T02:58:00.748Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_deployments","timestamp":"2021-07-27T02:58:00.748Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_deployments","timestamp":"2021-07-27T02:58:00.748Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_documentation_parts","timestamp":"2021-07-27T02:58:00.749Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_documentation_parts","timestamp":"2021-07-27T02:58:00.749Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_documentation_parts","timestamp":"2021-07-27T02:58:00.749Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_documentation_versions","timestamp":"2021-07-27T02:58:00.749Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_documentation_versions","timestamp":"2021-07-27T02:58:00.749Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_documentation_versions","timestamp":"2021-07-27T02:58:00.750Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_gateway_responses","timestamp":"2021-07-27T02:58:00.750Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_gateway_responses","timestamp":"2021-07-27T02:58:00.750Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_gateway_responses","timestamp":"2021-07-27T02:58:00.750Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_models","timestamp":"2021-07-27T02:58:00.751Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_models","timestamp":"2021-07-27T02:58:00.751Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_models","timestamp":"2021-07-27T02:58:00.751Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_request_validators","timestamp":"2021-07-27T02:58:00.752Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_request_validators","timestamp":"2021-07-27T02:58:00.752Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_request_validators","timestamp":"2021-07-27T02:58:00.752Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_resources","timestamp":"2021-07-27T02:58:00.752Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_resources","timestamp":"2021-07-27T02:58:00.752Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_resources","timestamp":"2021-07-27T02:58:00.753Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_stages","timestamp":"2021-07-27T02:58:00.753Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_stages","timestamp":"2021-07-27T02:58:00.753Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_apigateway_rest_api_stages","timestamp":"2021-07-27T02:58:00.753Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_regional_config","timestamp":"2021-07-27T02:58:00.754Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_regional_config","timestamp":"2021-07-27T02:58:00.754Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_images","timestamp":"2021-07-27T02:58:00.755Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_images","timestamp":"2021-07-27T02:58:00.755Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_ec2_images","timestamp":"2021-07-27T02:58:00.756Z","time":"2021-07-27T02:58:00Z","message":"creating table relations"}
{"level":"debug","@module":"aws","table":"aws_ec2_image_block_device_mappings","timestamp":"2021-07-27T02:58:00.756Z","time":"2021-07-27T02:58:00Z","message":"creating table relation"}
{"level":"debug","@module":"aws","table":"aws_ec2_image_block_device_mappings","timestamp":"2021-07-27T02:58:00.756Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_ec2_image_block_device_mappings","timestamp":"2021-07-27T02:58:00.756Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"debug","@module":"aws","table":"aws_elasticsearch_domains","timestamp":"2021-07-27T02:58:00.757Z","time":"2021-07-27T02:58:00Z","message":"creating table if not exists"}
{"level":"debug","@module":"aws","table":"aws_elasticsearch_domains","timestamp":"2021-07-27T02:58:00.757Z","time":"2021-07-27T02:58:00Z","message":"migrating table columns if required"}
{"level":"info","@module":"aws","timestamp":"2021-07-27T02:58:00.758Z","time":"2021-07-27T02:58:00Z","message":"No regions specified in config.yml. Assuming all 22 regions"}
{"level":"info","provider":"aws","version":"v0.4.13","time":"2021-07-27T02:58:02Z","message":"provider configured successfully"}
{"level":"debug","provider":"aws","version":"v0.4.13","time":"2021-07-27T02:58:02Z","message":"requesting provider fetch"}
{"level":"info","provider":"aws","version":"v0.4.13","time":"2021-07-27T02:58:02Z","message":"provider started fetching resources"}
{"level":"debug","@module":"aws","provider":"aws","table":"aws_s3_buckets","timestamp":"2021-07-27T02:58:02.236Z","time":"2021-07-27T02:58:02Z","message":"fetching table..."}
{"level":"debug","@module":"aws","count":1,"timestamp":"2021-07-27T02:58:02.236Z","time":"2021-07-27T02:58:02Z","message":"multiplexing client"}
{"level":"info","@module":"aws","EXTRA_VALUE_AT_END":"XXX","account_id":"XXX","timestamp":"2021-07-27T02:58:02.857Z","time":"2021-07-27T02:58:02Z","message":"bucket name"}
{"level":"info","@module":"aws","EXTRA_VALUE_AT_END":"XXX2","account_id":"XXX","timestamp":"2021-07-27T02:58:05.316Z","time":"2021-07-27T02:58:05Z","message":"bucket name"}
{"level":"info","@module":"aws","EXTRA_VALUE_AT_END":"XXX3","account_id":"XXX","timestamp":"2021-07-27T02:58:07.806Z","time":"2021-07-27T02:58:07Z","message":"bucket name"}
{"level":"info","@module":"aws","EXTRA_VALUE_AT_END":"XXX4","account_id":"XXX","timestamp":"2021-07-27T02:58:09.768Z","time":"2021-07-27T02:58:09Z","message":"bucket name"}
{"level":"debug","@module":"aws","provider":"aws","table":"aws_s3_buckets","timestamp":"2021-07-27T02:58:10.700Z","time":"2021-07-27T02:58:10Z","message":"fetching table..."}
{"level":"debug","finishCount":1,"finished":true,"provider":"aws","resource_count":0,"time":"2021-07-27T02:58:10Z","message":"fetch update"}
{"level":"info","provider":"aws","version":"v0.4.13","time":"2021-07-27T02:58:10Z","message":"provider finished fetch"}
{"level":"debug","err":"rpc error: code = Unavailable desc = transport is closing","time":"2021-07-27T02:58:10Z","message":"received EOF, stopping recv loop"}
{"level":"debug","path":".cq/providers/cloudquery/aws/v0.4.13-linux_amd64","pid":19219,"time":"2021-07-27T02:58:10Z","message":"plugin process exited"}
{"level":"debug","time":"2021-07-27T02:58:10Z","message":"plugin exited"}