Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot fetch AWS s3 #157

Closed
Rex-office opened this issue Jul 26, 2021 · 17 comments · Fixed by cloudquery/cq-provider-aws#138
Closed

Cannot fetch AWS s3 #157

Rex-office opened this issue Jul 26, 2021 · 17 comments · Fixed by cloudquery/cq-provider-aws#138
Assignees

Comments

@Rex-office
Copy link

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?

@roneli
Copy link
Contributor

roneli commented Jul 26, 2021

Can you run cloudquery with only s3 buckets resource (update the resources in config.hcl). Also please share with me, if possible, the cloudquery.log / any error that returned from that execution? You can also use the --enable-console-log flag to see logs in the stdout.

Edit: can you please note the Cloudquery version (--version) and plugin version you are using?

@Rex-office
Copy link
Author

Rex-office commented Jul 26, 2021

The log is following below. And I am using cloudquery version 0.13.8

`{"level":"info","fileLogging":true,"jsonLogOutput":false,"consoleLog":false,"verbose":false,"logDirectory":".","fileName":"cloudquery.log","maxSizeMB":30,"maxBackups":3,"maxAgeInDays":3,"time":"2021-07-26T09:21:07Z","message":"logging configured"}
{"level":"info","time":"2021-07-26T09:21:07Z","message":"Downloading required providers"}
{"level":"info","name":"aws","version":"latest","time":"2021-07-26T09:21:07Z","message":"Downloading provider"}
{"level":"info","alias":"","provider":"aws","time":"2021-07-26T09:21:09Z","message":"plugin doesn't exist, creating.."}
{"level":"info","provider":"aws","version":"v0.4.13","time":"2021-07-26T09:21:09Z","message":"requesting provider to configure"}
{"level":"info","@module":"aws","timestamp":"2021-07-26T09:21:09.540Z","time":"2021-07-26T09:21:09Z","message":"No regions specified in config.yml. Assuming all 22 regions"}
{"level":"info","provider":"aws","version":"v0.4.13","time":"2021-07-26T09:21:11Z","message":"provider configured successfully"}
{"level":"info","provider":"aws","version":"v0.4.13","time":"2021-07-26T09:21:11Z","message":"provider started fetching resources"}
{"level":"info","@module":"aws","EXTRA_VALUE_AT_END":"XXXXXXXXXXXXXXXXXXXXXXXXX","account_id":"XXXXXXXXXXXXXXXXXXXXXXXXX","timestamp":"2021-07-26T09:21:11.691Z","time":"2021-07-26T09:21:11Z","message":"bucket name"}
{"level":"info","@module":"aws","EXTRA_VALUE_AT_END":"XXXXXXXXXXXXXXXXXXXXXXXXX","account_id":"XXXXXXXXXXXXXXXXXXXXXXXXX","timestamp":"2021-07-26T09:21:14.606Z","time":"2021-07-26T09:21:14Z","message":"bucket name"}
{"level":"info","@module":"aws","EXTRA_VALUE_AT_END":"XXXXXXXXXXXXXXXXXXXXXXXXX","account_id":"XXXXXXXXXXXXXXXXXXXXXXXXX","timestamp":"2021-07-26T09:21:17.120Z","time":"2021-07-26T09:21:17Z","message":"bucket name"}
{"level":"info","@module":"aws","EXTRA_VALUE_AT_END":"XXXXXXXXXXXXXXXXXXXXXXXXX","account_id":"XXXXXXXXXXXXXXXXXXXXXXXXX","timestamp":"2021-07-26T09:21:18.974Z","time":"2021-07-26T09:21:18Z","message":"bucket name"}
{"level":"info","provider":"aws","version":"v0.4.13","time":"2021-07-26T09:21:19Z","message":"provider finished fetch"}`

And the config.hcl

`// Configuration AutoGenerated by CloudQuery CLI
cloudquery {
  plugin_directory = "./cq/providers"
  policy_directory = "./cq/policies"

  provider "aws" {
    source  = ""
    version = "latest"
  }

  connection {
    dsn = "host=localhost user=XXX password=XXX DB.name=XXX port=5432"
  }
}

// All Provider Configurations

provider "aws" {
  configuration {
    // Optional. if you want to assume role to multiple account and fetch data from them
    //accounts "<YOUR ID>" {
    // Optional. Role ARN we want to assume when accessing this account
    // role_arn = <YOUR_ROLE_ARN>
    // }
    // Optional. by default assumes all regions
    // regions = ["us-east-1", "us-west-2"]
    // Optional. Enable AWS SDK debug logging.
    aws_debug = false
    // The maximum number of times that a request will be retried for failures. Defaults to 5 retry attempts.
    // max_retries = 5
    // The maximum back off delay between attempts. The backoff delays exponentially with a jitter based on the number of attempts. Defaults to 60 seconds.
    // max_backoff = 30 
  }

  resources = [
    // "ec2.network_acls",
    // "autoscaling.launch_configurations",
    // "apigatewayv2.vpc_links",
    // "ec2.images",
    // "ec2.nat_gateways",
    // "cloudfront.cache_policies",
    // "elasticsearch.domains",
    // "kms.keys",
    // "redshift.clusters",
    // "ec2.route_tables",
    // "ec2.instances",
    // "fsx.backups",
    // "iam.password_policies",
    // "cloudtrail.trails",
    // "config.configuration_recorders",
    // "directconnect.virtual_gateways",
    // "cognito.user_pools",
    // "wafv2.web_acls",
    // "rds.instances",
    // "redshift.subnet_groups",
    // "apigatewayv2.domain_names",
    // "cognito.identity_pools",
    // "ec2.regional_config",
    // "ec2.flow_logs",
    // "mq.brokers",
    // "directconnect.connections",
    // "directconnect.virtual_interfaces",
    // "elasticbeanstalk.environments",
    // "iam.openid_connect_identity_providers",
    // "rds.certificates",
    // "route53.reusable_delegation_sets",
    // "waf.web_acls",
    // "waf.rules",
    // "cloudwatchlogs.filters",
    // "ec2.byoip_cidrs",
    // "emr.clusters",
    // "iam.virtual_mfa_devices",
    // "waf.rule_groups",
    // "wafv2.rule_groups",
    // "cloudwatch.alarms",
    // "config.conformance_packs",
    // "ec2.customer_gateways",
    // "iam.server_certificates",
    // "lambda.layers",
    // "iam.groups",
    // "organizations.accounts",
    // "rds.db_subnet_groups",
    // "lambda.functions",
    "s3.buckets",
    // "ec2.subnets",
    // "ec2.vpc_endpoints",
    // "iam.policies",
    // "route53.health_checks",
    // "cloudfront.distributions",
    // "ec2.security_groups",
    // "iam.saml_identity_providers",
    // "rds.clusters",
    // "apigateway.rest_apis",
    // "ec2.vpn_gateways",
    // "efs.filesystems",
    // "route53.traffic_policies",
    // "wafv2.managed_rule_groups",
    // "apigateway.usage_plans",
    // "apigateway.vpc_links",
    // "ec2.transit_gateways",
    // "elbv1.load_balancers",
    // "apigateway.api_keys",
    // "elbv2.target_groups",
    // "accessanalyzer.analyzers",
    // "apigateway.client_certificates",
    // "ec2.ebs_volumes",
    // "eks.clusters",
    // "iam.roles",
    // "ec2.internet_gateways",
    // "ec2.vpc_peering_connections",
    // "ecs.clusters",
    // "elbv2.load_balancers",
    // "ecr.repositories",
    // "iam.accounts",
    // "iam.users",
    // "sns.topics",
    // "apigateway.domain_names",
    // "apigatewayv2.apis",
    // "directconnect.gateways",
    // "ec2.vpcs",
    // "sns.subscriptions",
    // "route53.hosted_zones",
    // "waf.subscribed_rule_groups"
  ]
}`

The result in DB.
image

@roneli
Copy link
Contributor

roneli commented Jul 26, 2021

Hi @Rex-office, thanks for the info,

I just executed cloudquery v0.13.8 + aws v0.4.13 with your config, and I do see the buckets were inserted.
Noticed that that you are missing this log line:

{"level":"info","@module":"aws","account_id":"XXXXXXXXXXXX","count":30,"table":"aws_s3_buckets","timestamp":"2021-07-26T13:21:40.888+0200","time":"2021-07-26T13:21:40+02:00","message":"fetched successfully"}

Did you cut this or it didn't show up?

could you please, execute the cloudquery with --verbose flag so we can see debug logs as well?

If it didn't insert there should be an error somewhere, we did fix an issue with s3 in v0.14.0 with v0.5.0-beta4 of aws you can try that version, but will require you to delete the whole schema since v0.14.0 introduced a breaking change.

@Rex-office
Copy link
Author

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"}

@Rex-office
Copy link
Author

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

image

@roneli
Copy link
Contributor

roneli commented Jul 28, 2021

I am trying to duplicate this on my side, I created a new version aws v0.5.0 and you can use it with cloudquery v0.14.0 (execute it on a clean DB, since it has some breaking changes). Ill try to add ignore errors for this API (we added a fix there in v0.5.0, but I am not sure if its sufficient for this specific edge case.

Thanks for the info, will update if I found the correct ignore for this error.

Note: v0.14.0 added more verbose error reporting so we should get a more precise error received by the API

@Rex-office
Copy link
Author

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"}`

@roneli
Copy link
Contributor

roneli commented Jul 30, 2021

Hi, @Rex-office, thanks for the log.

please try AWS v0.5.1, it shouldn't fix the error, but the plugin won't cause the panic and we should get a more detailed error what is causing the failure.

@Rex-office
Copy link
Author

I changed to AWS v.0.5.2. Seems it still not worked in my enviromnment. The reason is "api error AccessDenied: Access Denied". The log is following below.

{"level":"info","provider":"aws","version":"v0.5.2","time":"2021-08-02T04:07:09Z","message":"requesting provider to configure"}
{"level":"info","@module":"aws","timestamp":"2021-08-02T04:07:09.991Z","time":"2021-08-02T04:07:09Z","message":"No regions specified in config.yml. Assuming all 22 regions"}
{"level":"info","provider":"aws","version":"v0.5.2","time":"2021-08-02T04:07:11Z","message":"provider configured successfully"}
{"level":"debug","provider":"aws","version":"v0.5.2","time":"2021-08-02T04:07:11Z","message":"requesting provider fetch"}
{"level":"info","provider":"aws","version":"v0.5.2","time":"2021-08-02T04:07:11Z","message":"provider started fetching resources"}
{"level":"debug","@module":"aws","provider":"aws","table":"aws_s3_buckets","timestamp":"2021-08-02T04:07:11.341Z","time":"2021-08-02T04:07:11Z","message":"fetching table..."}
{"level":"debug","@module":"aws","count":1,"table":"aws_s3_buckets","timestamp":"2021-08-02T04:07:11.341Z","time":"2021-08-02T04:07:11Z","message":"multiplexing client"}
{"level":"debug","@module":"aws","account_id":"123123123123","always_delete":false,"table":"aws_s3_buckets","timestamp":"2021-08-02T04:07:11.341Z","time":"2021-08-02T04:07:11Z","message":"cleaning table previous fetch"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"xxxxx1","timestamp":"2021-08-02T04:07:11.963Z","time":"2021-08-02T04:07:11Z","message":"fetching bucket attributes"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"xxxxx2","timestamp":"2021-08-02T04:07:14.843Z","time":"2021-08-02T04:07:14Z","message":"fetching bucket attributes"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"xxxxx3","timestamp":"2021-08-02T04:07:17.272Z","time":"2021-08-02T04:07:17Z","message":"fetching bucket attributes"}
{"level":"debug","@module":"aws","account_id":"123123123123","bucket":"xxxxx4","timestamp":"2021-08-02T04:07:19.249Z","time":"2021-08-02T04:07:19Z","message":"fetching bucket attributes"}
{"level":"error","@module":"aws","error":"operation error S3: GetBucketLogging, https response error StatusCode: 403, RequestID: ABCDEFGHIJKLM, HostID: P/ABCDEFGHIJKLM/TStNVG1vVzlGWllneVpsSFZMUVFSYXIxckVrTk53Y3cUUzZnhkWHJVdHZrPQ==, api error AccessDenied: Access Denied","timestamp":"2021-08-02T04:07:20.193Z","time":"2021-08-02T04:07:20Z","message":"failed to resolve resource values"}
{"level":"debug","@module":"aws","provider":"aws","table":"aws_s3_buckets","timestamp":"2021-08-02T04:07:20.193Z","time":"2021-08-02T04:07:20Z","message":"fetching table..."}
{"level":"debug","finishCount":1,"finished":true,"provider":"aws","resource_count":0,"time":"2021-08-02T04:07:20Z","message":"fetch update"}
{"level":"info","provider":"aws","version":"v0.5.2","time":"2021-08-02T04:07:20Z","message":"provider finished fetch"}
{"level":"debug","err":"rpc error: code = Unavailable desc = transport is closing","time":"2021-08-02T04:07:20Z","message":"received EOF, stopping recv loop"}
{"level":"debug","path":".cq/providers/cloudquery/aws/v0.5.2-linux_amd64","pid":72298,"time":"2021-08-02T04:07:20Z","message":"plugin process exited"}
{"level":"debug","time":"2021-08-02T04:07:20Z","message":"plugin exited"}

@roneli
Copy link
Contributor

roneli commented Aug 2, 2021

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

@roneli
Copy link
Contributor

roneli commented Aug 4, 2021

@Rex-office aws provider v0.5.3 should fix this issue, note that some buckets will have less information on them and you will see warning messages.

@Rex-office
Copy link
Author

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"}

@roneli
Copy link
Contributor

roneli commented Aug 7, 2021

Hi, @Rex-office I have added in v0.5.4 of AWS provider to ignore access denied in s3 relations, this should solve our issue with the s3 buckets.

@Rex-office
Copy link
Author

It has another error. @_@
image

@roneli
Copy link
Contributor

roneli commented Aug 10, 2021

It has another error. @_@
image

What cloudquery version are you running ? seems like a bug with the console UI. try with --enable-console-log flag instead.

Thanks, sorry for the long issue fix.

Update: found the bug it was on v0.14.2 -> fixed in v0.14.4

@Rex-office
Copy link
Author

image
Still no work :(

@roneli
Copy link
Contributor

roneli commented Aug 12, 2021

Hi, latest version of AWS v0.5.6 should resolve this error, hopefully this is the last one and it should fully execute s3 buckets.

@roneli roneli closed this as completed Aug 30, 2021
erezrokah pushed a commit that referenced this issue Aug 14, 2022
Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github).





---

This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2540965963](https://github.com/cloudquery/.github/actions/runs/2540965963)
erezrokah pushed a commit that referenced this issue Aug 14, 2022
Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github).





---

This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2604938158](https://github.com/cloudquery/.github/actions/runs/2604938158)
erezrokah pushed a commit that referenced this issue Aug 14, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/hashicorp/go-hclog](https://togithub.com/hashicorp/go-hclog) | require | patch | `v1.2.1` -> `v1.2.2` |

---

### Release Notes

<details>
<summary>hashicorp/go-hclog</summary>

### [`v1.2.2`](https://togithub.com/hashicorp/go-hclog/releases/tag/v1.2.2)

[Compare Source](https://togithub.com/hashicorp/go-hclog/compare/v1.2.1...v1.2.2)

#### What's Changed

-   fix various typos in comments by [@&#8203;marco-m](https://togithub.com/marco-m) in [https://github.com/hashicorp/go-hclog/pull/115](https://togithub.com/hashicorp/go-hclog/pull/115)
-   Omit empty colon when message is empty. Fixes [#&#8203;109](https://togithub.com/hashicorp/go-hclog/issues/109) by [@&#8203;evanphx](https://togithub.com/evanphx) in [https://github.com/hashicorp/go-hclog/pull/116](https://togithub.com/hashicorp/go-hclog/pull/116)

**Full Changelog**: hashicorp/go-hclog@v1.2.1...v1.2.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzMy4wIn0=-->
erezrokah pushed a commit that referenced this issue Aug 14, 2022
🤖 I have created a release *beep* *boop*
---


## [0.5.2](cloudquery/cq-provider-terraform@v0.5.1...v0.5.2) (2022-08-07)


### Bug Fixes

* **deps:** Update module github.com/aws/aws-sdk-go to v1.44.66 ([#156](cloudquery/cq-provider-terraform#156)) ([3d54470](cloudquery/cq-provider-terraform@3d54470))
* **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.14.6 ([#154](cloudquery/cq-provider-terraform#154)) ([48cb44f](cloudquery/cq-provider-terraform@48cb44f))
* **deps:** Update module github.com/hashicorp/go-hclog to v1.2.2 ([#157](cloudquery/cq-provider-terraform#157)) ([3a1cc8a](cloudquery/cq-provider-terraform@3a1cc8a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants