Skip to content

Instantly share code, notes, and snippets.

@aleksandersumowski
Created June 19, 2020 16:26
Show Gist options
  • Save aleksandersumowski/66e7c72d58a079b393d14a551f2df9ef to your computer and use it in GitHub Desktop.
Save aleksandersumowski/66e7c72d58a079b393d14a551f2df9ef to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
2020/06/19 18:08:14 [INFO] Terraform version: 0.12.26
2020/06/19 18:08:14 [INFO] Go runtime version: go1.12.13
2020/06/19 18:08:14 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.0.0/versions/0.12.26/terraform", "plan", "-out=tf.out"}
2020/06/19 18:08:14 [DEBUG] Attempting to open CLI config file: /Users/aleksandersumowski/.terraformrc
2020/06/19 18:08:14 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/06/19 18:08:14 [INFO] CLI command args: []string{"plan", "-out=tf.out"}
2020/06/19 18:08:14 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2020/06/19 18:08:14 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2020/06/19 18:08:14 [DEBUG] New state was assigned lineage "a2b02c48-d401-473e-e2ac-07e1f5d03d62"
2020/06/19 18:08:14 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/06/19 18:08:14 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/06/19 18:08:14 [DEBUG] checking for provider in "."
2020/06/19 18:08:14 [DEBUG] checking for provider in "/usr/local/Cellar/tfenv/2.0.0/versions/0.12.26"
2020/06/19 18:08:14 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/06/19 18:08:14 [DEBUG] found provider "terraform-provider-aws_v2.60.0_x4"
2020/06/19 18:08:14 [DEBUG] found provider "terraform-provider-random_v2.2.1_x4"
2020/06/19 18:08:14 [DEBUG] found valid plugin: "aws", "2.60.0", "/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4"
2020/06/19 18:08:14 [DEBUG] found valid plugin: "random", "2.2.1", "/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4"
2020/06/19 18:08:14 [DEBUG] checking for provisioner in "."
2020/06/19 18:08:14 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/2.0.0/versions/0.12.26"
2020/06/19 18:08:14 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2020/06/19 18:08:14 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2020/06/19 18:08:14 [INFO] backend/local: starting Plan operation
2020/06/19 18:08:14 [TRACE] backend/local: requesting state manager for workspace "default"
2020/06/19 18:08:14 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2020/06/19 18:08:14 [TRACE] backend/local: requesting state lock for workspace "default"
2020/06/19 18:08:14 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2020/06/19 18:08:14 [TRACE] statemgr.Filesystem: existing snapshot has lineage "2a7a01e9-2d90-ccf0-ed1d-257ea7067ec5" serial 273
2020/06/19 18:08:14 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2020/06/19 18:08:14 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2020/06/19 18:08:14 [TRACE] backend/local: reading remote state for workspace "default"
2020/06/19 18:08:14 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2020/06/19 18:08:14 [TRACE] statemgr.Filesystem: read snapshot with lineage "2a7a01e9-2d90-ccf0-ed1d-257ea7067ec5" serial 273
2020/06/19 18:08:14 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2020/06/19 18:08:14 [TRACE] backend/local: building context for current working directory
2020/06/19 18:08:14 [TRACE] terraform.NewContext: starting
2020/06/19 18:08:14 [TRACE] terraform.NewContext: resolving provider version selections
2020/06/19 18:08:15 [TRACE] terraform.NewContext: loading provider schemas
2020/06/19 18:08:15 [TRACE] LoadSchemas: retrieving schema for provider type "aws"
2020-06-19T18:08:15.395+0200 [INFO] plugin: configuring client automatic mTLS
2020-06-19T18:08:15.418+0200 [DEBUG] plugin: starting plugin: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 args=[/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4]
2020-06-19T18:08:15.433+0200 [DEBUG] plugin: plugin started: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 pid=37902
2020-06-19T18:08:15.434+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4
2020-06-19T18:08:15.457+0200 [INFO] plugin.terraform-provider-aws_v2.60.0_x4: configuring server automatic mTLS: timestamp=2020-06-19T18:08:15.456+0200
2020-06-19T18:08:15.482+0200 [DEBUG] plugin: using plugin: version=5
2020-06-19T18:08:15.482+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: plugin address: network=unix address=/var/folders/f2/8qq6qg_d3_q6kjk3m7q3lb9r0000gn/T/plugin245700277 timestamp=2020-06-19T18:08:15.482+0200
2020/06/19 18:08:15 [TRACE] GRPCProvider: GetSchema
2020-06-19T18:08:15.532+0200 [TRACE] plugin.stdio: waiting for stdio data
2020-06-19T18:08:15.533+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/06/19 18:08:15 [TRACE] GRPCProvider: Close
2020-06-19T18:08:15.579+0200 [DEBUG] plugin: plugin process exited: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 pid=37902
2020-06-19T18:08:15.579+0200 [DEBUG] plugin: plugin exited
2020/06/19 18:08:15 [TRACE] LoadSchemas: retrieving schema for provider type "random"
2020-06-19T18:08:15.579+0200 [INFO] plugin: configuring client automatic mTLS
2020-06-19T18:08:15.602+0200 [DEBUG] plugin: starting plugin: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 args=[/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4]
2020-06-19T18:08:15.607+0200 [DEBUG] plugin: plugin started: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 pid=37903
2020-06-19T18:08:15.607+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4
2020-06-19T18:08:15.616+0200 [INFO] plugin.terraform-provider-random_v2.2.1_x4: configuring server automatic mTLS: timestamp=2020-06-19T18:08:15.615+0200
2020-06-19T18:08:15.642+0200 [DEBUG] plugin: using plugin: version=5
2020-06-19T18:08:15.642+0200 [DEBUG] plugin.terraform-provider-random_v2.2.1_x4: plugin address: address=/var/folders/f2/8qq6qg_d3_q6kjk3m7q3lb9r0000gn/T/plugin499092378 network=unix timestamp=2020-06-19T18:08:15.641+0200
2020/06/19 18:08:15 [TRACE] GRPCProvider: GetSchema
2020-06-19T18:08:15.691+0200 [TRACE] plugin.stdio: waiting for stdio data
2020-06-19T18:08:15.692+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/06/19 18:08:15 [TRACE] GRPCProvider: Close
2020-06-19T18:08:15.694+0200 [DEBUG] plugin: plugin process exited: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 pid=37903
2020-06-19T18:08:15.694+0200 [DEBUG] plugin: plugin exited
2020/06/19 18:08:15 [TRACE] terraform.NewContext: complete
2020/06/19 18:08:15 [TRACE] backend/local: finished building terraform.Context
2020/06/19 18:08:15 [TRACE] backend/local: requesting interactive input, if necessary
2020/06/19 18:08:15 [TRACE] Context.Input: Prompting for provider arguments
2020/06/19 18:08:15 [TRACE] Context.Input: Provider provider.aws declared at provider.tf:1,1-15
2020/06/19 18:08:15 [TRACE] Context.Input: Provider provider.random implied by resource block at glue.tf:1,1-27
2020/06/19 18:08:15 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2020/06/19 18:08:15 [TRACE] Context.Input: Input for provider.random: map[string]cty.Value{}
2020/06/19 18:08:15 [TRACE] backend/local: running validation operation
2020/06/19 18:08:15 [INFO] terraform: building graph: GraphTypeValidate
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/06/19 18:08:15 [TRACE] ConfigTransformer: Starting for path:
2020/06/19 18:08:15 [TRACE] ConfigTransformer: Starting for path: etl_jobs_temp_location
2020/06/19 18:08:15 [TRACE] ConfigTransformer: Starting for path: glue_transformations_bucket
2020/06/19 18:08:15 [TRACE] ConfigTransformer: Starting for path: job_dependencies_bucket
2020/06/19 18:08:15 [TRACE] ConfigTransformer: Starting for path: landing_zone_bucket
2020/06/19 18:08:15 [TRACE] ConfigTransformer: Starting for path: sagemaker_output_bucket
2020/06/19 18:08:15 [TRACE] ConfigTransformer: Starting for path: athena_results_bucket
2020/06/19 18:08:15 [TRACE] ConfigTransformer: Starting for path: etl_jobs_results
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
random_id.uid - *terraform.NodeValidatableResource
------
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
random_id.uid - *terraform.NodeValidatableResource
------
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.StateTransformer
2020/06/19 18:08:15 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy.us_1_glue_transformation" (*terraform.NodeValidatableResource) config from glue.tf:24,1-56
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy" (*terraform.NodeValidatableResource) config from data_api.tf:101,1-72
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" (*terraform.NodeValidatableResource) config from glue.tf:135,1-85
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" (*terraform.NodeValidatableResource) config from data_api.tf:29,1-86
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.job_dependencies_bucket.random_id.uid" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_sagemaker_notebook_instance_role" (*terraform.NodeValidatableResource) config from sagemaker.tf:47,1-67
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_object.my_used_etl_script" (*terraform.NodeValidatableResource) config from glue_workflow.tf:14,1-53
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.final_glue_crawl_role_policy" (*terraform.NodeValidatableResource) config from glue_workflow.tf:186,1-62
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_model.us_1_sagemaker_model" (*terraform.NodeValidatableResource) config from sagemaker.tf:25,1-57
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_account.us_1_api_gateway_account" (*terraform.NodeValidatableResource) config from data_api.tf:77,1-65
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.us_1_data_api_lambda_function" (*terraform.NodeValidatableResource) config from prediction.tf:1,1-66
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration" (*terraform.NodeValidatableResource) config from sagemaker.tf:35,1-97
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.s3_notification_handler" (*terraform.NodeValidatableResource) config from bucket_notification.tf:62,1-57
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.my_used_etl_role_policy" (*terraform.NodeValidatableResource) config from glue_workflow.tf:42,1-57
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.athena_results_bucket.random_id.uid" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment" (*terraform.NodeValidatableResource) config from data_api.tf:60,1-85
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_permission.aws_lambda_data_api_permission" (*terraform.NodeValidatableResource) config from data_api.tf:69,1-66
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group" (*terraform.NodeValidatableResource) config from data_api.tf:36,1-82
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_catalog_database.us_1" (*terraform.NodeValidatableResource) config from glue.tf:20,1-47
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_method.us_1_api_gateway_predictions_method" (*terraform.NodeValidatableResource) config from data_api.tf:12,1-75
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.my_used_etl_role" (*terraform.NodeValidatableResource) config from glue_workflow.tf:23,1-43
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_trigger.my_used_etl_workflow_start_trigger" (*terraform.NodeValidatableResource) config from glue_workflow.tf:139,1-65
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_job.final_glue_crawl_job" (*terraform.NodeValidatableResource) config from glue_workflow.tf:258,1-47
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_glue_transformation_role" (*terraform.NodeValidatableResource) config from glue.tf:164,1-59
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_object.product_group_reference_data" (*terraform.NodeValidatableResource) config from glue_workflow.tf:5,1-63
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment" (*terraform.NodeValidatableResource) config from glue.tf:127,1-98
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" (*terraform.NodeValidatableResource) config from data_api.tf:19,1-92
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings" (*terraform.NodeValidatableResource) config from data_api.tf:41,1-93
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy.us_1_glue_crawler_policy" (*terraform.NodeValidatableResource) config from glue.tf:80,1-56
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_crawler.final_glue_crawler" (*terraform.NodeValidatableResource) config from glue_workflow.tf:237,1-49
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_resource.us_1_api_gateway_predictions_resource" (*terraform.NodeValidatableResource) config from data_api.tf:6,1-79
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" (*terraform.NodeValidatableResource) config from data_api.tf:1,1-72
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_api_gateway_role" (*terraform.NodeValidatableResource) config from data_api.tf:81,1-51
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_temp_location.random_id.uid" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" (*terraform.NodeValidatableResource) config from sagemaker.tf:7,1-115
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda" (*terraform.NodeValidatableResource) config from bucket_notification.tf:1,1-41
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_job.my_used_etl_job" (*terraform.NodeValidatableResource) config from glue_workflow.tf:121,1-42
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.glue_transformations_bucket.random_id.uid" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_notification.bucket_notification" (*terraform.NodeValidatableResource) config from bucket_notification.tf:71,1-60
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.sagemaker_output_bucket.random_id.uid" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" (*terraform.NodeValidatableResource) config from sagemaker.tf:13,1-81
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.us_1_data_api_lambda_role_policy" (*terraform.NodeValidatableResource) config from prediction.tf:29,1-69
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint" (*terraform.NodeValidatableResource) config from sagemaker.tf:43,1-69
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" (*terraform.NodeValidatableResource) config from data_gateway.tf:1,1-76
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_crawler.us_1_glue_crawler" (*terraform.NodeValidatableResource) config from glue.tf:185,1-51
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_glue_crawler_role" (*terraform.NodeValidatableResource) config from glue.tf:144,1-52
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.lambda_role_policy" (*terraform.NodeValidatableResource) config from bucket_notification.tf:19,1-52
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_data_api_lambda_role" (*terraform.NodeValidatableResource) config from prediction.tf:10,1-55
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.final_glue_crawl_job_role" (*terraform.NodeValidatableResource) config from glue_workflow.tf:167,1-52
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" (*terraform.NodeValidatableResource) config from glue.tf:118,1-78
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_trigger.final_glue_crawl_trigger" (*terraform.NodeValidatableResource) config from glue_workflow.tf:149,1-55
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_object.final_glue_crawl_script" (*terraform.NodeValidatableResource) config from glue_workflow.tf:248,1-58
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_athena_workgroup.us_1_athena_workgroup_primary" (*terraform.NodeValidatableResource) config from athena.tf:6,1-67
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_workflow.my_used_etl_workflow" (*terraform.NodeValidatableResource) config from glue_workflow.tf:1,1-52
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_permission.allow_bucket" (*terraform.NodeValidatableResource) config from bucket_notification.tf:54,1-48
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.uid" (*terraform.NodeValidatableResource) config from glue.tf:1,1-27
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy" (*terraform.NodeValidatableResource) config from sagemaker.tf:67,1-81
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.landing_zone_bucket.random_id.uid" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:15 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_results.random_id.uid" (*terraform.NodeValidatableResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
random_id.uid - *terraform.NodeValidatableResource
------
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/06/19 18:08:15 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from provider.tf:1,1-15
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
------
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/06/19 18:08:15 [DEBUG] adding implicit provider configuration provider.random, implied first by random_id.uid
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
------
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.etl_jobs_results.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_lambda_permission.aws_lambda_data_api_permission is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_glue_catalog_database.us_1 is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_api_gateway_method.us_1_api_gateway_predictions_method is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket is provided by module.etl_jobs_temp_location.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.athena_results_bucket.random_id.uid is provided by module.athena_results_bucket.provider.random or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role.my_used_etl_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_glue_trigger.my_used_etl_workflow_start_trigger is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_glue_job.final_glue_crawl_job is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role.us_1_glue_transformation_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_s3_bucket_object.product_group_reference_data is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_policy.us_1_glue_crawler_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_glue_crawler.final_glue_crawler is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_api_gateway_resource.us_1_api_gateway_predictions_resource is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role.us_1_api_gateway_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.random_id.uid is provided by module.etl_jobs_temp_location.provider.random or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.etl_jobs_temp_location.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.glue_transformations_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.job_dependencies_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_glue_job.my_used_etl_job is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.glue_transformations_bucket.random_id.uid is provided by module.glue_transformations_bucket.provider.random or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_s3_bucket_notification.bucket_notification is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.random_id.uid is provided by module.sagemaker_output_bucket.provider.random or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.athena_results_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket is provided by module.landing_zone_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role_policy.us_1_data_api_lambda_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_lightsail_instance.us_1_data_gateway_lightsail_instance is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_glue_crawler.us_1_glue_crawler is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket is provided by module.job_dependencies_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.sagemaker_output_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role.us_1_data_api_lambda_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role.final_glue_crawl_job_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_glue_trigger.final_glue_crawl_trigger is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_s3_bucket_object.final_glue_crawl_script is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role.us_1_glue_crawler_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role_policy.lambda_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_athena_workgroup.us_1_athena_workgroup_primary is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_glue_workflow.my_used_etl_workflow is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_lambda_permission.allow_bucket is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket is provided by module.glue_transformations_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket is provided by module.etl_jobs_results.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: random_id.uid is provided by provider.random or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.landing_zone_bucket.random_id.uid is provided by module.landing_zone_bucket.provider.random or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_results.random_id.uid is provided by module.etl_jobs_results.provider.random or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_policy.us_1_glue_transformation is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.job_dependencies_bucket.random_id.uid is provided by module.job_dependencies_bucket.provider.random or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.landing_zone_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket is provided by module.athena_results_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role_policy.final_glue_crawl_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_sagemaker_model.us_1_sagemaker_model is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_api_gateway_account.us_1_api_gateway_account is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_lambda_function.us_1_data_api_lambda_function is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role.us_1_sagemaker_notebook_instance_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_s3_bucket_object.my_used_etl_script is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_lambda_function.s3_notification_handler is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: aws_iam_role_policy.my_used_etl_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket is provided by module.sagemaker_output_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_glue_transformation_role
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_glue_transformation_role" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.us_1_data_api_lambda_function
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_lambda_function.us_1_data_api_lambda_function" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_sagemaker_notebook_instance_role
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_sagemaker_notebook_instance_role" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket_object.my_used_etl_script
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.my_used_etl_script" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy.us_1_glue_crawler_policy
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_policy.us_1_glue_crawler_policy" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.etl_jobs_temp_location.random_id.uid" (*terraform.NodeValidatableResource) needs provider.random
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy.us_1_glue_transformation
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_policy.us_1_glue_transformation" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.athena_results_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.athena_results_bucket.random_id.uid" (*terraform.NodeValidatableResource) needs provider.random
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.my_used_etl_role
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role.my_used_etl_role" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_job.my_used_etl_job
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_glue_job.my_used_etl_job" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket_object.final_glue_crawl_script
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.final_glue_crawl_script" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_permission.allow_bucket
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_lambda_permission.allow_bucket" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.landing_zone_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.landing_zone_bucket.random_id.uid" (*terraform.NodeValidatableResource) needs provider.random
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.glue_transformations_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.glue_transformations_bucket.random_id.uid" (*terraform.NodeValidatableResource) needs provider.random
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket_notification.bucket_notification
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_s3_bucket_notification.bucket_notification" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.sagemaker_output_bucket.random_id.uid" (*terraform.NodeValidatableResource) needs provider.random
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket_object.product_group_reference_data
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.product_group_reference_data" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lightsail_instance.us_1_data_gateway_lightsail_instance
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.lambda_role_policy
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role_policy.lambda_role_policy" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_catalog_database.us_1
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_glue_catalog_database.us_1" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_trigger.my_used_etl_workflow_start_trigger
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_glue_trigger.my_used_etl_workflow_start_trigger" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_workflow.my_used_etl_workflow
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_glue_workflow.my_used_etl_workflow" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_job.final_glue_crawl_job
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_glue_job.final_glue_crawl_job" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.random serving random_id.uid
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "random_id.uid" (*terraform.NodeValidatableResource) needs provider.random
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_account.us_1_api_gateway_account
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_api_gateway_account.us_1_api_gateway_account" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_resource.us_1_api_gateway_predictions_resource
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_api_gateway_resource.us_1_api_gateway_predictions_resource" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_data_api_lambda_role
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_data_api_lambda_role" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.etl_jobs_results.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.etl_jobs_results.random_id.uid" (*terraform.NodeValidatableResource) needs provider.random
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.final_glue_crawl_role_policy
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role_policy.final_glue_crawl_role_policy" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_permission.aws_lambda_data_api_permission
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_lambda_permission.aws_lambda_data_api_permission" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_method.us_1_api_gateway_predictions_method
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_api_gateway_method.us_1_api_gateway_predictions_method" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_api_gateway_role
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_api_gateway_role" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.final_glue_crawl_job_role
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role.final_glue_crawl_job_role" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_trigger.final_glue_crawl_trigger
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_glue_trigger.final_glue_crawl_trigger" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.us_1_data_api_lambda_role_policy
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role_policy.us_1_data_api_lambda_role_policy" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.s3_notification_handler
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_lambda_function.s3_notification_handler" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_crawler.us_1_glue_crawler
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_glue_crawler.us_1_glue_crawler" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.job_dependencies_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.job_dependencies_bucket.random_id.uid" (*terraform.NodeValidatableResource) needs provider.random
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_athena_workgroup.us_1_athena_workgroup_primary
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_athena_workgroup.us_1_athena_workgroup_primary" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.my_used_etl_role_policy
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role_policy.my_used_etl_role_policy" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_crawler.final_glue_crawler
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_glue_crawler.final_glue_crawler" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_glue_crawler_role
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_glue_crawler_role" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_model.us_1_sagemaker_model
2020/06/19 18:08:15 [DEBUG] ProviderTransformer: "aws_sagemaker_model.us_1_sagemaker_model" (*terraform.NodeValidatableResource) needs provider.aws
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/06/19 18:08:15 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.us_1_data_api_lambda_role_policy
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lightsail_instance.us_1_data_gateway_lightsail_instance
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_crawler.us_1_glue_crawler
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_data_api_lambda_role
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.final_glue_crawl_job_role
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_trigger.final_glue_crawl_trigger
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_object.final_glue_crawl_script
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_glue_crawler_role
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.lambda_role_policy
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.random
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_athena_workgroup.us_1_athena_workgroup_primary
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_workflow.my_used_etl_workflow
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_permission.allow_bucket
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_results.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.uid
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_results.random_id.uid
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy.us_1_glue_transformation
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.athena_results_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.final_glue_crawl_role_policy
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_model.us_1_sagemaker_model
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_account.us_1_api_gateway_account
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.us_1_data_api_lambda_function
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_sagemaker_notebook_instance_role
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_object.my_used_etl_script
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.s3_notification_handler
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.my_used_etl_role_policy
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_permission.aws_lambda_data_api_permission
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_catalog_database.us_1
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_method.us_1_api_gateway_predictions_method
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.athena_results_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.my_used_etl_role
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_trigger.my_used_etl_workflow_start_trigger
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_job.final_glue_crawl_job
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_glue_transformation_role
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_object.product_group_reference_data
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy.us_1_glue_crawler_policy
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_crawler.final_glue_crawler
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_resource.us_1_api_gateway_predictions_resource
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_api_gateway_role
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_job.my_used_etl_job
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_notification.bucket_notification
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching resource schema to module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:15 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.output.s3_bucket_id" references: [module.etl_jobs_results.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" references: [aws_iam_role.us_1_sagemaker_notebook_instance_role aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.athena_results_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.var.bucket_id" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.var.bucket_id" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" references: [module.landing_zone_bucket.var.bucket_id module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.output.s3_bucket_arn" references: [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_glue_crawler.us_1_glue_crawler" references: [aws_iam_role.us_1_glue_crawler_role aws_glue_catalog_database.us_1 module.landing_zone_bucket.output.s3_bucket_id]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" references: [module.job_dependencies_bucket.var.bucket_id module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.output.s3_bucket_id" references: [module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.var.bucket_id" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.us_1_data_api_lambda_role_policy" references: [aws_iam_role.us_1_data_api_lambda_role]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint" references: [aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" references: [aws_iam_policy.us_1_glue_crawler_policy aws_iam_role.us_1_glue_crawler_role aws_iam_role.us_1_glue_transformation_role]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_glue_trigger.final_glue_crawl_trigger" references: [aws_glue_workflow.my_used_etl_workflow]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.final_glue_crawl_script" references: [module.job_dependencies_bucket.output.s3_bucket_id]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_glue_crawler_role" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.lambda_role_policy" references: [aws_iam_role.iam_for_lambda]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_data_api_lambda_role" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role.final_glue_crawl_job_role" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.var.bucket_id" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "provider.random" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_lambda_permission.allow_bucket" references: [aws_lambda_function.s3_notification_handler module.landing_zone_bucket.output.s3_bucket_arn]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" references: [module.glue_transformations_bucket.var.bucket_id module.glue_transformations_bucket.random_id.uid]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" references: [module.etl_jobs_results.var.bucket_id module.etl_jobs_results.random_id.uid]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.output.s3_bucket_arn" references: [module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_athena_workgroup.us_1_athena_workgroup_primary" references: [module.athena_results_bucket.output.s3_bucket_arn]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_glue_workflow.my_used_etl_workflow" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.random_id.uid" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.random_id.uid" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.output.s3_bucket_id" references: [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.output.s3_bucket_id" references: [module.athena_results_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.output.s3_bucket_arn" references: [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.var.bucket_id" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "random_id.uid" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy" references: [aws_iam_role.us_1_sagemaker_notebook_instance_role]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" references: [aws_iam_role.us_1_glue_transformation_role aws_iam_role.us_1_glue_crawler_role aws_iam_policy.us_1_glue_transformation]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.var.bucket_id" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_policy.us_1_glue_transformation" references: [aws_athena_workgroup.us_1_athena_workgroup_primary module.glue_transformations_bucket.output.s3_bucket_arn module.glue_transformations_bucket.output.s3_bucket_arn module.job_dependencies_bucket.output.s3_bucket_arn module.job_dependencies_bucket.output.s3_bucket_arn module.athena_results_bucket.output.s3_bucket_arn module.glue_transformations_bucket.output.s3_bucket_arn module.glue_transformations_bucket.output.s3_bucket_arn]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy" references: [aws_iam_role.us_1_api_gateway_role]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" references: [module.athena_results_bucket.var.bucket_id module.athena_results_bucket.random_id.uid]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.output.s3_bucket_id" references: [module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" references: [aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.random_id.uid" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_api_gateway_account.us_1_api_gateway_account" references: [aws_iam_role.us_1_api_gateway_role]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_lambda_function.us_1_data_api_lambda_function" references: [aws_iam_role.us_1_data_api_lambda_role]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration" references: [aws_sagemaker_model.us_1_sagemaker_model]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_sagemaker_notebook_instance_role" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.my_used_etl_script" references: [module.job_dependencies_bucket.output.s3_bucket_id]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.output.s3_bucket_id" references: [module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.final_glue_crawl_role_policy" references: [module.etl_jobs_results.output.s3_bucket_arn module.etl_jobs_results.output.s3_bucket_arn aws_iam_role.final_glue_crawl_job_role]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_sagemaker_model.us_1_sagemaker_model" references: [aws_iam_role.us_1_sagemaker_notebook_instance_role module.sagemaker_output_bucket.output.s3_bucket_id]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.var.bucket_id" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" references: [module.sagemaker_output_bucket.var.bucket_id module.sagemaker_output_bucket.random_id.uid]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.output.s3_bucket_arn" references: [module.athena_results_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_lambda_function.s3_notification_handler" references: [aws_iam_role.iam_for_lambda]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.my_used_etl_role_policy" references: [aws_iam_role.my_used_etl_role module.etl_jobs_results.output.s3_bucket_arn module.etl_jobs_results.output.s3_bucket_arn]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group" references: [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_glue_catalog_database.us_1" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.us_1_api_gateway_predictions_method" references: [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_api_gateway_resource.us_1_api_gateway_predictions_resource]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" references: [module.etl_jobs_temp_location.var.bucket_id module.etl_jobs_temp_location.random_id.uid]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.random_id.uid" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.etl_jobs_results.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment" references: [aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_lambda_permission.aws_lambda_data_api_permission" references: [aws_lambda_function.us_1_data_api_lambda_function aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_glue_job.final_glue_crawl_job" references: [module.etl_jobs_temp_location.output.s3_bucket_id aws_iam_role.final_glue_crawl_job_role module.job_dependencies_bucket.output.s3_bucket_id]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_glue_transformation_role" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.product_group_reference_data" references: [module.landing_zone_bucket.output.s3_bucket_id]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.output.s3_bucket_arn" references: [module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role.my_used_etl_role" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_glue_trigger.my_used_etl_workflow_start_trigger" references: [aws_glue_workflow.my_used_etl_workflow]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_api_gateway_resource.us_1_api_gateway_predictions_resource" references: [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_api_gateway_role" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment" references: [aws_iam_role.us_1_glue_transformation_role]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" references: [aws_api_gateway_method.us_1_api_gateway_predictions_method aws_lambda_function.us_1_data_api_lambda_function aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_api_gateway_method.us_1_api_gateway_predictions_method]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings" references: [aws_api_gateway_resource.us_1_api_gateway_predictions_resource aws_api_gateway_method.us_1_api_gateway_predictions_method aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_policy.us_1_glue_crawler_policy" references: [module.landing_zone_bucket.output.s3_bucket_arn module.landing_zone_bucket.output.s3_bucket_arn]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_glue_crawler.final_glue_crawler" references: [aws_glue_catalog_database.us_1 aws_iam_role.final_glue_crawl_job_role module.etl_jobs_results.output.s3_bucket_id]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.output.s3_bucket_arn" references: [module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.output.s3_bucket_id" references: [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.random_id.uid" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_glue_job.my_used_etl_job" references: [module.etl_jobs_temp_location.output.s3_bucket_id module.job_dependencies_bucket.output.s3_bucket_id module.job_dependencies_bucket.output.s3_bucket_id aws_iam_role.my_used_etl_role module.job_dependencies_bucket.output.s3_bucket_id]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.random_id.uid" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.output.s3_bucket_arn" references: [module.etl_jobs_results.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "aws_s3_bucket_notification.bucket_notification" references: [aws_lambda_permission.allow_bucket module.landing_zone_bucket.output.s3_bucket_id aws_lambda_function.s3_notification_handler]
2020/06/19 18:08:15 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.random_id.uid" references: []
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeValidatableResource
random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
------
2020/06/19 18:08:15 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/06/19 18:08:15 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeValidatableResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeValidatableResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_catalog_database.us_1 - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_iam_role.my_used_etl_role - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
aws_lambda_function.s3_notification_handler - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeValidatableResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_lambda_permission.allow_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeValidatableResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeValidatableResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeValidatableResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeValidatableResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeValidatableResource
aws_glue_job.my_used_etl_job - *terraform.NodeValidatableResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeValidatableResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeValidatableResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeValidatableResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeValidatableResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeValidatableResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeValidatableResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeValidatableResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeValidatableResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeValidatableResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeValidatableResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeValidatableResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.athena_results_bucket.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_results.random_id.uid - *terraform.NodeValidatableResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeValidatableResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeValidatableResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeValidatableResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeValidatableResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeValidatableResource
random_id.uid - *terraform.NodeValidatableResource
random_id.uid - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
------
2020/06/19 18:08:15 [DEBUG] Starting graph walk: walkValidate
2020/06/19 18:08:15 [TRACE] dag/walk: updating graph
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_glue_trigger.final_glue_crawl_trigger"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_policy.us_1_glue_crawler_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.my_used_etl_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_glue_trigger.my_used_etl_workflow_start_trigger"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_s3_bucket_notification.bucket_notification"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_s3_bucket_object.product_group_reference_data"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_glue_crawler.final_glue_crawler"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "root"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_lambda_permission.allow_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_s3_bucket_object.final_glue_crawl_script"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.lambda_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_athena_workgroup.us_1_athena_workgroup_primary"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_api_gateway_resource.us_1_api_gateway_predictions_resource"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_lambda_function.s3_notification_handler"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_lambda_function.us_1_data_api_lambda_function"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_api_gateway_method.us_1_api_gateway_predictions_method"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.final_glue_crawl_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_s3_bucket_object.my_used_etl_script"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_glue_job.final_glue_crawl_job"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_policy.us_1_glue_transformation"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_sagemaker_model.us_1_sagemaker_model"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_glue_crawler.us_1_glue_crawler"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_glue_job.my_used_etl_job"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.us_1_data_api_lambda_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_lambda_permission.aws_lambda_data_api_permission"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_glue_catalog_database.us_1"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added new vertex: "aws_api_gateway_account.us_1_api_gateway_account"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" waiting on "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_s3_bucket_object.my_used_etl_script"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_job.my_used_etl_job" waiting on "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy" waiting on "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_glue_job.my_used_etl_job"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket_object.product_group_reference_data"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.output.s3_bucket_arn" waiting on "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_glue_transformation_role" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_job.final_glue_crawl_job" waiting on "module.etl_jobs_temp_location.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_results.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_crawler.us_1_glue_crawler" waiting on "aws_glue_catalog_database.us_1"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.output.s3_bucket_id" waiting on "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.glue_transformations_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint" waiting on "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_crawler.us_1_glue_crawler" waiting on "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_crawler.us_1_glue_crawler" waiting on "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_sagemaker_model.us_1_sagemaker_model" waiting on "module.sagemaker_output_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" waiting on "module.etl_jobs_temp_location.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_resource.us_1_api_gateway_predictions_resource" waiting on "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_role_policy.my_used_etl_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_crawler.final_glue_crawler"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_glue_crawler_role" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.final_glue_crawl_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_s3_bucket_object.final_glue_crawl_script" waiting on "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" waiting on "aws_iam_policy.us_1_glue_transformation"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_role_policy.lambda_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_catalog_database.us_1" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_lambda_function.us_1_data_api_lambda_function" waiting on "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" waiting on "aws_api_gateway_method.us_1_api_gateway_predictions_method"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy.us_1_glue_crawler_policy" waiting on "module.landing_zone_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" waiting on "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" waiting on "module.etl_jobs_results.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_glue_crawler.us_1_glue_crawler"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_sagemaker_notebook_instance_role" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_s3_bucket_object.final_glue_crawl_script"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.output.s3_bucket_id" waiting on "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.athena_results_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment" waiting on "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_api_gateway_role" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role_policy.my_used_etl_role_policy" waiting on "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_account.us_1_api_gateway_account" waiting on "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket_object.final_glue_crawl_script"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_results.output.s3_bucket_arn" waiting on "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_job.my_used_etl_job" waiting on "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role.my_used_etl_role" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.sagemaker_output_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket_notification.bucket_notification"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration" waiting on "aws_sagemaker_model.us_1_sagemaker_model"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.output.s3_bucket_id" waiting on "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_s3_bucket_notification.bucket_notification" waiting on "aws_lambda_permission.allow_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.etl_jobs_temp_location.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_data_api_lambda_role" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_s3_bucket_object.product_group_reference_data" waiting on "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_workflow.my_used_etl_workflow" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_job.final_glue_crawl_job" waiting on "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.us_1_data_api_lambda_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_results.output.s3_bucket_id" waiting on "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_glue_crawler.final_glue_crawler"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lambda_permission.aws_lambda_data_api_permission"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.athena_results_bucket.output.s3_bucket_arn" waiting on "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_lambda_permission.aws_lambda_data_api_permission"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_lambda_permission.aws_lambda_data_api_permission" waiting on "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_lambda_function.s3_notification_handler" waiting on "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role.final_glue_crawl_job_role" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" waiting on "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.athena_results_bucket.output.s3_bucket_id" waiting on "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role_policy.my_used_etl_role_policy" waiting on "module.etl_jobs_results.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" waiting on "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_trigger.final_glue_crawl_trigger"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role_policy.final_glue_crawl_role_policy" waiting on "module.etl_jobs_results.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" waiting on "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_athena_workgroup.us_1_athena_workgroup_primary" waiting on "module.athena_results_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_trigger.my_used_etl_workflow_start_trigger"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.output.s3_bucket_arn" waiting on "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_role_policy.us_1_data_api_lambda_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.job_dependencies_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_job.final_glue_crawl_job" waiting on "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.athena_results_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" waiting on "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.output.s3_bucket_arn" waiting on "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket_object.my_used_etl_script"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.athena_results_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" waiting on "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_s3_bucket_notification.bucket_notification" waiting on "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_s3_bucket_object.my_used_etl_script" waiting on "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.sagemaker_output_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group" waiting on "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_lambda_permission.allow_bucket" waiting on "aws_lambda_function.s3_notification_handler"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_s3_bucket_object.product_group_reference_data"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_trigger.final_glue_crawl_trigger" waiting on "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.my_used_etl_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_sagemaker_model.us_1_sagemaker_model" waiting on "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role_policy.us_1_data_api_lambda_role_policy" waiting on "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" waiting on "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_lambda_permission.aws_lambda_data_api_permission" waiting on "aws_lambda_function.us_1_data_api_lambda_function"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy.us_1_glue_transformation" waiting on "module.glue_transformations_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_glue_job.final_glue_crawl_job"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_trigger.my_used_etl_workflow_start_trigger" waiting on "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.output.s3_bucket_arn" waiting on "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy.us_1_glue_transformation" waiting on "module.job_dependencies_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.lambda_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_api_gateway_account.us_1_api_gateway_account"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy.us_1_glue_transformation" waiting on "aws_athena_workgroup.us_1_athena_workgroup_primary"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.output.s3_bucket_arn" waiting on "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_api_gateway_account.us_1_api_gateway_account"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_crawler.us_1_glue_crawler"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_s3_bucket_notification.bucket_notification"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.landing_zone_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "random_id.uid" waiting on "provider.random"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_glue_trigger.final_glue_crawl_trigger"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" waiting on "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" waiting on "aws_lambda_function.us_1_data_api_lambda_function"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" waiting on "aws_iam_policy.us_1_glue_crawler_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.output.s3_bucket_id" waiting on "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.output.s3_bucket_id" waiting on "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy" waiting on "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment" waiting on "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role_policy.lambda_role_policy" waiting on "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_job.my_used_etl_job"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.glue_transformations_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_job.final_glue_crawl_job"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_job.my_used_etl_job" waiting on "module.etl_jobs_temp_location.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_method.us_1_api_gateway_predictions_method" waiting on "aws_api_gateway_resource.us_1_api_gateway_predictions_resource"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_iam_role_policy.final_glue_crawl_role_policy" waiting on "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" waiting on "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_crawler.final_glue_crawler" waiting on "aws_glue_catalog_database.us_1"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_lambda_permission.allow_bucket" waiting on "module.landing_zone_bucket.output.s3_bucket_arn"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" waiting on "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings" waiting on "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_crawler.final_glue_crawler" waiting on "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_iam_role_policy.final_glue_crawl_role_policy"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "aws_glue_crawler.final_glue_crawler" waiting on "module.etl_jobs_results.output.s3_bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_glue_trigger.my_used_etl_workflow_start_trigger"
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role.my_used_etl_role", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_glue_workflow.my_used_etl_workflow", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.random_id.uid", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_policy.us_1_glue_transformation", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.random_id.uid", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.random_id.uid", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_glue_crawler.us_1_glue_crawler", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role.final_glue_crawl_job_role", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.us_1_data_api_lambda_role_policy", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "random_id.uid", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.lambda_role_policy", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_glue_trigger.final_glue_crawl_trigger", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.output.s3_bucket_id", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_lambda_permission.aws_lambda_data_api_permission", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket_object.my_used_etl_script", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_method.us_1_api_gateway_predictions_method", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_glue_crawler_role", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_lambda_permission.allow_bucket", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_policy.us_1_glue_crawler_policy", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_athena_workgroup.us_1_athena_workgroup_primary", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.random_id.uid", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.my_used_etl_role_policy", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.random_id.uid", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.random_id.uid", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_account.us_1_api_gateway_account", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket_notification.bucket_notification", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_data_api_lambda_role", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket_object.product_group_reference_data", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.random_id.uid", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_glue_trigger.my_used_etl_workflow_start_trigger", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_glue_catalog_database.us_1", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.final_glue_crawl_role_policy", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket_object.final_glue_crawl_script", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.us_1_data_api_lambda_function", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_lightsail_instance.us_1_data_gateway_lightsail_instance", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.s3_notification_handler", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_resource.us_1_api_gateway_predictions_resource", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_sagemaker_notebook_instance_role", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.output.s3_bucket_id", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_glue_job.final_glue_crawl_job", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_model.us_1_sagemaker_model", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_api_gateway_role", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_glue_crawler.final_glue_crawler", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_glue_job.my_used_etl_job", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_glue_transformation_role", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "provider.aws"
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "provider.random"
2020/06/19 18:08:15 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2020/06/19 18:08:15 [TRACE] vertex "provider.random": starting visit (*terraform.NodeApplyableProvider)
2020/06/19 18:08:15 [TRACE] vertex "provider.aws": evaluating
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.landing_zone_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] vertex "module.job_dependencies_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:15 [TRACE] vertex "module.landing_zone_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:15 [TRACE] vertex "module.glue_transformations_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:15 [TRACE] vertex "module.glue_transformations_bucket.var.bucket_id": evaluating
2020/06/19 18:08:15 [TRACE] vertex "module.job_dependencies_bucket.var.bucket_id": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.glue_transformations_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: provider.aws
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.job_dependencies_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] vertex "module.landing_zone_bucket.var.bucket_id": evaluating
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.athena_results_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] vertex "module.athena_results_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:15 [TRACE] vertex "provider.random": evaluating
2020/06/19 18:08:15 [TRACE] vertex "module.athena_results_bucket.var.bucket_id": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.athena_results_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: provider.random
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalInitProvider
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.etl_jobs_results.var.bucket_id"
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_results.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.var.bucket_id"
2020/06/19 18:08:15 [TRACE] vertex "module.sagemaker_output_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] vertex "module.sagemaker_output_bucket.var.bucket_id": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.sagemaker_output_bucket.var.bucket_id
2020-06-19T18:08:15.715+0200 [INFO] plugin: configuring client automatic mTLS
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.landing_zone_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.var.bucket_id"
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_temp_location.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_temp_location.var.bucket_id": evaluating
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:15 [TRACE] evalVariableValidations: not active for module.athena_results_bucket.var.bucket_id, so skipping
2020/06/19 18:08:15 [TRACE] evalVariableValidations: not active for module.landing_zone_bucket.var.bucket_id, so skipping
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_temp_location.var.bucket_id
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.athena_results_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.landing_zone_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:15 [TRACE] evalVariableValidations: not active for module.glue_transformations_bucket.var.bucket_id, so skipping
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.glue_transformations_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] evalVariableValidations: not active for module.job_dependencies_bucket.var.bucket_id, so skipping
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_results.var.bucket_id": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.job_dependencies_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] vertex "module.job_dependencies_bucket.var.bucket_id": visit complete
2020/06/19 18:08:15 [TRACE] vertex "module.glue_transformations_bucket.var.bucket_id": visit complete
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_results.var.bucket_id
2020/06/19 18:08:15 [TRACE] evalVariableValidations: not active for module.etl_jobs_temp_location.var.bucket_id, so skipping
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_temp_location.var.bucket_id
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_temp_location.var.bucket_id": visit complete
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:15 [TRACE] vertex "module.athena_results_bucket.var.bucket_id": visit complete
2020/06/19 18:08:15 [TRACE] vertex "module.landing_zone_bucket.var.bucket_id": visit complete
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalInitProvider
2020/06/19 18:08:15 [TRACE] evalVariableValidations: not active for module.sagemaker_output_bucket.var.bucket_id, so skipping
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.sagemaker_output_bucket.var.bucket_id
2020/06/19 18:08:15 [TRACE] vertex "module.sagemaker_output_bucket.var.bucket_id": visit complete
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:15 [TRACE] evalVariableValidations: not active for module.etl_jobs_results.var.bucket_id, so skipping
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_results.var.bucket_id
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_results.var.bucket_id": visit complete
2020-06-19T18:08:15.739+0200 [DEBUG] plugin: starting plugin: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 args=[/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4]
2020-06-19T18:08:15.743+0200 [DEBUG] plugin: plugin started: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 pid=37904
2020-06-19T18:08:15.743+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4
2020-06-19T18:08:15.752+0200 [INFO] plugin.terraform-provider-random_v2.2.1_x4: configuring server automatic mTLS: timestamp=2020-06-19T18:08:15.751+0200
2020-06-19T18:08:15.777+0200 [DEBUG] plugin: using plugin: version=5
2020-06-19T18:08:15.777+0200 [DEBUG] plugin.terraform-provider-random_v2.2.1_x4: plugin address: address=/var/folders/f2/8qq6qg_d3_q6kjk3m7q3lb9r0000gn/T/plugin843401583 network=unix timestamp=2020-06-19T18:08:15.777+0200
2020/06/19 18:08:15 [TRACE] BuiltinEvalContext: Initialized "random" provider for provider.random
2020-06-19T18:08:15.830+0200 [TRACE] plugin.stdio: waiting for stdio data
2020/06/19 18:08:15 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020-06-19T18:08:15.830+0200 [INFO] plugin: configuring client automatic mTLS
2020-06-19T18:08:15.830+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-06-19T18:08:15.853+0200 [DEBUG] plugin: starting plugin: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 args=[/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4]
2020-06-19T18:08:15.867+0200 [DEBUG] plugin: plugin started: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 pid=37905
2020-06-19T18:08:15.867+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4
2020-06-19T18:08:15.890+0200 [INFO] plugin.terraform-provider-aws_v2.60.0_x4: configuring server automatic mTLS: timestamp=2020-06-19T18:08:15.890+0200
2020-06-19T18:08:15.915+0200 [DEBUG] plugin: using plugin: version=5
2020-06-19T18:08:15.915+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: plugin address: address=/var/folders/f2/8qq6qg_d3_q6kjk3m7q3lb9r0000gn/T/plugin152596668 network=unix timestamp=2020-06-19T18:08:15.915+0200
2020/06/19 18:08:15 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2020/06/19 18:08:15 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020-06-19T18:08:15.965+0200 [TRACE] plugin.stdio: waiting for stdio data
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2020/06/19 18:08:15 [TRACE] buildProviderConfig for provider.random: no configuration at all
2020/06/19 18:08:15 [TRACE] GRPCProvider: GetSchema
2020/06/19 18:08:15 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2020/06/19 18:08:15 [TRACE] GRPCProvider: GetSchema
2020-06-19T18:08:15.966+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/06/19 18:08:15 [TRACE] GRPCProvider: PrepareProviderConfig
2020/06/19 18:08:15 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:15 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: provider.random
2020/06/19 18:08:15 [TRACE] vertex "provider.random": visit complete
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] vertex "module.athena_results_bucket.random_id.uid": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:15 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": evaluating
2020/06/19 18:08:15 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:15 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "random_id.uid"
2020/06/19 18:08:15 [TRACE] vertex "random_id.uid": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:15 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": evaluating
2020/06/19 18:08:15 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:15 [TRACE] vertex "random_id.uid": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": evaluating
2020/06/19 18:08:15 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:15 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:15 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalValidateResource
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:15 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:15 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:15 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: random_id.uid
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_results.random_id.uid": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_results.random_id.uid": evaluating
2020/06/19 18:08:15 [TRACE] vertex "module.athena_results_bucket.random_id.uid": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_results.random_id.uid
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: module.athena_results_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] module.athena_results_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] module.etl_jobs_results: eval: *terraform.EvalSequence
2020/06/19 18:08:15 [TRACE] module.etl_jobs_results: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] module.etl_jobs_results: eval: *terraform.EvalValidateResource
2020/06/19 18:08:15 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:15 [TRACE] module.athena_results_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:15 [TRACE] module.athena_results_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:15 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": visit complete
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": visit complete
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": visit complete
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": visit complete
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_results.random_id.uid
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] vertex "module.etl_jobs_results.random_id.uid": visit complete
2020/06/19 18:08:15 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": visit complete
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: module.athena_results_bucket.random_id.uid
2020/06/19 18:08:15 [TRACE] vertex "module.athena_results_bucket.random_id.uid": visit complete
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: random_id.uid
2020/06/19 18:08:15 [TRACE] vertex "random_id.uid": visit complete
2020/06/19 18:08:15 [TRACE] dag/walk: visiting "provider.random (close)"
2020/06/19 18:08:15 [TRACE] vertex "provider.random (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/06/19 18:08:15 [TRACE] vertex "provider.random (close)": evaluating
2020/06/19 18:08:15 [TRACE] [walkValidate] Entering eval tree: provider.random (close)
2020/06/19 18:08:15 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2020/06/19 18:08:15 [TRACE] GRPCProvider: Close
2020-06-19T18:08:15.970+0200 [DEBUG] plugin: plugin process exited: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 pid=37904
2020-06-19T18:08:15.970+0200 [DEBUG] plugin: plugin exited
2020/06/19 18:08:15 [TRACE] [walkValidate] Exiting eval tree: provider.random (close)
2020/06/19 18:08:15 [TRACE] vertex "provider.random (close)": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: PrepareProviderConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:16 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2020/06/19 18:08:16 [TRACE] vertex "provider.aws": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.my_used_etl_role": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_glue_catalog_database.us_1"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.final_glue_crawl_job_role": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle"
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": evaluating
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api": evaluating
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_api_gateway_role": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_api_gateway_role": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.us_1_api_gateway_role
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.my_used_etl_role": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.my_used_etl_role
2020/06/19 18:08:16 [TRACE] vertex "aws_lightsail_instance.us_1_data_gateway_lightsail_instance": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_lightsail_instance.us_1_data_gateway_lightsail_instance": evaluating
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_lightsail_instance.us_1_data_gateway_lightsail_instance
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_glue_transformation_role": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_glue_transformation_role": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.us_1_glue_transformation_role
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.final_glue_crawl_job_role": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.final_glue_crawl_job_role
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_glue_crawler_role": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_catalog_database.us_1": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_catalog_database.us_1": evaluating
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_glue_catalog_database.us_1
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.iam_for_lambda
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_sagemaker_notebook_instance_role": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_sagemaker_notebook_instance_role": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.us_1_sagemaker_notebook_instance_role
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_data_api_lambda_role": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_data_api_lambda_role": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.us_1_data_api_lambda_role
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_glue_crawler_role": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.us_1_glue_crawler_role
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.us_1_api_gateway_role
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_api_gateway_role": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_lightsail_instance.us_1_data_gateway_lightsail_instance
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_api_gateway_account.us_1_api_gateway_account"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_account.us_1_api_gateway_account": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_account.us_1_api_gateway_account": evaluating
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_api_gateway_account.us_1_api_gateway_account
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_workflow.my_used_etl_workflow": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_workflow.my_used_etl_workflow": evaluating
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_glue_workflow.my_used_etl_workflow
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_api_gateway_resource.us_1_api_gateway_predictions_resource"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group"
2020/06/19 18:08:16 [TRACE] vertex "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_resource.us_1_api_gateway_predictions_resource": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group": evaluating
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_resource.us_1_api_gateway_predictions_resource": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_api_gateway_resource.us_1_api_gateway_predictions_resource
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_glue_catalog_database.us_1
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_catalog_database.us_1": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.my_used_etl_role
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.my_used_etl_role": visit complete
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "aws_lightsail_instance.us_1_data_gateway_lightsail_instance": visit complete
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.iam_for_lambda
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.us_1_glue_transformation_role
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_glue_transformation_role": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role_policy.lambda_role_policy"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.lambda_role_policy": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_lambda_function.s3_notification_handler"
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_function.s3_notification_handler": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_function.s3_notification_handler": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_lambda_function.s3_notification_handler
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.lambda_role_policy": evaluating
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role_policy.lambda_role_policy
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.output.s3_bucket_arn": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.output.s3_bucket_arn": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.sagemaker_output_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.final_glue_crawl_job_role
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.final_glue_crawl_job_role": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.us_1_sagemaker_notebook_instance_role
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.output.s3_bucket_arn": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.output.s3_bucket_id": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.output.s3_bucket_arn": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.output.s3_bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.sagemaker_output_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_sagemaker_notebook_instance_role": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy"
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy": evaluating
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance": evaluating
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.output.s3_bucket_id": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": evaluating
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.output.s3_bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.job_dependencies_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.us_1_data_api_lambda_role
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_data_api_lambda_role": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role_policy.us_1_data_api_lambda_role_policy"
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_data_api_lambda_role_policy": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_glue_workflow.my_used_etl_workflow
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.output.s3_bucket_id": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.output.s3_bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.us_1_glue_crawler_role
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role.us_1_glue_crawler_role": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.job_dependencies_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_lambda_function.us_1_data_api_lambda_function"
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_function.us_1_data_api_lambda_function": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_function.us_1_data_api_lambda_function": evaluating
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_lambda_function.us_1_data_api_lambda_function
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_data_api_lambda_role_policy": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role_policy.us_1_data_api_lambda_role_policy
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_workflow.my_used_etl_workflow": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.output.s3_bucket_arn": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_glue_trigger.final_glue_crawl_trigger"
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_trigger.final_glue_crawl_trigger": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_glue_trigger.my_used_etl_workflow_start_trigger"
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_trigger.final_glue_crawl_trigger": evaluating
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.output.s3_bucket_arn": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.glue_transformations_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket": visit complete
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.output.s3_bucket_arn": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.output.s3_bucket_id": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.output.s3_bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_temp_location.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.output.s3_bucket_arn": evaluating
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.sagemaker_output_bucket.output.s3_bucket_id from state (it is now null)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_glue_trigger.final_glue_crawl_trigger
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.sagemaker_output_bucket.output.s3_bucket_id in changeset
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.sagemaker_output_bucket.output.s3_bucket_arn from state (it is now null)
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.sagemaker_output_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.landing_zone_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_trigger.my_used_etl_workflow_start_trigger": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.output.s3_bucket_arn": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_trigger.my_used_etl_workflow_start_trigger": evaluating
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_glue_trigger.my_used_etl_workflow_start_trigger
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.output.s3_bucket_arn": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.landing_zone_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role_policy.lambda_role_policy
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.lambda_role_policy": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_api_gateway_resource.us_1_api_gateway_predictions_resource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_resource.us_1_api_gateway_predictions_resource": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.glue_transformations_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_temp_location.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.output.s3_bucket_id": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.output.s3_bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.output.s3_bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.sagemaker_output_bucket.output.s3_bucket_arn in changeset
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.landing_zone_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_sagemaker_model.us_1_sagemaker_model"
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_model.us_1_sagemaker_model": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.sagemaker_output_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_model.us_1_sagemaker_model": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_sagemaker_model.us_1_sagemaker_model
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket": visit complete
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.athena_results_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.output.s3_bucket_arn": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.output.s3_bucket_arn": evaluating
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.athena_results_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.athena_results_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.output.s3_bucket_id": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.output.s3_bucket_arn": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.output.s3_bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.athena_results_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment": visit complete
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_api_gateway_method.us_1_api_gateway_predictions_method"
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_method.us_1_api_gateway_predictions_method": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_method.us_1_api_gateway_predictions_method": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_api_gateway_method.us_1_api_gateway_predictions_method
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_api_gateway_account.us_1_api_gateway_account
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_account.us_1_api_gateway_account": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.job_dependencies_bucket.output.s3_bucket_arn from state (it is now null)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.job_dependencies_bucket.output.s3_bucket_arn in changeset
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.job_dependencies_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": visit complete
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.job_dependencies_bucket.output.s3_bucket_id from state (it is now null)
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket": visit complete
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_results.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.output.s3_bucket_arn": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_results.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.output.s3_bucket_id": starting visit (*terraform.NodeApplyableOutput)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.output.s3_bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] vertex "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.output.s3_bucket_arn": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.job_dependencies_bucket.output.s3_bucket_id in changeset
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.etl_jobs_temp_location.output.s3_bucket_id from state (it is now null)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy": visit complete
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.glue_transformations_bucket.output.s3_bucket_arn from state (it is now null)
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.glue_transformations_bucket.output.s3_bucket_arn in changeset
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.output.s3_bucket_arn": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_results.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_results.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_lambda_function.s3_notification_handler
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.etl_jobs_temp_location.output.s3_bucket_id in changeset
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_function.s3_notification_handler": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_temp_location.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": visit complete
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.landing_zone_bucket.output.s3_bucket_arn from state (it is now null)
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.landing_zone_bucket.output.s3_bucket_arn in changeset
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.glue_transformations_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role_policy.us_1_data_api_lambda_role_policy
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_lambda_function.us_1_data_api_lambda_function
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.job_dependencies_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.output.s3_bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_s3_bucket_object.my_used_etl_script"
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.my_used_etl_script": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.my_used_etl_script": evaluating
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_s3_bucket_object.my_used_etl_script
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_s3_bucket_object.final_glue_crawl_script"
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.landing_zone_bucket.output.s3_bucket_id from state (it is now null)
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.final_glue_crawl_script": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.landing_zone_bucket.output.s3_bucket_id in changeset
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.final_glue_crawl_script": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.landing_zone_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_s3_bucket_object.final_glue_crawl_script
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.output.s3_bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_glue_job.final_glue_crawl_job"
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_job.final_glue_crawl_job": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_job.final_glue_crawl_job": evaluating
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_glue_job.final_glue_crawl_job
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_glue_job.my_used_etl_job"
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_job.my_used_etl_job": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.output.s3_bucket_arn": visit complete
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_job.my_used_etl_job": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.landing_zone_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.output.s3_bucket_arn": visit complete
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance": visit complete
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.etl_jobs_temp_location.output.s3_bucket_arn from state (it is now null)
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.etl_jobs_temp_location.output.s3_bucket_arn in changeset
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_function.us_1_data_api_lambda_function": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_temp_location.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.etl_jobs_results.output.s3_bucket_arn from state (it is now null)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.us_1_data_api_lambda_role_policy": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.output.s3_bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.athena_results_bucket.output.s3_bucket_arn from state (it is now null)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_glue_crawler.us_1_glue_crawler"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_s3_bucket_object.product_group_reference_data"
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.product_group_reference_data": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.product_group_reference_data": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_s3_bucket_object.product_group_reference_data
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_glue_job.my_used_etl_job
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_policy.us_1_glue_crawler_policy"
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_glue_trigger.final_glue_crawl_trigger
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy.us_1_glue_crawler_policy": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_lambda_permission.allow_bucket"
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_permission.allow_bucket": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_trigger.final_glue_crawl_trigger": visit complete
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.athena_results_bucket.output.s3_bucket_id from state (it is now null)
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.athena_results_bucket.output.s3_bucket_id in changeset
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.athena_results_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.output.s3_bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_api_gateway_method.us_1_api_gateway_predictions_method
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_sagemaker_model.us_1_sagemaker_model
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_glue_trigger.my_used_etl_workflow_start_trigger
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_lambda_permission.aws_lambda_data_api_permission"
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_permission.aws_lambda_data_api_permission": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_permission.aws_lambda_data_api_permission": evaluating
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_trigger.my_used_etl_workflow_start_trigger": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_lambda_permission.aws_lambda_data_api_permission
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.etl_jobs_results.output.s3_bucket_arn in changeset
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_results.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_crawler.us_1_glue_crawler": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.output.s3_bucket_arn": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role_policy.final_glue_crawl_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_role_policy.my_used_etl_role_policy"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.final_glue_crawl_role_policy": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.my_used_etl_role_policy": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy.us_1_glue_crawler_policy": evaluating
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.final_glue_crawl_role_policy": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_policy.us_1_glue_crawler_policy
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role_policy.final_glue_crawl_role_policy
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.glue_transformations_bucket.output.s3_bucket_id from state (it is now null)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.glue_transformations_bucket.output.s3_bucket_id in changeset
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_permission.allow_bucket": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_lambda_permission.allow_bucket
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.output.s3_bucket_arn": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.glue_transformations_bucket.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_method.us_1_api_gateway_predictions_method": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.output.s3_bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration"
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalWriteOutput
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": visit complete
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_model.us_1_sagemaker_model": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration"
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block": visit complete
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_crawler.us_1_glue_crawler": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Removing module.etl_jobs_results.output.s3_bucket_id from state (it is now null)
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_glue_crawler.us_1_glue_crawler
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.etl_jobs_results.output.s3_bucket_id in changeset
2020/06/19 18:08:16 [TRACE] EvalWriteOutput: Saving Create change for module.athena_results_bucket.output.s3_bucket_arn in changeset
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.athena_results_bucket.output.s3_bucket_arn
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.my_used_etl_role_policy": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: module.etl_jobs_results.output.s3_bucket_id
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_role_policy.my_used_etl_role_policy
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.output.s3_bucket_arn": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_athena_workgroup.us_1_athena_workgroup_primary"
2020/06/19 18:08:16 [TRACE] vertex "aws_athena_workgroup.us_1_athena_workgroup_primary": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "aws_athena_workgroup.us_1_athena_workgroup_primary": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.output.s3_bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_policy.us_1_glue_crawler_policy
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy.us_1_glue_crawler_policy": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_glue_crawler.final_glue_crawler"
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_athena_workgroup.us_1_athena_workgroup_primary
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_crawler.final_glue_crawler": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_crawler.final_glue_crawler": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_glue_crawler.final_glue_crawler
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_glue_job.my_used_etl_job
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_job.my_used_etl_job": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role_policy.final_glue_crawl_role_policy
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.final_glue_crawl_role_policy": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket_object.final_glue_crawl_script
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.final_glue_crawl_script": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_glue_job.final_glue_crawl_job
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_job.final_glue_crawl_job": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket_object.my_used_etl_script
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_lambda_permission.aws_lambda_data_api_permission
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.my_used_etl_script": visit complete
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_permission.aws_lambda_data_api_permission": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_lambda_permission.allow_bucket
2020/06/19 18:08:16 [TRACE] vertex "aws_lambda_permission.allow_bucket": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_s3_bucket_notification.bucket_notification"
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_notification.bucket_notification": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_notification.bucket_notification": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_s3_bucket_notification.bucket_notification
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role_policy.my_used_etl_role_policy
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_role_policy.my_used_etl_role_policy": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint"
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration": visit complete
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment"
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment": visit complete
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_glue_crawler.us_1_glue_crawler
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_crawler.us_1_glue_crawler": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_athena_workgroup.us_1_athena_workgroup_primary
2020/06/19 18:08:16 [TRACE] vertex "aws_athena_workgroup.us_1_athena_workgroup_primary": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_glue_crawler.final_glue_crawler
2020/06/19 18:08:16 [TRACE] vertex "aws_glue_crawler.final_glue_crawler": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_policy.us_1_glue_transformation"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy.us_1_glue_transformation": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy.us_1_glue_transformation": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_policy.us_1_glue_transformation
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint
2020/06/19 18:08:16 [TRACE] vertex "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket_notification.bucket_notification
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_notification.bucket_notification": visit complete
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage"
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_s3_bucket_object.product_group_reference_data
2020/06/19 18:08:16 [TRACE] vertex "aws_s3_bucket_object.product_group_reference_data": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_policy.us_1_glue_transformation
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy.us_1_glue_transformation": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment"
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings"
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings": starting visit (*terraform.NodeValidatableResource)
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment
2020/06/19 18:08:16 [TRACE] vertex "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings
2020/06/19 18:08:16 [TRACE] vertex "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "provider.aws (close)"
2020/06/19 18:08:16 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/06/19 18:08:16 [TRACE] vertex "provider.aws (close)": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2020/06/19 18:08:16 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2020/06/19 18:08:16 [TRACE] GRPCProvider: Close
2020/06/19 18:08:16 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2020/06/19 18:08:16 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2020/06/19 18:08:16 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2020-06-19T18:08:16.059+0200 [DEBUG] plugin: plugin process exited: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 pid=37905
2020-06-19T18:08:16.059+0200 [DEBUG] plugin: plugin exited
2020/06/19 18:08:16 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2020/06/19 18:08:16 [TRACE] vertex "provider.aws (close)": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "root"
2020/06/19 18:08:16 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2020/06/19 18:08:16 [TRACE] vertex "root": visit complete
2020/06/19 18:08:16 [INFO] backend/local: plan calling Refresh
2020/06/19 18:08:16 [INFO] terraform: building graph: GraphTypeRefresh
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path:
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: job_dependencies_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: landing_zone_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: sagemaker_output_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: athena_results_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: etl_jobs_results
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: etl_jobs_temp_location
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: glue_transformations_bucket
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
random_id.uid - *terraform.NodeRefreshableManagedResource
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path:
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: glue_transformations_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: job_dependencies_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: landing_zone_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: sagemaker_output_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: athena_results_bucket
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: etl_jobs_results
2020/06/19 18:08:16 [TRACE] ConfigTransformer: Starting for path: etl_jobs_temp_location
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.StateTransformer
2020/06/19 18:08:16 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_method.us_1_api_gateway_predictions_method" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:12,1-75
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.final_glue_crawl_job_role" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:167,1-52
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_athena_workgroup.us_1_athena_workgroup_primary" (*terraform.NodeRefreshableManagedResource) config from athena.tf:6,1-67
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_workflow.my_used_etl_workflow" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:1,1-52
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.my_used_etl_role_policy" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:42,1-57
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_object.final_glue_crawl_script" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:248,1-58
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:60,1-85
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_api_gateway_role" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:81,1-51
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.job_dependencies_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.athena_results_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_temp_location.random_id.uid" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.glue_transformations_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_object.product_group_reference_data" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:5,1-63
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy" (*terraform.NodeRefreshableManagedResource) config from sagemaker.tf:67,1-81
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint" (*terraform.NodeRefreshableManagedResource) config from sagemaker.tf:43,1-69
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda" (*terraform.NodeRefreshableManagedResource) config from bucket_notification.tf:1,1-41
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_glue_transformation_role" (*terraform.NodeRefreshableManagedResource) config from glue.tf:164,1-59
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_permission.allow_bucket" (*terraform.NodeRefreshableManagedResource) config from bucket_notification.tf:54,1-48
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment" (*terraform.NodeRefreshableManagedResource) config from glue.tf:127,1-98
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:101,1-72
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:29,1-86
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_crawler.final_glue_crawler" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:237,1-49
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_account.us_1_api_gateway_account" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:77,1-65
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:1,1-72
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.sagemaker_output_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_trigger.my_used_etl_workflow_start_trigger" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:139,1-65
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_resource.us_1_api_gateway_predictions_resource" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:6,1-79
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_notification.bucket_notification" (*terraform.NodeRefreshableManagedResource) config from bucket_notification.tf:71,1-60
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_permission.aws_lambda_data_api_permission" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:69,1-66
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.lambda_role_policy" (*terraform.NodeRefreshableManagedResource) config from bucket_notification.tf:19,1-52
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" (*terraform.NodeRefreshableManagedResource) config from glue.tf:135,1-85
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" (*terraform.NodeRefreshableManagedResource) config from sagemaker.tf:13,1-81
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "random_id.uid" (*terraform.NodeRefreshableManagedResource) config from glue.tf:1,1-27
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" (*terraform.NodeRefreshableManagedResource) config from sagemaker.tf:7,1-115
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:19,1-92
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_s3_bucket_object.my_used_etl_script" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:14,1-53
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_job.final_glue_crawl_job" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:258,1-47
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_crawler.us_1_glue_crawler" (*terraform.NodeRefreshableManagedResource) config from glue.tf:185,1-51
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" (*terraform.NodeRefreshableManagedResource) config from data_gateway.tf:1,1-76
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_trigger.final_glue_crawl_trigger" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:149,1-55
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:36,1-82
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_job.my_used_etl_job" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:121,1-42
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.s3_notification_handler" (*terraform.NodeRefreshableManagedResource) config from bucket_notification.tf:62,1-57
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_sagemaker_notebook_instance_role" (*terraform.NodeRefreshableManagedResource) config from sagemaker.tf:47,1-67
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_glue_crawler_role" (*terraform.NodeRefreshableManagedResource) config from glue.tf:144,1-52
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.us_1_data_api_lambda_role" (*terraform.NodeRefreshableManagedResource) config from prediction.tf:10,1-55
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.us_1_data_api_lambda_role_policy" (*terraform.NodeRefreshableManagedResource) config from prediction.tf:29,1-69
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy.us_1_glue_crawler_policy" (*terraform.NodeRefreshableManagedResource) config from glue.tf:80,1-56
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role_policy.final_glue_crawl_role_policy" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:186,1-62
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_model.us_1_sagemaker_model" (*terraform.NodeRefreshableManagedResource) config from sagemaker.tf:25,1-57
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_glue_catalog_database.us_1" (*terraform.NodeRefreshableManagedResource) config from glue.tf:20,1-47
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.us_1_data_api_lambda_function" (*terraform.NodeRefreshableManagedResource) config from prediction.tf:1,1-66
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration" (*terraform.NodeRefreshableManagedResource) config from sagemaker.tf:35,1-97
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_results.random_id.uid" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:27,1-84
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings" (*terraform.NodeRefreshableManagedResource) config from data_api.tf:41,1-93
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy.us_1_glue_transformation" (*terraform.NodeRefreshableManagedResource) config from glue.tf:24,1-56
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" (*terraform.NodeRefreshableManagedResource) config from glue.tf:118,1-78
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.my_used_etl_role" (*terraform.NodeRefreshableManagedResource) config from glue_workflow.tf:23,1-43
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.landing_zone_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:1,1-27
2020/06/19 18:08:16 [TRACE] AttachResourceConfigTransformer: attaching to "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) config from s3_buckets/main.tf:9,1-44
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
random_id.uid - *terraform.NodeRefreshableManagedResource
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
random_id.uid - *terraform.NodeRefreshableManagedResource
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/06/19 18:08:16 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from provider.tf:1,1-15
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeRefreshableManagedResource
------
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/06/19 18:08:16 [DEBUG] adding implicit provider configuration provider.random, implied first by module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeRefreshableManagedResource
------
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role.us_1_api_gateway_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.job_dependencies_bucket.random_id.uid is provided by module.job_dependencies_bucket.provider.random or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.athena_results_bucket.random_id.uid is provided by module.athena_results_bucket.provider.random or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.random_id.uid is provided by module.etl_jobs_temp_location.provider.random or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.glue_transformations_bucket.random_id.uid is provided by module.glue_transformations_bucket.provider.random or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role_policy.my_used_etl_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_s3_bucket_object.final_glue_crawl_script is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_s3_bucket_object.product_group_reference_data is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket is provided by module.job_dependencies_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.athena_results_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role.us_1_glue_transformation_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_lambda_permission.allow_bucket is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket is provided by module.landing_zone_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.random_id.uid is provided by module.sagemaker_output_bucket.provider.random or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_glue_crawler.final_glue_crawler is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_api_gateway_account.us_1_api_gateway_account is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_lambda_permission.aws_lambda_data_api_permission is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_glue_trigger.my_used_etl_workflow_start_trigger is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_api_gateway_resource.us_1_api_gateway_predictions_resource is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_s3_bucket_notification.bucket_notification is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role_policy.lambda_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.etl_jobs_results.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.sagemaker_output_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: random_id.uid is provided by provider.random or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_glue_crawler.us_1_glue_crawler is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_lightsail_instance.us_1_data_gateway_lightsail_instance is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket is provided by module.glue_transformations_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_s3_bucket_object.my_used_etl_script is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_glue_job.final_glue_crawl_job is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_lambda_function.s3_notification_handler is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role.us_1_sagemaker_notebook_instance_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket is provided by module.etl_jobs_temp_location.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_glue_trigger.final_glue_crawl_trigger is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_glue_job.my_used_etl_job is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_policy.us_1_glue_crawler_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role_policy.final_glue_crawl_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_sagemaker_model.us_1_sagemaker_model is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.landing_zone_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.glue_transformations_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role.us_1_glue_crawler_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role.us_1_data_api_lambda_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role_policy.us_1_data_api_lambda_role_policy is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.job_dependencies_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket is provided by module.athena_results_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_results.random_id.uid is provided by module.etl_jobs_results.provider.random or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket is provided by module.etl_jobs_results.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block is provided by module.etl_jobs_temp_location.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_glue_catalog_database.us_1 is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_lambda_function.us_1_data_api_lambda_function is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role.my_used_etl_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.landing_zone_bucket.random_id.uid is provided by module.landing_zone_bucket.provider.random or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket is provided by module.sagemaker_output_bucket.provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_policy.us_1_glue_transformation is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_api_gateway_method.us_1_api_gateway_predictions_method is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_iam_role.final_glue_crawl_job_role is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_athena_workgroup.us_1_athena_workgroup_primary is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: aws_glue_workflow.my_used_etl_workflow is provided by provider.aws or inherited equivalent
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_crawler.final_glue_crawler
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_glue_crawler.final_glue_crawler" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.final_glue_crawl_role_policy
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role_policy.final_glue_crawl_role_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_results.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.etl_jobs_results.random_id.uid" (*terraform.NodeRefreshableManagedResource) needs provider.random
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.etl_jobs_temp_location.random_id.uid" (*terraform.NodeRefreshableManagedResource) needs provider.random
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket_object.my_used_etl_script
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.my_used_etl_script" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.s3_notification_handler
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_lambda_function.s3_notification_handler" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_workflow.my_used_etl_workflow
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_glue_workflow.my_used_etl_workflow" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_catalog_database.us_1
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_glue_catalog_database.us_1" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_trigger.my_used_etl_workflow_start_trigger
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_glue_trigger.my_used_etl_workflow_start_trigger" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.us_1_data_api_lambda_role_policy
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role_policy.us_1_data_api_lambda_role_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.us_1_data_api_lambda_function
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_lambda_function.us_1_data_api_lambda_function" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.my_used_etl_role
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role.my_used_etl_role" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_trigger.final_glue_crawl_trigger
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_glue_trigger.final_glue_crawl_trigger" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.final_glue_crawl_job_role
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role.final_glue_crawl_job_role" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.my_used_etl_role_policy
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role_policy.my_used_etl_role_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_resource.us_1_api_gateway_predictions_resource
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_api_gateway_resource.us_1_api_gateway_predictions_resource" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.glue_transformations_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.glue_transformations_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) needs provider.random
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lightsail_instance.us_1_data_gateway_lightsail_instance
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_sagemaker_notebook_instance_role
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_sagemaker_notebook_instance_role" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_api_gateway_role
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_api_gateway_role" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy.us_1_glue_crawler_policy
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_policy.us_1_glue_crawler_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_permission.aws_lambda_data_api_permission
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_lambda_permission.aws_lambda_data_api_permission" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_model.us_1_sagemaker_model
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_sagemaker_model.us_1_sagemaker_model" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.athena_results_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.athena_results_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) needs provider.random
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket_notification.bucket_notification
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_s3_bucket_notification.bucket_notification" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.lambda_role_policy
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role_policy.lambda_role_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_athena_workgroup.us_1_athena_workgroup_primary
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_athena_workgroup.us_1_athena_workgroup_primary" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_glue_transformation_role
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_glue_transformation_role" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_crawler.us_1_glue_crawler
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_glue_crawler.us_1_glue_crawler" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_data_api_lambda_role
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_data_api_lambda_role" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.landing_zone_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.landing_zone_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) needs provider.random
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_method.us_1_api_gateway_predictions_method
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_api_gateway_method.us_1_api_gateway_predictions_method" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_permission.allow_bucket
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_lambda_permission.allow_bucket" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.job_dependencies_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.job_dependencies_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) needs provider.random
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket_object.final_glue_crawl_script
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.final_glue_crawl_script" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_job.my_used_etl_job
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_glue_job.my_used_etl_job" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.sagemaker_output_bucket.random_id.uid uses inherited configuration provider.random
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.sagemaker_output_bucket.random_id.uid" (*terraform.NodeRefreshableManagedResource) needs provider.random
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_api_gateway_account.us_1_api_gateway_account
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_api_gateway_account.us_1_api_gateway_account" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.random serving random_id.uid
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "random_id.uid" (*terraform.NodeRefreshableManagedResource) needs provider.random
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_s3_bucket_object.product_group_reference_data
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.product_group_reference_data" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_glue_job.final_glue_crawl_job
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_glue_job.final_glue_crawl_job" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.us_1_glue_crawler_role
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_role.us_1_glue_crawler_role" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket uses inherited configuration provider.aws
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_policy.us_1_glue_transformation
2020/06/19 18:08:16 [DEBUG] ProviderTransformer: "aws_iam_policy.us_1_glue_transformation" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/06/19 18:08:16 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to random_id.uid
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_object.my_used_etl_script
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_job.final_glue_crawl_job
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_crawler.us_1_glue_crawler
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lightsail_instance.us_1_data_gateway_lightsail_instance
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_trigger.final_glue_crawl_trigger
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_job.my_used_etl_job
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.s3_notification_handler
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_sagemaker_notebook_instance_role
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_glue_crawler_role
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_data_api_lambda_role
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.us_1_data_api_lambda_role_policy
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy.us_1_glue_crawler_policy
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.final_glue_crawl_role_policy
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_model.us_1_sagemaker_model
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_results.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_catalog_database.us_1
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.us_1_data_api_lambda_function
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.athena_results_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_results.random_id.uid
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy.us_1_glue_transformation
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.my_used_etl_role
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_method.us_1_api_gateway_predictions_method
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.final_glue_crawl_job_role
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.random
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_athena_workgroup.us_1_athena_workgroup_primary
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_workflow.my_used_etl_workflow
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.my_used_etl_role_policy
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_object.final_glue_crawl_script
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_api_gateway_role
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.athena_results_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_object.product_group_reference_data
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.us_1_glue_transformation_role
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_permission.allow_bucket
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_crawler.final_glue_crawler
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_account.us_1_api_gateway_account
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_glue_trigger.my_used_etl_workflow_start_trigger
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_api_gateway_resource.us_1_api_gateway_predictions_resource
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_s3_bucket_notification.bucket_notification
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_permission.aws_lambda_data_api_permission
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role_policy.lambda_role_policy
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment
2020/06/19 18:08:16 [TRACE] AttachSchemaTransformer: attaching resource schema to module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.output.s3_bucket_id" references: [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_glue_trigger.my_used_etl_workflow_start_trigger" references: [aws_glue_workflow.my_used_etl_workflow]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_api_gateway_resource.us_1_api_gateway_predictions_resource" references: [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_s3_bucket_notification.bucket_notification" references: [aws_lambda_permission.allow_bucket module.landing_zone_bucket.output.s3_bucket_id aws_lambda_function.s3_notification_handler]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_lambda_permission.aws_lambda_data_api_permission" references: [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_lambda_function.us_1_data_api_lambda_function]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.lambda_role_policy" references: [aws_iam_role.iam_for_lambda]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" references: [aws_iam_role.us_1_glue_transformation_role aws_iam_role.us_1_glue_crawler_role aws_iam_policy.us_1_glue_transformation]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.etl_jobs_results.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.output.s3_bucket_arn" references: [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" references: [aws_iam_role.us_1_sagemaker_notebook_instance_role aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "random_id.uid" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" references: [module.glue_transformations_bucket.var.bucket_id module.glue_transformations_bucket.random_id.uid]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.output.s3_bucket_arn" references: [module.etl_jobs_results.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.output.s3_bucket_id" references: [module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" references: [aws_api_gateway_method.us_1_api_gateway_predictions_method aws_lambda_function.us_1_data_api_lambda_function aws_api_gateway_method.us_1_api_gateway_predictions_method aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.my_used_etl_script" references: [module.job_dependencies_bucket.output.s3_bucket_id]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_glue_job.final_glue_crawl_job" references: [aws_iam_role.final_glue_crawl_job_role module.etl_jobs_temp_location.output.s3_bucket_id module.job_dependencies_bucket.output.s3_bucket_id]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_glue_crawler.us_1_glue_crawler" references: [aws_glue_catalog_database.us_1 aws_iam_role.us_1_glue_crawler_role module.landing_zone_bucket.output.s3_bucket_id]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.output.s3_bucket_arn" references: [module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_sagemaker_notebook_instance_role" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" references: [module.etl_jobs_temp_location.var.bucket_id module.etl_jobs_temp_location.random_id.uid]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.output.s3_bucket_id" references: [module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.output.s3_bucket_id" references: [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_glue_trigger.final_glue_crawl_trigger" references: [aws_glue_workflow.my_used_etl_workflow]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group" references: [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_glue_job.my_used_etl_job" references: [module.etl_jobs_temp_location.output.s3_bucket_id module.job_dependencies_bucket.output.s3_bucket_id module.job_dependencies_bucket.output.s3_bucket_id aws_iam_role.my_used_etl_role module.job_dependencies_bucket.output.s3_bucket_id]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_lambda_function.s3_notification_handler" references: [aws_iam_role.iam_for_lambda]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.final_glue_crawl_role_policy" references: [aws_iam_role.final_glue_crawl_job_role module.etl_jobs_results.output.s3_bucket_arn module.etl_jobs_results.output.s3_bucket_arn]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_sagemaker_model.us_1_sagemaker_model" references: [aws_iam_role.us_1_sagemaker_notebook_instance_role module.sagemaker_output_bucket.output.s3_bucket_id]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_glue_crawler_role" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_data_api_lambda_role" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.us_1_data_api_lambda_role_policy" references: [aws_iam_role.us_1_data_api_lambda_role]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_policy.us_1_glue_crawler_policy" references: [module.landing_zone_bucket.output.s3_bucket_arn module.landing_zone_bucket.output.s3_bucket_arn]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" references: [module.athena_results_bucket.var.bucket_id module.athena_results_bucket.random_id.uid]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.random_id.uid" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" references: [module.etl_jobs_results.var.bucket_id module.etl_jobs_results.random_id.uid]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_glue_catalog_database.us_1" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_lambda_function.us_1_data_api_lambda_function" references: [aws_iam_role.us_1_data_api_lambda_role]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration" references: [aws_sagemaker_model.us_1_sagemaker_model]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.output.s3_bucket_id" references: [module.etl_jobs_results.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.output.s3_bucket_arn" references: [module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.var.bucket_id" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" references: [module.sagemaker_output_bucket.var.bucket_id module.sagemaker_output_bucket.random_id.uid]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.output.s3_bucket_id" references: [module.athena_results_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings" references: [aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage aws_api_gateway_resource.us_1_api_gateway_predictions_resource aws_api_gateway_method.us_1_api_gateway_predictions_method aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_policy.us_1_glue_transformation" references: [aws_athena_workgroup.us_1_athena_workgroup_primary module.glue_transformations_bucket.output.s3_bucket_arn module.glue_transformations_bucket.output.s3_bucket_arn module.job_dependencies_bucket.output.s3_bucket_arn module.job_dependencies_bucket.output.s3_bucket_arn module.athena_results_bucket.output.s3_bucket_arn module.glue_transformations_bucket.output.s3_bucket_arn module.glue_transformations_bucket.output.s3_bucket_arn]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" references: [aws_iam_role.us_1_glue_crawler_role aws_iam_role.us_1_glue_transformation_role aws_iam_policy.us_1_glue_crawler_policy]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role.my_used_etl_role" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_api_gateway_method.us_1_api_gateway_predictions_method" references: [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_api_gateway_resource.us_1_api_gateway_predictions_resource]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role.final_glue_crawl_job_role" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "provider.random" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_athena_workgroup.us_1_athena_workgroup_primary" references: [module.athena_results_bucket.output.s3_bucket_arn]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_glue_workflow.my_used_etl_workflow" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.output.s3_bucket_arn" references: [module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.var.bucket_id" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.random_id.uid" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.my_used_etl_role_policy" references: [module.etl_jobs_results.output.s3_bucket_arn module.etl_jobs_results.output.s3_bucket_arn aws_iam_role.my_used_etl_role]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.final_glue_crawl_script" references: [module.job_dependencies_bucket.output.s3_bucket_id]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment" references: [aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_api_gateway_role" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.var.bucket_id" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.product_group_reference_data" references: [module.landing_zone_bucket.output.s3_bucket_id]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy" references: [aws_iam_role.us_1_sagemaker_notebook_instance_role]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint" references: [aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" references: [module.job_dependencies_bucket.var.bucket_id module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" references: [module.athena_results_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.output.s3_bucket_id" references: [module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.var.bucket_id" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.var.bucket_id" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_glue_transformation_role" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_lambda_permission.allow_bucket" references: [module.landing_zone_bucket.output.s3_bucket_arn aws_lambda_function.s3_notification_handler]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" references: [module.landing_zone_bucket.var.bucket_id module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.var.bucket_id" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment" references: [aws_iam_role.us_1_glue_transformation_role]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy" references: [aws_iam_role.us_1_api_gateway_role]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.output.s3_bucket_arn" references: [module.athena_results_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.var.bucket_id" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.output.s3_bucket_arn" references: [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" references: [aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_glue_crawler.final_glue_crawler" references: [aws_iam_role.final_glue_crawl_job_role aws_glue_catalog_database.us_1 module.etl_jobs_results.output.s3_bucket_id]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_api_gateway_account.us_1_api_gateway_account" references: [aws_iam_role.us_1_api_gateway_role]
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" references: []
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.etl_jobs_results.random_id.uid depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket depends on [module.etl_jobs_results.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block depends on [module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket module.etl_jobs_temp_location.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_glue_catalog_database.us_1 depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_lambda_function.us_1_data_api_lambda_function depends on [aws_iam_role.us_1_data_api_lambda_role]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration depends on [aws_iam_role.us_1_sagemaker_notebook_instance_role aws_sagemaker_model.us_1_sagemaker_model module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket module.sagemaker_output_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block depends on [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket depends on [module.athena_results_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket depends on [module.sagemaker_output_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings depends on [aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration aws_api_gateway_method.us_1_api_gateway_predictions_method aws_api_gateway_resource.us_1_api_gateway_predictions_resource aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group aws_iam_role.us_1_data_api_lambda_role aws_lambda_function.us_1_data_api_lambda_function]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_policy.us_1_glue_transformation depends on [aws_athena_workgroup.us_1_athena_workgroup_primary module.athena_results_bucket.aws_s3_bucket.module_s3_bucket module.athena_results_bucket.random_id.uid module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket module.glue_transformations_bucket.random_id.uid module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment depends on [aws_iam_policy.us_1_glue_crawler_policy aws_iam_role.us_1_glue_crawler_role aws_iam_role.us_1_glue_transformation_role module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role.my_used_etl_role depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.landing_zone_bucket.random_id.uid depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_api_gateway_method.us_1_api_gateway_predictions_method depends on [aws_api_gateway_resource.us_1_api_gateway_predictions_resource aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role.final_glue_crawl_job_role depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_athena_workgroup.us_1_athena_workgroup_primary depends on [module.athena_results_bucket.aws_s3_bucket.module_s3_bucket module.athena_results_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_glue_workflow.my_used_etl_workflow depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.athena_results_bucket.random_id.uid depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.etl_jobs_temp_location.random_id.uid depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.glue_transformations_bucket.random_id.uid depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role_policy.my_used_etl_role_policy depends on [aws_iam_role.my_used_etl_role module.etl_jobs_results.aws_s3_bucket.module_s3_bucket module.etl_jobs_results.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_s3_bucket_object.final_glue_crawl_script depends on [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment depends on [aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration aws_api_gateway_method.us_1_api_gateway_predictions_method aws_api_gateway_resource.us_1_api_gateway_predictions_resource aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_iam_role.us_1_data_api_lambda_role aws_lambda_function.us_1_data_api_lambda_function]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role.us_1_api_gateway_role depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.job_dependencies_bucket.random_id.uid depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_s3_bucket_object.product_group_reference_data depends on [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy depends on [aws_iam_role.us_1_sagemaker_notebook_instance_role]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint depends on [aws_iam_role.us_1_sagemaker_notebook_instance_role aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration aws_sagemaker_model.us_1_sagemaker_model module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket module.sagemaker_output_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role.iam_for_lambda depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket depends on [module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block depends on [module.athena_results_bucket.aws_s3_bucket.module_s3_bucket module.athena_results_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role.us_1_glue_transformation_role depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_lambda_permission.allow_bucket depends on [aws_iam_role.iam_for_lambda aws_lambda_function.s3_notification_handler module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket depends on [module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment depends on [aws_iam_role.us_1_glue_transformation_role]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy depends on [aws_iam_role.us_1_api_gateway_role]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage depends on [aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration aws_api_gateway_method.us_1_api_gateway_predictions_method aws_api_gateway_resource.us_1_api_gateway_predictions_resource aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group aws_iam_role.us_1_data_api_lambda_role aws_lambda_function.us_1_data_api_lambda_function]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_glue_crawler.final_glue_crawler depends on [aws_glue_catalog_database.us_1 aws_iam_role.final_glue_crawl_job_role module.etl_jobs_results.aws_s3_bucket.module_s3_bucket module.etl_jobs_results.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_api_gateway_account.us_1_api_gateway_account depends on [aws_iam_role.us_1_api_gateway_role]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.sagemaker_output_bucket.random_id.uid depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_glue_trigger.my_used_etl_workflow_start_trigger depends on [aws_glue_workflow.my_used_etl_workflow]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_api_gateway_resource.us_1_api_gateway_predictions_resource depends on [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_s3_bucket_notification.bucket_notification depends on [aws_iam_role.iam_for_lambda aws_lambda_function.s3_notification_handler aws_lambda_permission.allow_bucket module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_lambda_permission.aws_lambda_data_api_permission depends on [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_iam_role.us_1_data_api_lambda_role aws_lambda_function.us_1_data_api_lambda_function]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role_policy.lambda_role_policy depends on [aws_iam_role.iam_for_lambda]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment depends on [aws_athena_workgroup.us_1_athena_workgroup_primary aws_iam_policy.us_1_glue_transformation aws_iam_role.us_1_glue_crawler_role aws_iam_role.us_1_glue_transformation_role module.athena_results_bucket.aws_s3_bucket.module_s3_bucket module.athena_results_bucket.random_id.uid module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket module.glue_transformations_bucket.random_id.uid module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block depends on [module.etl_jobs_results.aws_s3_bucket.module_s3_bucket module.etl_jobs_results.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance depends on [aws_iam_role.us_1_sagemaker_notebook_instance_role aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: random_id.uid depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block depends on [module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket module.sagemaker_output_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket depends on [module.glue_transformations_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration depends on [aws_api_gateway_method.us_1_api_gateway_predictions_method aws_api_gateway_resource.us_1_api_gateway_predictions_resource aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api aws_iam_role.us_1_data_api_lambda_role aws_lambda_function.us_1_data_api_lambda_function]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_s3_bucket_object.my_used_etl_script depends on [module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_glue_job.final_glue_crawl_job depends on [aws_iam_role.final_glue_crawl_job_role module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket module.etl_jobs_temp_location.random_id.uid module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_glue_crawler.us_1_glue_crawler depends on [aws_glue_catalog_database.us_1 aws_iam_role.us_1_glue_crawler_role module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_lightsail_instance.us_1_data_gateway_lightsail_instance depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket depends on [module.etl_jobs_temp_location.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_glue_trigger.final_glue_crawl_trigger depends on [aws_glue_workflow.my_used_etl_workflow]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group depends on [aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_glue_job.my_used_etl_job depends on [aws_iam_role.my_used_etl_role module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket module.etl_jobs_temp_location.random_id.uid module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket module.job_dependencies_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_lambda_function.s3_notification_handler depends on [aws_iam_role.iam_for_lambda]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role.us_1_sagemaker_notebook_instance_role depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_sagemaker_model.us_1_sagemaker_model depends on [aws_iam_role.us_1_sagemaker_notebook_instance_role module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket module.sagemaker_output_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block depends on [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block depends on [module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket module.glue_transformations_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role.us_1_glue_crawler_role depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role.us_1_data_api_lambda_role depends on []
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role_policy.us_1_data_api_lambda_role_policy depends on [aws_iam_role.us_1_data_api_lambda_role]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_policy.us_1_glue_crawler_policy depends on [module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket module.landing_zone_bucket.random_id.uid]
2020/06/19 18:08:16 [TRACE] AttachDependenciesTransformer: aws_iam_role_policy.final_glue_crawl_role_policy depends on [aws_iam_role.final_glue_crawl_job_role module.etl_jobs_results.aws_s3_bucket.module_s3_bucket module.etl_jobs_results.random_id.uid]
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeRefreshableManagedResource
random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
random_id.uid - *terraform.NodeRefreshableManagedResource
random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method.us_1_api_gateway_predictions_method - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_api_gateway_resource.us_1_api_gateway_predictions_resource - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage - *terraform.NodeRefreshableManagedResource
aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment - *terraform.NodeRefreshableManagedResource
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_athena_workgroup.us_1_athena_workgroup_primary - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_crawler_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy.us_1_glue_transformation - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
aws_lambda_function.s3_notification_handler - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResource
aws_lambda_function.us_1_data_api_lambda_function - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.allow_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_sagemaker_model.us_1_sagemaker_model - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.athena_results_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_results.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.etl_jobs_temp_location.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.glue_transformations_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.job_dependencies_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.landing_zone_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
module.sagemaker_output_bucket.var.bucket_id - *terraform.NodeApplyableModuleVariable
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_api_gateway_account.us_1_api_gateway_account - *terraform.NodeRefreshableManagedResource
aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.us_1_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_crawler.final_glue_crawler - *terraform.NodeRefreshableManagedResource
aws_glue_job.final_glue_crawl_job - *terraform.NodeRefreshableManagedResource
aws_glue_job.my_used_etl_job - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.final_glue_crawl_trigger - *terraform.NodeRefreshableManagedResource
aws_glue_trigger.my_used_etl_workflow_start_trigger - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_data_api_lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.final_glue_crawl_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.lambda_role_policy - *terraform.NodeRefreshableManagedResource
aws_iam_role_policy.my_used_etl_role_policy - *terraform.NodeRefreshableManagedResource
aws_lambda_permission.aws_lambda_data_api_permission - *terraform.NodeRefreshableManagedResource
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_notification.bucket_notification - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.final_glue_crawl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.my_used_etl_script - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.product_group_reference_data - *terraform.NodeRefreshableManagedResource
aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint - *terraform.NodeRefreshableManagedResource
aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance - *terraform.NodeRefreshableManagedResource
module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResource
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResource
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResource
random_id.uid - *terraform.NodeRefreshableManagedResource
random_id.uid - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
module.athena_results_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.etl_jobs_temp_location.output.s3_bucket_arn - *terraform.NodeApplyableOutput
module.glue_transformations_bucket.output.s3_bucket_id - *terraform.NodeApplyableOutput
module.sagemaker_output_bucket.output.s3_bucket_arn - *terraform.NodeApplyableOutput
provider.aws (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
------
2020/06/19 18:08:16 [DEBUG] Starting graph walk: walkRefresh
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_policy.us_1_glue_transformation"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_s3_bucket_object.final_glue_crawl_script"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_lambda_permission.allow_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_api_gateway_resource.us_1_api_gateway_predictions_resource"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.final_glue_crawl_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_policy.us_1_glue_crawler_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_api_gateway_method.us_1_api_gateway_predictions_method"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_sagemaker_model.us_1_sagemaker_model"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_lambda_function.us_1_data_api_lambda_function"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_glue_job.my_used_etl_job"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.lambda_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_s3_bucket_object.my_used_etl_script"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_glue_crawler.final_glue_crawler"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_glue_trigger.final_glue_crawl_trigger"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_s3_bucket_object.product_group_reference_data"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_lambda_permission.aws_lambda_data_api_permission"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_glue_catalog_database.us_1"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_s3_bucket_notification.bucket_notification"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.us_1_data_api_lambda_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_api_gateway_account.us_1_api_gateway_account"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_glue_trigger.my_used_etl_workflow_start_trigger"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.my_used_etl_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "root"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_glue_job.final_glue_crawl_job"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_glue_crawler.us_1_glue_crawler"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_lambda_function.s3_notification_handler"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_athena_workgroup.us_1_athena_workgroup_primary"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_trigger.my_used_etl_workflow_start_trigger"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment" waiting on "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_crawler.final_glue_crawler" waiting on "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_job.final_glue_crawl_job" waiting on "module.etl_jobs_temp_location.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.output.s3_bucket_id" waiting on "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.output.s3_bucket_id" waiting on "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lambda_permission.aws_lambda_data_api_permission"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" waiting on "aws_lambda_function.us_1_data_api_lambda_function"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment" waiting on "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" waiting on "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_lambda_function.us_1_data_api_lambda_function" waiting on "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "root" waiting on "module.athena_results_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_results.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "root" waiting on "module.sagemaker_output_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint" waiting on "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" waiting on "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_trigger.final_glue_crawl_trigger" waiting on "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" waiting on "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role_policy.final_glue_crawl_role_policy" waiting on "module.etl_jobs_results.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" waiting on "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.output.s3_bucket_arn" waiting on "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage" waiting on "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.output.s3_bucket_id" waiting on "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_s3_bucket_notification.bucket_notification" waiting on "aws_lambda_permission.allow_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket_object.product_group_reference_data"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_crawler.us_1_glue_crawler" waiting on "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.output.s3_bucket_arn" waiting on "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_api_gateway_account.us_1_api_gateway_account"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.output.s3_bucket_id" waiting on "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_glue_crawler_role" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role_policy.my_used_etl_role_policy" waiting on "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" waiting on "aws_iam_policy.us_1_glue_crawler_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_resource.us_1_api_gateway_predictions_resource" waiting on "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_job.final_glue_crawl_job" waiting on "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group" waiting on "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_athena_workgroup.us_1_athena_workgroup_primary" waiting on "module.athena_results_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_account.us_1_api_gateway_account" waiting on "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_job.my_used_etl_job"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" waiting on "module.etl_jobs_results.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" waiting on "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_workflow.my_used_etl_workflow" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance" waiting on "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.job_dependencies_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy.us_1_glue_transformation" waiting on "module.job_dependencies_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.sagemaker_output_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_lambda_permission.aws_lambda_data_api_permission" waiting on "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role.final_glue_crawl_job_role" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.landing_zone_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_results.output.s3_bucket_arn" waiting on "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.final_glue_crawl_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_lambda_function.s3_notification_handler" waiting on "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_glue_transformation_role" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_s3_bucket_object.my_used_etl_script" waiting on "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket_object.final_glue_crawl_script"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration" waiting on "aws_api_gateway_method.us_1_api_gateway_predictions_method"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_crawler.final_glue_crawler" waiting on "module.etl_jobs_results.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_s3_bucket_notification.bucket_notification" waiting on "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_sagemaker_model.us_1_sagemaker_model" waiting on "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.us_1_data_api_lambda_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings" waiting on "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.athena_results_bucket.output.s3_bucket_id" waiting on "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" waiting on "aws_iam_policy.us_1_glue_transformation"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_api_gateway_method.us_1_api_gateway_predictions_method" waiting on "aws_api_gateway_resource.us_1_api_gateway_predictions_resource"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.output.s3_bucket_arn" waiting on "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_job.my_used_etl_job" waiting on "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_job.my_used_etl_job" waiting on "module.etl_jobs_temp_location.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role_policy.final_glue_crawl_role_policy" waiting on "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" waiting on "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment" waiting on "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "root" waiting on "module.glue_transformations_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_api_gateway_role" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_crawler.us_1_glue_crawler"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_lambda_permission.allow_bucket" waiting on "aws_lambda_function.s3_notification_handler"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_job.my_used_etl_job" waiting on "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_crawler.us_1_glue_crawler" waiting on "aws_glue_catalog_database.us_1"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.athena_results_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_lambda_permission.aws_lambda_data_api_permission" waiting on "aws_lambda_function.us_1_data_api_lambda_function"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy.us_1_glue_transformation" waiting on "module.glue_transformations_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.glue_transformations_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_sagemaker_notebook_instance_role" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" waiting on "module.etl_jobs_temp_location.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role.my_used_etl_role" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_trigger.final_glue_crawl_trigger"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket_notification.bucket_notification"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_crawler.final_glue_crawler" waiting on "aws_glue_catalog_database.us_1"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_catalog_database.us_1" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.my_used_etl_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block" waiting on "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_s3_bucket_object.final_glue_crawl_script" waiting on "module.job_dependencies_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment" waiting on "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy.us_1_glue_crawler_policy" waiting on "module.landing_zone_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.athena_results_bucket.output.s3_bucket_arn" waiting on "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_lambda_permission.allow_bucket" waiting on "module.landing_zone_bucket.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_policy.us_1_glue_transformation" waiting on "aws_athena_workgroup.us_1_athena_workgroup_primary"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_s3_bucket_object.my_used_etl_script"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role_policy.us_1_data_api_lambda_role_policy" waiting on "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy" waiting on "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "random_id.uid" waiting on "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "root" waiting on "module.etl_jobs_temp_location.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration" waiting on "aws_sagemaker_model.us_1_sagemaker_model"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_results.output.s3_bucket_id" waiting on "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.glue_transformations_bucket.output.s3_bucket_id" waiting on "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_job.final_glue_crawl_job" waiting on "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_trigger.my_used_etl_workflow_start_trigger" waiting on "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_iam_role_policy.lambda_role_policy"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_glue_crawler.us_1_glue_crawler" waiting on "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.athena_results_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.random_id.uid" waiting on "provider.random"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role_policy.lambda_role_policy" waiting on "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_temp_location.output.s3_bucket_arn" waiting on "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_crawler.final_glue_crawler"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role_policy.my_used_etl_role_policy" waiting on "module.etl_jobs_results.output.s3_bucket_arn"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_s3_bucket_object.product_group_reference_data" waiting on "module.landing_zone_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role.us_1_data_api_lambda_role" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_sagemaker_model.us_1_sagemaker_model" waiting on "module.sagemaker_output_bucket.output.s3_bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy" waiting on "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" waiting on "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.job_dependencies_bucket.output.s3_bucket_arn" waiting on "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" waiting on "provider.aws"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_glue_job.final_glue_crawl_job"
2020/06/19 18:08:16 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.us_1_data_api_lambda_role_policy", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role.final_glue_crawl_job_role", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_glue_crawler_role", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.my_used_etl_role_policy", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_lambda_permission.allow_bucket", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_notebook_instance.us_1_sagemaker_notebook_instance", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.final_glue_crawl_role_policy", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_policy_attachment.us_1_glue_transformation_policy_attachment", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_glue_workflow.my_used_etl_workflow", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.random_id.uid", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_glue_trigger.my_used_etl_workflow_start_trigger", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_integration.us_1_api_gateway_predictions_lambda_integration", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_cloudwatch_log_group.us_1_api_gateway_data_rest_api_log_group", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.random_id.uid", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_lightsail_instance.us_1_data_gateway_lightsail_instance", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_endpoint_configuration.us_1_sagemaker_model_endpoint_configuration", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_glue_crawler.us_1_glue_crawler", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_deployment.us_1_api_gateway_data_rest_api_deployment", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_resource.us_1_api_gateway_predictions_resource", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket_object.product_group_reference_data", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.random_id.uid", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_glue_trigger.final_glue_crawl_trigger", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.us_1_sagemaker_notebook_instance_role_policy", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.random_id.uid", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_glue_transformation_role", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_policy.us_1_glue_transformation", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_lambda_permission.aws_lambda_data_api_permission", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_method.us_1_api_gateway_predictions_method", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "random_id.uid", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_glue_job.final_glue_crawl_job", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_account.us_1_api_gateway_account", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_athena_workgroup.us_1_athena_workgroup_primary", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.s3_notification_handler", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_method_settings.us_1_api_gateway_predictions_method_settings", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_glue_job.my_used_etl_job", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.glue_transformations_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.output.s3_bucket_id", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.us_1_api_gateway_cloud_watch_policy", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role_policy.lambda_role_policy", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_sagemaker_notebook_instance_role", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.athena_results_bucket.aws_s3_bucket_public_access_block.module_s3_bucket_public_access_block", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket_object.final_glue_crawl_script", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_policy_attachment.us_1_glue_crawler_policy_attachment", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_api_gateway_role", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_policy_attachment.us_1_glue_transformation_glue_service_policy_attachment", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_glue_crawler.final_glue_crawler", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.us_1_data_api_lambda_function", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_api_gateway_stage.us_1_api_gateway_data_rest_api_production_stage", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.job_dependencies_bucket.random_id.uid", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket_notification.bucket_notification", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_glue_catalog_database.us_1", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_policy.us_1_glue_crawler_policy", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_endpoint.us_1_sagemaker_model_endpoint", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_s3_bucket_object.my_used_etl_script", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.output.s3_bucket_id", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role.us_1_data_api_lambda_role", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_sagemaker_model.us_1_sagemaker_model", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "aws_iam_role.my_used_etl_role", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.sagemaker_output_bucket.random_id.uid", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.landing_zone_bucket.output.s3_bucket_id", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_temp_location.random_id.uid", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: dependencies changed for "module.etl_jobs_results.output.s3_bucket_arn", sending new deps
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.landing_zone_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "provider.aws"
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:16 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "provider.random"
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.var.bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.var.bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.landing_zone_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.etl_jobs_temp_location.var.bucket_id
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_results.var.bucket_id"
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.var.bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.glue_transformations_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.var.bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.var.bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.etl_jobs_results.var.bucket_id
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] vertex "provider.aws": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: provider.aws
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalInitProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.var.bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] vertex "provider.random": starting visit (*terraform.NodeApplyableProvider)
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.job_dependencies_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] evalVariableValidations: not active for module.glue_transformations_bucket.var.bucket_id, so skipping
2020/06/19 18:08:16 [TRACE] vertex "provider.random": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.glue_transformations_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.var.bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:16 [TRACE] evalVariableValidations: not active for module.etl_jobs_results.var.bucket_id, so skipping
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: provider.random
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.etl_jobs_results.var.bucket_id
2020-06-19T18:08:16.080+0200 [INFO] plugin: configuring client automatic mTLS
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.var.bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalInitProvider
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.sagemaker_output_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:16 [TRACE] evalVariableValidations: not active for module.etl_jobs_temp_location.var.bucket_id, so skipping
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.etl_jobs_temp_location.var.bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.var.bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.athena_results_bucket.var.bucket_id"
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.var.bucket_id": starting visit (*terraform.NodeApplyableModuleVariable)
2020/06/19 18:08:16 [TRACE] evalVariableValidations: not active for module.sagemaker_output_bucket.var.bucket_id, so skipping
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.sagemaker_output_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] evalVariableValidations: not active for module.job_dependencies_bucket.var.bucket_id, so skipping
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.var.bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.var.bucket_id": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.athena_results_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.job_dependencies_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalModuleCallArgument
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.var.bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:16 [TRACE] evalVariableValidations: not active for module.landing_zone_bucket.var.bucket_id, so skipping
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.landing_zone_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.var.bucket_id": visit complete
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSetModuleCallArguments
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.evalVariableValidations
2020/06/19 18:08:16 [TRACE] evalVariableValidations: not active for module.athena_results_bucket.var.bucket_id, so skipping
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.athena_results_bucket.var.bucket_id
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.var.bucket_id": visit complete
2020-06-19T18:08:16.103+0200 [DEBUG] plugin: starting plugin: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 args=[/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4]
2020-06-19T18:08:16.118+0200 [DEBUG] plugin: plugin started: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4 pid=37906
2020-06-19T18:08:16.118+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.60.0_x4
2020-06-19T18:08:16.140+0200 [INFO] plugin.terraform-provider-aws_v2.60.0_x4: configuring server automatic mTLS: timestamp=2020-06-19T18:08:16.140+0200
2020-06-19T18:08:16.165+0200 [DEBUG] plugin: using plugin: version=5
2020-06-19T18:08:16.165+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: plugin address: address=/var/folders/f2/8qq6qg_d3_q6kjk3m7q3lb9r0000gn/T/plugin142743657 network=unix timestamp=2020-06-19T18:08:16.165+0200
2020/06/19 18:08:16 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2020-06-19T18:08:16.216+0200 [TRACE] plugin.stdio: waiting for stdio data
2020/06/19 18:08:16 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:16 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020-06-19T18:08:16.216+0200 [INFO] plugin: configuring client automatic mTLS
2020-06-19T18:08:16.216+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-06-19T18:08:16.239+0200 [DEBUG] plugin: starting plugin: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 args=[/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4]
2020-06-19T18:08:16.244+0200 [DEBUG] plugin: plugin started: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 pid=37907
2020-06-19T18:08:16.244+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4
2020-06-19T18:08:16.253+0200 [INFO] plugin.terraform-provider-random_v2.2.1_x4: configuring server automatic mTLS: timestamp=2020-06-19T18:08:16.252+0200
2020-06-19T18:08:16.278+0200 [DEBUG] plugin.terraform-provider-random_v2.2.1_x4: plugin address: address=/var/folders/f2/8qq6qg_d3_q6kjk3m7q3lb9r0000gn/T/plugin852777518 network=unix timestamp=2020-06-19T18:08:16.278+0200
2020-06-19T18:08:16.278+0200 [DEBUG] plugin: using plugin: version=5
2020/06/19 18:08:16 [TRACE] BuiltinEvalContext: Initialized "random" provider for provider.random
2020/06/19 18:08:16 [TRACE] <root>: eval: terraform.EvalNoop
2020-06-19T18:08:16.328+0200 [TRACE] plugin.stdio: waiting for stdio data
2020/06/19 18:08:16 [TRACE] <root>: eval: terraform.EvalNoop
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/06/19 18:08:16 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2020/06/19 18:08:16 [TRACE] GRPCProvider: GetSchema
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2020/06/19 18:08:16 [TRACE] buildProviderConfig for provider.random: no configuration at all
2020/06/19 18:08:16 [TRACE] GRPCProvider: GetSchema
2020-06-19T18:08:16.329+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/06/19 18:08:16 [TRACE] GRPCProvider: Configure
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: provider.random
2020/06/19 18:08:16 [TRACE] vertex "provider.random": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "random_id.uid": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:16 [TRACE] vertex "random_id.uid": expanding dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": expanding dynamic subgraph
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
random_id.uid - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": expanding dynamic subgraph
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": expanding dynamic subgraph
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": expanding dynamic subgraph
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.random_id.uid": expanding dynamic subgraph
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": expanding dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.random_id.uid": expanding dynamic subgraph
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "random_id.uid" references: []
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:16 [TRACE] vertex "random_id.uid": entering dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "random_id.uid"
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "random_id.uid": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:16 [TRACE] NodeRefreshableManagedResourceInstance: random_id.uid will be refreshed
2020/06/19 18:08:16 [TRACE] vertex "random_id.uid": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: random_id.uid
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.glue_transformations_bucket.random_id.uid - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:16 [TRACE] EvalReadState: reading state for random_id.uid
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": entering dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] UpgradeResourceState: schema version of random_id.uid is still 0; calling provider "registry.terraform.io/-/random" for any other minor fixups
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:16 [TRACE] NodeRefreshableManagedResourceInstance: module.glue_transformations_bucket.random_id.uid will be refreshed
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.landing_zone_bucket.random_id.uid - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:16 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalReadState
2020/06/19 18:08:16 [TRACE] EvalReadState: reading state for module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": entering dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] UpgradeResourceState: schema version of module.glue_transformations_bucket.random_id.uid is still 0; calling provider "registry.terraform.io/-/random" for any other minor fixups
2020/06/19 18:08:16 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.landing_zone_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.job_dependencies_bucket.random_id.uid - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] NodeRefreshableManagedResourceInstance: module.landing_zone_bucket.random_id.uid will be refreshed
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": evaluating
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalReadState
2020/06/19 18:08:16 [TRACE] EvalReadState: reading state for module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": entering dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:16 [TRACE] NodeRefreshableManagedResourceInstance: module.job_dependencies_bucket.random_id.uid will be refreshed
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.sagemaker_output_bucket.random_id.uid - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": evaluating
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] UpgradeResourceState: schema version of module.landing_zone_bucket.random_id.uid is still 0; calling provider "registry.terraform.io/-/random" for any other minor fixups
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalReadState
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [TRACE] EvalReadState: reading state for module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": entering dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:16 [TRACE] UpgradeResourceState: schema version of module.job_dependencies_bucket.random_id.uid is still 0; calling provider "registry.terraform.io/-/random" for any other minor fixups
2020/06/19 18:08:16 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:16 [TRACE] NodeRefreshableManagedResourceInstance: module.sagemaker_output_bucket.random_id.uid will be refreshed
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalReadState
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.athena_results_bucket.random_id.uid - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:16 [TRACE] EvalReadState: reading state for module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalRefresh
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.random_id.uid" references: []
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.random_id.uid": entering dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.athena_results_bucket.random_id.uid"
2020/06/19 18:08:16 [TRACE] UpgradeResourceState: schema version of module.sagemaker_output_bucket.random_id.uid is still 0; calling provider "registry.terraform.io/-/random" for any other minor fixups
2020/06/19 18:08:16 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:16 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:16 [TRACE] NodeRefreshableManagedResourceInstance: module.athena_results_bucket.random_id.uid will be refreshed
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalRefresh
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.random_id.uid": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.athena_results_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.etl_jobs_temp_location.random_id.uid - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:16 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalReadState
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:16 [TRACE] EvalReadState: reading state for module.athena_results_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalRefresh
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.random_id.uid" references: []
2020/06/19 18:08:16 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalRefresh
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": entering dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:16 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:16 [TRACE] UpgradeResourceState: schema version of module.athena_results_bucket.random_id.uid is still 0; calling provider "registry.terraform.io/-/random" for any other minor fixups
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.random_id.uid"
2020/06/19 18:08:16 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.etl_jobs_results.random_id.uid - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:16 [TRACE] NodeRefreshableManagedResourceInstance: module.etl_jobs_temp_location.random_id.uid will be refreshed
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalReadState
2020/06/19 18:08:16 [TRACE] module.glue_transformations_bucket: eval: *terraform.EvalWriteState
2020/06/19 18:08:16 [TRACE] EvalWriteState: recording 0 dependencies for module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:16 [TRACE] EvalWriteState: writing current state object for module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] EvalReadState: reading state for module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:16 [TRACE] module.job_dependencies_bucket: eval: *terraform.EvalWriteState
2020/06/19 18:08:16 [TRACE] EvalWriteState: recording 0 dependencies for module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] EvalWriteState: writing current state object for module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:16 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.random_id.uid" references: []
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalWriteState
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:16 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:16 [TRACE] EvalWriteState: recording 0 dependencies for random_id.uid
2020/06/19 18:08:16 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.random_id.uid": entering dynamic subgraph
2020/06/19 18:08:16 [TRACE] dag/walk: updating graph
2020/06/19 18:08:16 [TRACE] EvalWriteState: writing current state object for random_id.uid
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.glue_transformations_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] UpgradeResourceState: schema version of module.etl_jobs_temp_location.random_id.uid is still 0; calling provider "registry.terraform.io/-/random" for any other minor fixups
2020/06/19 18:08:16 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": dynamic subgraph completed successfully
2020/06/19 18:08:16 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "module.glue_transformations_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.job_dependencies_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "module.etl_jobs_results.random_id.uid"
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: random_id.uid
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": dynamic subgraph completed successfully
2020/06/19 18:08:16 [TRACE] vertex "module.job_dependencies_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.random_id.uid": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:16 [TRACE] vertex "random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] NodeRefreshableManagedResourceInstance: module.etl_jobs_results.random_id.uid will be refreshed
2020/06/19 18:08:16 [TRACE] vertex "random_id.uid": dynamic subgraph completed successfully
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.random_id.uid": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: module.etl_jobs_results.random_id.uid
2020/06/19 18:08:16 [TRACE] vertex "random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalSequence
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalGetProvider
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalReadState
2020/06/19 18:08:16 [TRACE] EvalReadState: reading state for module.etl_jobs_results.random_id.uid
2020/06/19 18:08:16 [TRACE] UpgradeResourceState: schema version of module.etl_jobs_results.random_id.uid is still 0; calling provider "registry.terraform.io/-/random" for any other minor fixups
2020/06/19 18:08:16 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalRefresh
2020/06/19 18:08:16 [TRACE] module.sagemaker_output_bucket: eval: *terraform.EvalWriteState
2020/06/19 18:08:16 [TRACE] EvalWriteState: recording 0 dependencies for module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:16 [TRACE] EvalWriteState: writing current state object for module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.sagemaker_output_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] module.landing_zone_bucket: eval: *terraform.EvalWriteState
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": dynamic subgraph completed successfully
2020/06/19 18:08:16 [TRACE] vertex "module.sagemaker_output_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] EvalWriteState: recording 0 dependencies for module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] EvalWriteState: writing current state object for module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.landing_zone_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": dynamic subgraph completed successfully
2020/06/19 18:08:16 [TRACE] vertex "module.landing_zone_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalRefresh
2020/06/19 18:08:16 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalRefresh
2020/06/19 18:08:16 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:16 [TRACE] module.athena_results_bucket: eval: *terraform.EvalWriteState
2020/06/19 18:08:16 [TRACE] EvalWriteState: recording 0 dependencies for module.athena_results_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] EvalWriteState: writing current state object for module.athena_results_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.athena_results_bucket.random_id.uid
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.random_id.uid": dynamic subgraph completed successfully
2020/06/19 18:08:16 [TRACE] vertex "module.athena_results_bucket.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalWriteState
2020/06/19 18:08:16 [TRACE] module.etl_jobs_results: eval: *terraform.EvalWriteState
2020/06/19 18:08:16 [TRACE] EvalWriteState: recording 0 dependencies for module.etl_jobs_results.random_id.uid
2020/06/19 18:08:16 [TRACE] EvalWriteState: writing current state object for module.etl_jobs_results.random_id.uid
2020/06/19 18:08:16 [TRACE] EvalWriteState: recording 0 dependencies for module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:16 [TRACE] EvalWriteState: writing current state object for module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.etl_jobs_results.random_id.uid
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.random_id.uid": dynamic subgraph completed successfully
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_results.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: module.etl_jobs_temp_location.random_id.uid
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": dynamic subgraph completed successfully
2020/06/19 18:08:16 [TRACE] vertex "module.etl_jobs_temp_location.random_id.uid": visit complete
2020/06/19 18:08:16 [TRACE] dag/walk: visiting "provider.random (close)"
2020/06/19 18:08:16 [TRACE] vertex "provider.random (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/06/19 18:08:16 [TRACE] vertex "provider.random (close)": evaluating
2020/06/19 18:08:16 [TRACE] [walkRefresh] Entering eval tree: provider.random (close)
2020/06/19 18:08:16 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2020/06/19 18:08:16 [TRACE] GRPCProvider: Close
2020-06-19T18:08:16.338+0200 [DEBUG] plugin: plugin process exited: path=/Users/aleksandersumowski//data-project/terraform/.terraform/plugins/darwin_amd64/terraform-provider-random_v2.2.1_x4 pid=37907
2020-06-19T18:08:16.338+0200 [DEBUG] plugin: plugin exited
2020/06/19 18:08:16 [TRACE] [walkRefresh] Exiting eval tree: provider.random (close)
2020/06/19 18:08:16 [TRACE] vertex "provider.random (close)": visit complete
2020/06/19 18:08:16 [TRACE] GRPCProvider: Configure
2020-06-19T18:08:16.373+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:16 [INFO] No assume_role block read from configuration
2020-06-19T18:08:16.373+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:16 [INFO] Building AWS auth structure
2020-06-19T18:08:16.373+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:16 [INFO] Setting AWS metadata API timeout to 100ms
2020-06-19T18:08:17.919+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:17 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2020-06-19T18:08:17.919+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:17 [INFO] AWS Auth provider used: "EnvProvider"
2020-06-19T18:08:17.919+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:17 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-06-19T18:08:18.574+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:18 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020/06/19 18:08:19 [TRACE] [walkRefresh] Exiting eval tree: provider.aws
2020/06/19 18:08:19 [TRACE] vertex "provider.aws": visit complete
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:19 [TRACE] vertex "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_transformation_role": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_glue_catalog_database.us_1"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_api_gateway_role": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:19 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_api_gateway_role": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_sagemaker_notebook_instance_role": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_sagemaker_notebook_instance_role": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_transformation_role": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_crawler_role": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_crawler_role": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle"
2020/06/19 18:08:19 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.final_glue_crawl_job_role": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.final_glue_crawl_job_role": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.iam_for_lambda": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:19 [TRACE] vertex "aws_lightsail_instance.us_1_data_gateway_lightsail_instance": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_lightsail_instance.us_1_data_gateway_lightsail_instance": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_workflow.my_used_etl_workflow": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_catalog_database.us_1": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_catalog_database.us_1": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_data_api_lambda_role": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_data_api_lambda_role": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.my_used_etl_role": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.my_used_etl_role": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResource)
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_workflow.my_used_etl_workflow": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket": expanding dynamic subgraph
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api"
2020/06/19 18:08:19 [TRACE] vertex "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api will be refreshed
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] vertex "aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api": evaluating
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_api_gateway_rest_api.us_1_api_gateway_data_rest_api is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket will be refreshed
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.athena_results_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket will be refreshed
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of module.etl_jobs_temp_location.aws_s3_bucket.module_s3_bucket is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] vertex "module.athena_results_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: module.athena_results_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] module.athena_results_bucket: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] module.athena_results_bucket: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] module.athena_results_bucket: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.us_1_api_gateway_role - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for module.athena_results_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_api_gateway_role" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_api_gateway_role": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_api_gateway_role"
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of module.athena_results_bucket.aws_s3_bucket.module_s3_bucket is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_api_gateway_role": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_iam_role.us_1_api_gateway_role will be refreshed
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.us_1_sagemaker_notebook_instance_role - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_api_gateway_role": evaluating
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role.us_1_api_gateway_role
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_iam_role.us_1_api_gateway_role
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_sagemaker_notebook_instance_role" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_sagemaker_notebook_instance_role": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_sagemaker_notebook_instance_role"
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_iam_role.us_1_api_gateway_role is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_sagemaker_notebook_instance_role": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_iam_role.us_1_sagemaker_notebook_instance_role will be refreshed
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_sagemaker_notebook_instance_role": evaluating
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role.us_1_sagemaker_notebook_instance_role
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.us_1_glue_transformation_role - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_iam_role.us_1_sagemaker_notebook_instance_role
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_glue_transformation_role" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_transformation_role": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_iam_role.us_1_sagemaker_notebook_instance_role is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_glue_transformation_role"
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_transformation_role": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_iam_role.us_1_glue_transformation_role will be refreshed
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_transformation_role": evaluating
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role.us_1_glue_transformation_role
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.us_1_glue_crawler_role - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_iam_role.us_1_glue_transformation_role
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_glue_crawler_role" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_crawler_role": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_iam_role.us_1_glue_transformation_role is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_glue_crawler_role"
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_crawler_role": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_iam_role.us_1_glue_crawler_role will be refreshed
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_glue_crawler_role": evaluating
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role.us_1_glue_crawler_role
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_iam_role.us_1_glue_crawler_role
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_iam_role.us_1_glue_crawler_role is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle"
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.final_glue_crawl_job_role - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle"
2020/06/19 18:08:19 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle will be refreshed
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": evaluating
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_iam_role.final_glue_crawl_job_role" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.final_glue_crawl_job_role": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.final_glue_crawl_job_role"
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.final_glue_crawl_job_role": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_iam_role.final_glue_crawl_job_role will be refreshed
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.final_glue_crawl_job_role": evaluating
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role.final_glue_crawl_job_role
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_iam_role.final_glue_crawl_job_role
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.iam_for_lambda": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_lightsail_instance.us_1_data_gateway_lightsail_instance - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_iam_role.final_glue_crawl_job_role is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda"
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_iam_role.iam_for_lambda will be refreshed
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role.iam_for_lambda
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_iam_role.iam_for_lambda
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_iam_role.iam_for_lambda is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_glue_catalog_database.us_1 - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] vertex "aws_lightsail_instance.us_1_data_gateway_lightsail_instance": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_glue_catalog_database.us_1" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_lightsail_instance.us_1_data_gateway_lightsail_instance"
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_lightsail_instance.us_1_data_gateway_lightsail_instance": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_catalog_database.us_1": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_lightsail_instance.us_1_data_gateway_lightsail_instance will be refreshed
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] vertex "aws_lightsail_instance.us_1_data_gateway_lightsail_instance": evaluating
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_glue_catalog_database.us_1"
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_lightsail_instance.us_1_data_gateway_lightsail_instance
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_glue_catalog_database.us_1"
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_catalog_database.us_1": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_glue_catalog_database.us_1 will be refreshed
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_catalog_database.us_1": evaluating
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_glue_catalog_database.us_1
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020-06-19T18:08:19.486+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:19 [DEBUG] Reading API Gateway sxtehlxzz9
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket will be refreshed
2020/06/19 18:08:19 [TRACE] vertex "module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:19 [TRACE] module.athena_results_bucket: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: module.sagemaker_output_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:19 [TRACE] module.etl_jobs_temp_location: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.us_1_data_api_lambda_role - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] module.athena_results_bucket: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_iam_role.us_1_data_api_lambda_role" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_data_api_lambda_role": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.us_1_data_api_lambda_role"
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_data_api_lambda_role": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_iam_role.us_1_data_api_lambda_role will be refreshed
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.us_1_data_api_lambda_role": evaluating
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role.us_1_data_api_lambda_role
2020-06-19T18:08:19.489+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:19 [DEBUG] Waiting for state to become: [success]
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_iam_role.my_used_etl_role - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket will be refreshed
2020/06/19 18:08:19 [TRACE] vertex "module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: module.glue_transformations_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_iam_role.my_used_etl_role" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.my_used_etl_role": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_iam_role.my_used_etl_role"
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.my_used_etl_role": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_glue_workflow.my_used_etl_workflow - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020-06-19T18:08:19.489+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:19 [DEBUG] Waiting for state to become: [success]
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_iam_role.my_used_etl_role will be refreshed
2020/06/19 18:08:19 [TRACE] vertex "aws_iam_role.my_used_etl_role": evaluating
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role.my_used_etl_role
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "aws_glue_workflow.my_used_etl_workflow" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_workflow.my_used_etl_workflow": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "aws_glue_workflow.my_used_etl_workflow"
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_workflow.my_used_etl_workflow": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: aws_glue_workflow.my_used_etl_workflow will be refreshed
2020/06/19 18:08:19 [TRACE] vertex "aws_glue_workflow.my_used_etl_workflow": evaluating
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: aws_glue_workflow.my_used_etl_workflow
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket will be refreshed
2020/06/19 18:08:19 [TRACE] vertex "module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: module.job_dependencies_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.etl_jobs_results.aws_s3_bucket.module_s3_bucket - *terraform.NodeRefreshableManagedResourceInstance
------
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket will be refreshed
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/06/19 18:08:19 [TRACE] vertex "module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: module.landing_zone_bucket.aws_s3_bucket.module_s3_bucket
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/06/19 18:08:19 [DEBUG] ReferenceTransformer: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket" references: []
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/06/19 18:08:19 [TRACE] Executing graph transform *terraform.RootTransformer
2020/06/19 18:08:19 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket": entering dynamic subgraph
2020/06/19 18:08:19 [TRACE] dag/walk: updating graph
2020/06/19 18:08:19 [TRACE] dag/walk: added new vertex: "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] dag/walk: visiting "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket"
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/06/19 18:08:19 [TRACE] NodeRefreshableManagedResourceInstance: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket will be refreshed
2020/06/19 18:08:19 [TRACE] vertex "module.etl_jobs_results.aws_s3_bucket.module_s3_bucket": evaluating
2020/06/19 18:08:19 [TRACE] [walkRefresh] Entering eval tree: module.etl_jobs_results.aws_s3_bucket.module_s3_bucket
2020-06-19T18:08:19.775+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:19 [DEBUG] Waiting for state to become: [success]
2020-06-19T18:08:19.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: 2020/06/19 18:08:19 [DEBUG] Waiting for state to become: [success]
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalWriteState
2020/06/19 18:08:19 [TRACE] EvalWriteState: recording 0 dependencies for aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:19 [TRACE] EvalWriteState: writing current state object for aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:19 [TRACE] [walkRefresh] Exiting eval tree: aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle
2020/06/19 18:08:19 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": visit complete
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalSequence
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/06/19 18:08:19 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": dynamic subgraph completed successfully
2020/06/19 18:08:19 [TRACE] vertex "aws_sagemaker_notebook_instance_lifecycle_configuration.us_1_sagemaker_notebook_instance_lifecycle": visit complete
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalReadState
2020/06/19 18:08:19 [TRACE] EvalReadState: reading state for aws_lightsail_instance.us_1_data_gateway_lightsail_instance
2020/06/19 18:08:19 [TRACE] UpgradeResourceState: schema version of aws_lightsail_instance.us_1_data_gateway_lightsail_instance is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/06/19 18:08:19 [TRACE] GRPCProvider: UpgradeResourceState
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/06/19 18:08:19 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/06/19 18:08:19 [TRACE] GRPCProvider: ReadResource
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: panic: Error reading level state: strconv.ParseInt: parsing "0.5": invalid syntax
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4:
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: goroutine 306 [running]:
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*ResourceData).get(0xc00040e5b0, 0xc000ab2760, 0x1, 0x1, 0x1046f08, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/schema/resource_data.go:540 +0x3a0
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*ResourceData).State(0xc00040e5b0, 0xc0012f1bd0)
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/schema/resource_data.go:338 +0x321
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).ShimInstanceStateFromValue(0xc0006a19e0, 0x6f1bc40, 0xc000d86268, 0x5873c40, 0xc000a1ef30, 0x6f1bc40, 0xc000d86268, 0x5873c40)
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/schema/resource.go:196 +0x1a1
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ReadResource(0xc000628d60, 0x6f1af40, 0xc000a1e6f0, 0xc000146c00, 0xc000628d60, 0xc000a1e6f0, 0xc001002b30)
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin/grpc_provider.go:510 +0x26c
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ReadResource_Handler(0x63eb920, 0xc000628d60, 0x6f1af40, 0xc000a1e6f0, 0xc000146b40, 0x0, 0x6f1af40, 0xc000a1e6f0, 0xc000f99200, 0x210)
2020-06-19T18:08:19.850+0200 [DEBUG] plugin.terraform-provider-aws_v2.60.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5/tfplugin5.pb.go:3269 +0x217
2020-06-19T18:08:19.850+0200 [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment