Created
April 8, 2022 03:33
-
-
Save esteban1983cl/05f1237df3a71c7e4cb22b9d9ea533c5 to your computer and use it in GitHub Desktop.
terraform import failed using postgresql provider
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2022-04-07T23:27:13.250-0400 [INFO] Terraform version: 1.1.8 | |
2022-04-07T23:27:13.251-0400 [INFO] Go runtime version: go1.17.2 | |
2022-04-07T23:27:13.251-0400 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.2.0/versions/1.1.8/terraform", "import", "aws_iam_service_linked_role.opensearch", "arn:aws:iam::999999999999:role/aws-service-role/es.amazonaws.com/AWSServiceRoleForAmazonElasticsearchService"} | |
2022-04-07T23:27:13.251-0400 [DEBUG] Attempting to open CLI config file: /Users/dolape/.terraformrc | |
2022-04-07T23:27:13.251-0400 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2022-04-07T23:27:13.252-0400 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2022-04-07T23:27:13.252-0400 [DEBUG] ignoring non-existing provider search directory /Users/dolape/.terraform.d/plugins | |
2022-04-07T23:27:13.252-0400 [DEBUG] ignoring non-existing provider search directory /Users/dolape/Library/Application Support/io.terraform/plugins | |
2022-04-07T23:27:13.252-0400 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2022-04-07T23:27:13.253-0400 [INFO] CLI command args: []string{"import", "aws_iam_service_linked_role.opensearch", "arn:aws:iam::999999999999:role/aws-service-role/es.amazonaws.com/AWSServiceRoleForAmazonElasticsearchService"} | |
2022-04-07T23:27:17.333-0400 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2022-04-07T23:27:17.333-0400 [DEBUG] Trying to get account information via sts:GetCallerIdentity | |
2022-04-07T23:27:17.334-0400 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.8 aws-sdk-go/1.42.35 (go1.17.2; darwin; amd64) | |
Content-Length: 43 | |
Authorization: AWS4-HMAC-SHA256 Credential=AKIAYIZKWP7DVQRW5EVM/20220408/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=46e74f7bc455347a2303ab123a9307b98c38871a014f7ea8d7d51592c004aeaf | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20220408T032717Z | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
----------------------------------------------------- | |
2022-04-07T23:27:18.301-0400 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 409 | |
Content-Type: text/xml | |
Date: Fri, 08 Apr 2022 03:27:17 GMT | |
X-Amzn-Requestid: 2e186854-ea22-4baa-808c-e49f2c9d0fae | |
----------------------------------------------------- | |
2022-04-07T23:27:18.302-0400 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:iam::999999999999:user/terraforming</Arn> | |
<UserId>AIDAYIZKWP7D7OB45HRUL</UserId> | |
<Account>999999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>2e186854-ea22-4baa-808c-e49f2c9d0fae</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse> | |
2022-04-07T23:27:20.457-0400 [DEBUG] checking for provisioner in "." | |
2022-04-07T23:27:20.458-0400 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/2.2.0/versions/1.1.8" | |
2022-04-07T23:27:20.462-0400 [DEBUG] [aws-sdk-go] DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET /?max-keys=1000&prefix=env%3A%2F HTTP/1.1 | |
Host: mybucket.s3.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.8 aws-sdk-go/1.42.35 (go1.17.2; darwin; amd64) | |
Authorization: AWS4-HMAC-SHA256 Credential=AKIAYIZKWP7DVQRW5EVM/20220408/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d98e527d0bca3069a1f1c0824b5d788fefd42f945cb07e16a089f31c3ada2317 | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20220408T032720Z | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2022-04-07T23:27:21.182-0400 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Fri, 08 Apr 2022 03:27:22 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-east-1 | |
X-Amz-Id-2: mM/VPi/8FU73o0tI5I1oBFkEqjCz/pWzd+18bMTVS+glbDjLgo8UE9fmAQYDJojPvT742dTaUII= | |
X-Amz-Request-Id: 7924D2CHEVVBA0ZK | |
----------------------------------------------------- | |
2022-04-07T23:27:21.183-0400 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>txd-tfstate</Name><Prefix>env:/</Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult> | |
2022-04-07T23:27:21.183-0400 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET /staging-tf-013.tfstate HTTP/1.1 | |
Host: mybucket.s3.amazonaws.com | |
User-Agent: APN/1.0 HashiCorp/1.0 Terraform/1.1.8 aws-sdk-go/1.42.35 (go1.17.2; darwin; amd64) | |
Authorization: AWS4-HMAC-SHA256 Credential=AKIAYIZKWP7DVQRW5EVM/20220408/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=081d5ed2faa7fc728e00d4fe9dfd0f897302568003bf5bb9c07d32e84a363cfd | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20220408T032721Z | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2022-04-07T23:27:21.953-0400 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 7766880 | |
Accept-Ranges: bytes | |
Content-Type: application/json | |
Date: Fri, 08 Apr 2022 03:27:22 GMT | |
Etag: "bcd7622db2ff53e3780e19b142265582" | |
Last-Modified: Fri, 08 Apr 2022 03:12:10 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: LNXB6v90txQWEeuDfY2giuZPgAIsYG+2xwPVCmxFOR0hz0O3cNoSMpQBo7TrkQiedtjosowH6rE= | |
X-Amz-Request-Id: 792ATR62GQR7NE2Y | |
X-Amz-Server-Side-Encryption: AES256 | |
X-Amz-Version-Id: J40IVTiz608TsmpySITnbM_8j.oVMCSN | |
----------------------------------------------------- | |
2022-04-07T23:27:21.953-0400 [DEBUG] [aws-sdk-go] | |
2022-04-07T23:27:26.130-0400 [DEBUG] Building and walking import graph | |
2022-04-07T23:27:26.697-0400 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/random"], implied first by module.style-ms-rds.module.rds.random_password.master_password | |
2022-04-07T23:27:26.698-0400 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/template"], implied first by module.ops_eks.data.template_file.userdata | |
2022-04-07T23:27:26.699-0400 [DEBUG] adding implicit provider configuration provider["terraform.io/builtin/terraform"], implied first by data.terraform_remote_state.k8s_governance | |
2022-04-07T23:27:26.699-0400 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/cloudinit"], implied first by module.green_eks.module.node_groups.data.cloudinit_config.workers_userdata | |
2022-04-07T23:27:26.703-0400 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.ops_eks.local_file.kubeconfig | |
2022-04-07T23:27:26.834-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.daas_shipments_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "aws_autoscaling_schedule.daily_shutdown" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "aws_acm_certificate_validation.green_cert_validation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_sos_validate_stages" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "data.aws_autoscaling_groups.asg_staging_cluster_autoscaling_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_cl_sos_order_services" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-kiosco-orders-parquet-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.shipping_methods_process_this_file" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.835-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_launch_configuration.launch_configuration" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.sos_vtex_cancel" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.efs_novios_blog.aws_security_group_rule.egress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.node_groups.aws_eks_node_group.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.dispatch_guides_sqs_queue_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "random_password.invsel_reporter" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_iam_instance_profile.custom_worker_group_launch_template_iam_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks_the_shippergddattach_s3_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.txd-chi-test-siebel_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-transbank-cleansed-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.workers_ingress_cluster_primary" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-shipping-and-details-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "aws_redshift_cluster.txd-cl-datalake" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.836-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.data.aws_subnet.public_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.efs_promo_orchestrator.aws_security_group_rule.egress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.cencosud_test_txd_cl_cons" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-catalogo-marketplace-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.cencosud_test_txd_cl_lnd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "aws_network_interface.mawmcli_private_ip" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "aws_docdb_cluster_instance.sourcing_stores_docdb_cluster_instance" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_seller.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_security_group.ec2_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "aws_iam_role.elasticsearch-snapshots-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.sales_order_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "data.aws_resourcegroupstaggingapi_resources.efs_by_tag" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.837-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.pim_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.eurofashion-s3-access-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-kiosco-segmented-orders-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_api_gateway_vpc_link.eks_link" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.cl_ecom_inconsistencies_report_generate_rule" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-catalogo-marketplace-imagenes-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_autoscaling_policy.asg_scale_down" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.cl_tienda_digital_price_delivery" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.k8s_velero_backup_bucket_staging_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.efs_promo_orchestrator.aws_security_group_rule.ingress_security_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.eiffel_approval_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-mkp-ledger-returnsqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_elasticsearch_domain.common" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "data.aws_db_instance.rmawn" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.devops_tools_kubecost_ec2_spot_data_feed_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.838-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_redshift_subnet_group.txd-cl-datalake-redshift-subnetgroup" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.cl_devops_send_findings" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_tms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.cloudfront_high_total_error_rate" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "null_resource.ops_tag_public_subnets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-catalogo-marketplace-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.notes-eom-beetrack-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.mawn_database_replica_cloudwatch" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_carrier_assignment.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.template_file.userdata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/template"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-pim-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.eiffel_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.libroweb_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.paris-peru-sfcc-bucket" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.data.aws_iam_policy_document.sns_topic_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.datalake_parameters_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.839-0400 [DEBUG] ProviderTransformer: "module.rds_pim.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "aws_rds_cluster.sls-eiffel-invoice" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_iam_role.ec2_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "aws_docdb_subnet_group.sourcing_stores_docdb_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_autoscaling_group.ec2_autoscaling_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "random_string.vt_paris_rds_username" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.rds-customer.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.sealed_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.giftcard_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-mkp-ledger-trxstatussqs-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_iam_role.ec2_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.cluster_https_worker_ingress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.cluster_primary_ingress_workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.cencosud_test_txd_cl_gitlab_runner" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.elb_request_error_500_rate" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.840-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.abastecimiento_tienda_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.default_sos_validate_stages" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.module.efs.aws_security_group_rule.egress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.efs_mawmcli2.aws_security_group_rule.ingress_security_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_ami.eks_worker_windows" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.module.efs.aws_security_group_rule.ingress_security_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "aws_security_group.sfcc_sftp_private_sg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.module.efs.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_cloudwatch_metric_alarm.status_check_failed_instance" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_memory_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_instance_profile.workers_launch_template" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.841-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_namespace.nginx_tcp_private_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.kiosco_bucket_acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "random_password.password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "aws_iam_role.promo_orchestrator_copy_server_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "aws_route53_zone.services" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_cloudwatch_metric_alarm.nlb_unhealthy_hosts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.dms_assume_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "aws_eip.pariscl_sfcc_elastic_ips" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.efs_promo_orchestrator.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud-test-txd-cl-rds-snapshot-restore" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.842-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.workers_egress_internet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "data.aws_eks_cluster_auth.ops_cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud_test_txd_cl_wrk_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud_test_txd_cl_devops_files" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.sales_transactions_to_redshift" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.repo_atc_process_this_file" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-eom-capacidades-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-airflow.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.k8s-spark-jobs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_seller.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_iam_policy_document.workers_assume_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-more-shipping-details-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_sns_topic.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_tms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-mkp-seller-compliance-sqs-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.843-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.eom_services_eks_user_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_sos_stage_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.cl_sgdd_dispatch_guides" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_caller_identity.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.cencosud_test_txd_cl_wrk" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.cl_ecom_jda_sku_sync_sent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_security_group_rule.ec2_security_group_ingress_allowed_nlb_network_interfaces" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_iam_role_policy_attachment.ec2_role_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.mercury_send_mail" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_autoscaling_group.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "aws_iam_role.dms-eom-purchase-order-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.es_logging.aws_cloudwatch_log_group.elasticsearch-log-group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.green_eks.local_file.kubeconfig" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/local"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.844-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.ops_addons.null_resource.default_node_critical_priority_class" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_cluster_role_binding.system_dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.devops_backup_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_sgdd_ship_confirm" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.sls-cenco-pim-cluster-subnet-group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_seller.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-mkp-ledger-trxstatussqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "aws_iam_role.fileshare_ec2_admin_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-rpa-tiendas.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "aws_iam_role.promotions-orchestration-stand-alone-access-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.845-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.istore_s3_block_public_access" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.ops_efs.aws_security_group_rule.ingress_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "aws_security_group.mawmcli_private_sg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.odeon_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_carrier_assignment.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.metrics_server" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "data.aws_security_group.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "aws_eip_association.mawmcli3_eip_association" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.pariscl_s3_access_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.cl_ecom_notification_sent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.846-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_launch_template.workers_launch_template" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_iam_role_policy_attachment.additional_role_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.efs_novios_blog.aws_security_group_rule.ingress_security_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-transacciones-importador-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_acm_certificate.services" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.kiosco_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_docdb_cluster_instance.kiosco_docdb_cluster_instance" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "null_resource.ops_tag_private_subnets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.mercury_topic_full_access" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_memory_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.repo-atc" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud_test_txd_cl_stg_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume_role_policy_ForSnsPublish_from_sos_stage_cancel_order_vtex" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-eom-distribucion-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.dl_sales_transactions_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-importer-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "aws_kms_alias.secrets_manager_key" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.efs_promo_orchestrator.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.847-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_placement_group.placement" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "aws_backup_region_settings.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.ecom_certifications_load" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "data.aws_resourcegroupstaggingapi_resources.rds_by_tag" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "aws_iam_user.pariscl_s3_user" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.access_logging_acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.data.aws_subnet.public_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role_policy_attachment.workers_AmazonEC2ContainerRegistryReadOnly" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.ops_addons.null_resource.aws_node" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.ec2_high_cpu" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_stock.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_autoscaling_group.ec2_autoscaling_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-parquet-more-shipping-details-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "aws_iam_role.mercury_foreign_access_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.tsl-promociones-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-siebel-casos-csv2redshift-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.848-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.cl_ecom_ucdm_report_events_generate_rule" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-rpa-tiendas.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.green_addons.null_resource.kubectl_cilium_label_service_monitors" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "data.aws_prefix_list.gateway_s3" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.ops_efs.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.shippergdd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.kube_system_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_notification.process_this_file_bucket_notification" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.eurofashion_s3" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.ops_eks.random_pet.workers_launch_template" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.849-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.ops_thanos_storage_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_launch_configuration.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "data.terraform_remote_state.k8s_governance" (*terraform.NodeAbstractResource) needs provider["terraform.io/builtin/terraform"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_notification.platform-dev-platform-cl-ccom-jumboback-process-sender-notify" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.pariscl_sfccsftp_efs.module.efs-alarms.aws_cloudwatch_metric_alarm.io_percentage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.green_efs.aws_security_group_rule.ingress_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "data.aws_efs_file_system.mawn_itemimagestore" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_autoscaling_group.ec2_autoscaling_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.cl_sgdd_ship_confirm_queue_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.abastecimiento_tienda_policy_attach_s3_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.sls-eiffel-notification-cluster-subnet-group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.free_storage_space_total_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_autoscaling_group.workers_launch_template" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_copy_server_status_check_failed_instance" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.850-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_eks_cluster.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud_test_txd_cl_logistica_cd_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_policy.cluster_elb_sl_role_creation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_security_group.ec2_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.module.efs.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_iam_role.ec2_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.efs_mawmcli2.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.pim_subnet_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.crosstrading_ms_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.ec2_image_builder" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.eiffel-xml-orders-acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.repo_atc_download_this_file" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-kiosco-orders-raw-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.master_jvm_memory_pressure_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.ops_eks.local_file.kubeconfig" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/local"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_tienda_digital_price_delivery_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-seller-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_security_group.efs_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "aws_lb_target_group_attachment.redshift_google_data_studio" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.851-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.cl_dl_dispatch_transacciones_return_created_fifo_queue_sub" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.ops_thanos_storage" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.is-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "data.aws_caller_identity.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "aws_dynamodb_table.ecom_pdm_detail" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_create_order_payment_vtex" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.cluster_private_access" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "aws_docdb_cluster_parameter_group.sourcing_stores_docdb_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-quality1-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.852-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.data.aws_network_interface.lb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume_role_policy_ForSnsPublish_from_sos_stage_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_parameter_group.aws_db_parameter_group.this_no_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.sos_vtex_invoiced" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.download_this_file_sqs_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.es_logging_user_policies" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "aws_backup_vault.backup_vault" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.eiffel-pim-bucket" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_lb_listener.nlb_listener_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.cl_ecom_comex_import_workflow_rule_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.green_eks.random_pet.workers_launch_template" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "aws_network_interface_attachment.sfcc_sftp_private_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-more-shipping-details-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.853-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.bucket1" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_rds_cluster.sls-cenco-pim" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.eurofashion_s3_block_public_access" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_route53_zone.main" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_eks_cluster.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_stock.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.daas_shipments_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud-test-txd-cl-raw" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.eiffel_ledger_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_acm_certificate.ops" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_security_group_rule.ec2_security_group_ingress_allowed_nlb_network_interfaces" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_route53_record.opensearch_common_dashboard" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.eiffel_pim_roles" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.854-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.bookstack_eks_user_s3_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_iam_policy.ec2_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_lb_target_group.nlb_target_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.fargate.data.aws_iam_policy_document.eks_fargate_pod_assume_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud_test_txd_cl_lnd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_eip.public_ip" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "aws_iam_role.dms-cloudwatch-logs-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-beetrack-parquet-to-bd-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_lb_listener.nlb_listener_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.bucket2_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_sos_stage_create_order_jns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.855-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_sos_stage_create_order_cs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_route53_record.dns_record_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.mawm_rds_replica_lag" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_iam_role_policy_attachment.additional_role_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "aws_iam_role.mawn_database_replica_cloudwatch" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.green_efs.aws_security_group_rule.ingress_security_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.dispatch_guides_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "data.aws_eks_cluster_auth.green_cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_cloudwatch_metric_alarm.status_check_failed_system" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.nginx_private_http" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.sealed_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_lb_target_group_attachment.single_server_target_group_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.856-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-airflow.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_stream.sales_transactions_to_redshift" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.cilium" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_route53_record.dns_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud-test-txd-cl-rds-snapshot-restore_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.external_dns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_seller.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.cl_sos_stage_create_oc_payment_vtex_sns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.pim-s3-bucket" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "aws_instance.promotions-orchestration-stand-alone" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "data.aws_subnet.subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_placement_group.placement" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_style_changes_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.857-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sfcc_sftp_server_access_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_cluster_role.system_dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud-desa-txd-chi-teradata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_iam_role_policy_attachment.additional_role_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.elb_healthy_host_count" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_cloudwatch_metric_alarm.status_check_failed_system" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.nginx_private_tcp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "aws_docdb_cluster.docdb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.sftp_server_mawm_accounts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.workers_ingress_cluster_https" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "null_resource.green_tag_public_subnets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.thanos-objstore-config" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "aws_cloudfront_distribution.eurofashion_cl" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-beetrack-s3-to-parquet-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_resource_policy.opensearch_common_logs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.k8s-helm-charts_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.858-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_eip.public_ip" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.libroweb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.cups_server_mawm_accounts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "aws_security_group.green_worker_management" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-raw-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.efs_novios_blog.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.mawn_iam_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.pariscl_sfccsftp_efs.module.efs-alarms.aws_cloudwatch_metric_alarm.burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "aws_elasticache_subnet_group.ecom-redis" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.sos_vtex_cancel" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "random_password.passwords" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.859-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-mtd-raw-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "aws_iam_instance_profile.promotions-orchestration-stand-alone-instance-profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-sale-and-details-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-ventaenlinea.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.policy_control_for_RoleForSnsPublish_from_ccom_sos_k8s" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "aws_route53_record.istore_delivery_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.k8s_velero_backup_bucket_staging" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.nginx_private_tcp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_cloudwatch_metric_alarm.memory_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_status_check_failed_instance" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_sos_stage_cancel_order_vtex" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_disk_used_percent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_autoscaling_group.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "data.aws_subnet_ids.private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "aws_lb_target_group.pariscl_sfcc_public_nlb_target_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.860-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.ops_eks.kubernetes_config_map.aws_auth" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.purchase-order-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_seller.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.ops_addons.data.template_file.prometheus_thanos_config" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/template"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy.ec2_admin_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.paris-peru-sfcc-folder2" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.is_rds_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_namespace.nginx_http_private_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "aws_autoscaling_schedule.daily_start" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.thanos-objstore-config" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eurofashion-s3-access-policypolicy-attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.node_groups.aws_eks_node_group.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.mercury_topic_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.efs_novios_blog.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.cl_devops_send_finding_topic" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.861-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.ecom_cross_dock_invoker" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-beetrack-api-to-s3-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_route53_record.dns_record_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.cencosud_test_txd_cl_logistica_cd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.cl_sgdd_dispatch_guides" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_namespace.nginx_http_private_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "aws_instance.promo_orchestration_copy_server" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "aws_iam_role.dl_sales_transactions_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.ops_efs.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_iam_role.custom_cluster_iam_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.default_create_cs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "aws_iam_service_linked_role.opensearch" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.862-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_cloudwatch_metric_alarm.nlb_unhealthy_hosts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_cloudwatch_metric_alarm.cpu_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "aws_route53_zone.testing_eurofashion_cl" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.sos_vtex_payment_pending" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-digital-promotions" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-more-sale-details-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-giftcard-admincupones.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy.serverless-deploy-policy-user-eks-txd-ecommerce" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_cpu_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "data.aws_secretsmanager_secret.opensearch_common" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_carrier_assignment.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-tms-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.863-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.cl_ecom_ucdm_report_events_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_namespace.nginx_http_public_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.abastecimiento_tiendas_lambda_s3_bucket_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_iam_instance_profile.custom_worker_group_iam_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_ingress_oc_bocbol" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "postgresql_grant.invsel_metabase_readonly_tables" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/cyrilgdn/postgresql"].inventario_selectivo | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.864-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.template_file.launch_template_userdata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/template"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.pariscl_sfccsftp_efs.aws_efs_file_system.main" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.aws_ebs_csi_driver" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume-role-policy_ForSnsPublish_from_cl_sos_order_services" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_lb.nlb_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-eom-capacidades-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.es-logging-backup-bucket" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.sos_vtex_invoiced" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-beetrack-s3-to-parquet-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-catalogo-marketplace-imagenes-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.865-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "data.aws_ami.macmysqlcli" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_sns_topic.default_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.module.efs.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.efs_mawmcli2.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_lb_target_group.nlb_target_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "aws_iam_instance_profile.rpa_tiendas_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.abastecimiento_tiendas_lambda_s3_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "aws_iam_user.repo_atc_s3_user" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.devopseiffel-seller-invoice_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks_datos_lambda_attach_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_lb.nlb_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud_test_txd_cl_cons" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.node_groups.data.cloudinit_config.workers_userdata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/cloudinit"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_route53_record.dns_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.866-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.module.efs.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.eiffel-pim-bucket-acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_rr_eiffel_seller.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "aws_cloudfront_distribution.kiosco_install_cdn" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_copy_server_memory_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-sale-and-details-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.cl_ecom_style_changes_generate_rule" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.867-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud_test_txd_cl_cons_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.fargate.aws_eks_fargate_profile.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_allow_invoiced_suscription" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_lb_target_group.nlb_target_group_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "aws_iam_role.rpa_tiendas_app_server_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.purchase-order-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.eiffel-seller-invoice-acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "tls_private_key.sealed_secrets_shared_private_key" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/tls"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.grafana-ldap-config" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.efs_mawmcli2.aws_security_group_rule.egress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_cloudwatch_metric_alarm.status_check_failed_instance" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.security_ms_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-raw-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.mawm_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.868-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.cl_ecom_jda_sku_sync_sent_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.kong_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_carrier_assignment.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_cloudwatch_metric_alarm.status_check_failed_system" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "aws_datasync_location_efs.mawn_location_efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "aws_security_group.pariscl_sfcc_sftp_server_sg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks-datos-secrets-manager-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_iam_policy_document.cluster_assume_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "aws_route53_record.promo_orchestrator_dns_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "data.aws_subnet_ids.public" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.paris_cl_ecosistema_compra" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.module.efs.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "aws_elasticache_subnet_group.subnet-redis-shipping-methods" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.869-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.grafana-ldap-config" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-temp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.green_default_cluster_policy_document" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_status_check_failed_system" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "aws_docdb_subnet_group.kiosco_docdb_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.jvm_memory_pressure_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy.elasticsearch-snapshots-role-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.lambda_s3_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-quality1-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.ops_addons.null_resource.delete_prometheus_services" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "data.aws_autoscaling_groups.asg_ops_cluster_autoscaling_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.870-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "tls_self_signed_cert.sealed_secrets_certificate" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/tls"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_cloudwatch_metric_alarm.memory_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-mtd-raw-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "aws_lb_target_group.redshift_google_data_studio" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.kpi_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.data.aws_iam_policy_document.ec2_permissions_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_instance.single_server" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "aws_spot_datafeed_subscription.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.871-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.tenseflow_ms_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_lb_listener.nlb_listener" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.cluster_status_is_red" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.ptl_mimansa_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_s3_access_point.cencosud_test_txd_cl_gitlab_runner" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.rpa_tiendas_role_cloudwatch_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_backup_selection.dynamodb_selection" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role_policy_attachment.cluster_elb_sl_role_creation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-beetrack-api-to-s3-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.thanos_for_ops" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-mtd-raw-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_launch_configuration.launch_configuration" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.module.efs.aws_security_group_rule.ingress_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.sealed_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_cloudfront_origin_access_identity.istore_website_origin_access_identity" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.repo_atc_process_this_file" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.argocd_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud-test-txd-cl-gitlab-runner" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.872-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_security_group.ops_efs_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.full_sqs_access" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks_post_venta_access_policies" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy.serverless-deploy-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_iam_user.es_logging_user" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.sgdd_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_vpc_endpoint.interface_endpoint" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.module.efs.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.pariscl_s3_user_assume_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.tiendadigital_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.bookstack_efs.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.argocd_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.credentialsss" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.suip_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_rr_eiffel_seller.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.873-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eom_services_attach_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.bookstack_efs.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.eiffel-exporter" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.sgl_logistica_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.style_ms_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role_policy_attachment.cluster_AmazonEKSServicePolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.metrics_server" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-beetrack-api-to-s3-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.mawmimagestore" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.pariscl_sfccsftp_efs.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_stock.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-giftcard-admincupones.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.cl_tienda_digital_price_delivery_sub" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "random_password.vt_paris_rds_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eiffel_exporter_attach_s3_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.devops_security_cloudtrail_logs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.pim_eks_user_s3_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.874-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "aws_security_group_rule.efs_ingress_direct" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "aws_datasync_agent.mawm_datasync_agent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-fyc" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "aws_vpc_endpoint.gateway_endpoint" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "aws_dms_replication_instance.dms-replication-instance-eiffel" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "data.aws_subnet.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_lb_target_group.nlb_target_group_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_autoscaling_policy.asg_scale_up" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.ec2_high_network_in" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.nginx_public_http_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-ventaenlinea.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_config_map.dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "aws_kinesis_firehose_delivery_stream.sales_trasactions_to_redshift" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.875-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud-test-txd-cl-raw-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.notes-eom-beetrack-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_ecom_comex_file_process_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.data.aws_caller_identity.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "data.aws_vpc.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.cencosud_test_txd_cl_stg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "data.aws_vpc_endpoint_service.interface_endpoint" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_allow_payment_pending_suscription" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.calce-eom-beetrack-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-kiosco-orders-raw-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "aws_acm_certificate.green" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.sls-eiffel-invoice-cluster-subnet-group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.monitoring_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.eiffel_importer_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.876-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.sls-qa-eiffel-notification-cluster-subnet-group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud-test-temp-txd-chi-ssff-batch" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.module.efs.aws_security_group_rule.ingress_security_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_service_account.dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.green_efs.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "postgresql_default_privileges.invsel_metabase_default_privileges" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/cyrilgdn/postgresql"].inventario_selectivo | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_iam_policy_document.cluster_elb_sl_role_creation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume-role-policy_RoleForSnsPublish_from_arg_integration" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.efs_novios_blog.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.pim_bucket_acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.eks_the_shippergddeks_user_s3_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.877-0400 [DEBUG] ProviderTransformer: "aws_network_interface.mawncli_public_ip" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.data.aws_network_interface.lb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.rds-customer.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-roble-nc-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_seller.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.cluster_https_worker_ingress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.daas_dispatch_order_created_fifo_queue_sub" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.cluster_primary_ingress_workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.eom_aws_services_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.pariscl_staging_sfcc_logs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_copy_server_status_check_failed_system" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.cilium" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.module.efs.aws_security_group_rule.egress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.878-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.cl_devops_send_finding_topic_subscription" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_tms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "aws_flow_log.mawn_database_replica_cloudwatch" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.fargate.aws_eks_fargate_profile.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.shippergdd_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.elb_latency" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks_datos_attach_policy_kinesis" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_create_cs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "aws_security_group.green_efs_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.green_eks.random_pet.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.daas_dispatch_order_created_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_comex_file_process_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.bookstack_attach_s3_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.879-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.process_this_file_sqs_target" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "aws_vpc_dhcp_options.default_dhcp_options" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.fargate.aws_iam_role_policy_attachment.eks_fargate_pod" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.nginx_public_tcp_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.efs_novios_blog.aws_security_group_rule.ingress_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_config_map.dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.shippergdd_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-transbank-cleansed-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.tsl-boleta-cambio-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "data.aws_autoscaling_groups.asg_green_cluster_autoscaling_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.880-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-content-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.cluster_egress_internet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.dynamo_status_flow_permissions" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-eom-distribucion-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "aws_vpc.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-parquet-sale-and-details-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_instance_profile.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_namespace.nginx_tcp_private_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_create_jns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.eiffel-xml-orders_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.881-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_autoscaling_group.workers_launch_template" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "aws_route53_zone.green" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "aws_lb.redshift_google_data_studio" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.module.efs.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.efs_provisioner" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-transbank-cleansed-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.txd-chi-test-datalake_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.key_pair_rotation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.repo_atc_download_this_file" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.882-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.cl_sos_stage_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role.cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-ventaenlinea.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-transbank-raw-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-rpa-tiendas.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "aws_rds_cluster.sls-eiffel-notification" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.kube_system_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_stock.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.883-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_rr_eiffel_seller.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.884-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.module.efs.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.pariscl_sfccsftp_efs.data.aws_vpc.main" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.nginx_public_tcp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.efs_novios_blog.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_ucdm_report_events_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.nginx_private_http_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.885-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_lb_target_group_attachment.single_server_target_group_attachment_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role_policy_attachment.cluster_AmazonEKSVPCResourceControllerPolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.rds_monitoring_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.datalake_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "aws_security_group.mawm_datasync_instance_sg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.dl_sales_transactions_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-siebel" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_ecom_notification_sent_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.metabase_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-marketplace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud_test_txd_cl_elb_logging" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_lb_target_group.nlb_target_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.es_logging.aws_cloudwatch_log_resource_policy.elasticsearch-log-resource-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.886-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.dispatch_guides_sqs_queue_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_route53_record.dns_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-raw" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-parquet-payments-and-details-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.ec2_staging_cluster_status_check_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.887-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_cloudwatch_metric_alarm.memory_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-shipping-and-details-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.data.aws_iam_policy_document.ec2_permissions_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_tms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-eom-distribucion-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.efs_provisioner" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume_role_policy_ForSnsPublish_from_sos_stage_create_order_payment_vtex" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.mercury_foreign_access_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.module.efs.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.888-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.shipping-methods-product-unpublisher" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.k8s-helm-charts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.cl_sgdd_ship_confirm" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.customer_returns_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role_policy_attachment.cluster_AmazonEKSVPCResourceControllerPolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "data.aws_ami.masftp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.cencosud_test_txd_elb_logging" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_cloudwatch_metric_alarm.cpu_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-scripts-lambda" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-rpa-tiendas.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud-test-temp-txd-chi-ssff-batch" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-rpa-tiendas.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.kube_prometheus_stack" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_s3_access_point.pimbucketap" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud-desa-txd-chi-teradata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.cloudfront_high_5xx_error_rate" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.suip-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.889-0400 [DEBUG] ProviderTransformer: "module.es_logging.aws_security_group.elasticsearch-sg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_jda_sku_sync_sent_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "aws_datasync_task.mawm_datasync_task" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "aws_docdb_cluster_parameter_group.kiosco_docdb_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.shipper_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role_policy_attachment.workers_AmazonEKS_CNI_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-giftcard-admincupones.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "aws_directory_service_directory.cencosud_ad_connector" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_tense_flow_transfers_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_iam_role_policy_attachment.ec2_role_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.sales_order" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-kiosco-orders-raw-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.elasticsearch-snapshots-role-policy-document" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.es_logging.aws_iam_service_linked_role.es-iam-service-linked-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.890-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_lb_target_group_attachment.single_server_target_group_attachment_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role_policy_attachment.workers_AmazonEC2ContainerRegistryReadOnly" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.workers_ingress_cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume-role-policy_ForSnsPublish_from_cl_sos_ingress_oc_bocbol" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_arg_integration" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-raw-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-kiosco-segmented-orders-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_namespace.monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_cluster_role_binding.system_dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.891-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.nginx_private_http_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.automated_snapshot_failure" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "aws_instance.mawm_datasync" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_cancel_vtex" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.feature_toggle_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "aws_cloudfront_origin_access_identity.eurofashion_website_origin_access_identity" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.892-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.store_ms_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_allow_payment_approved_suscription" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.pariscl_staging_sfcc_logs_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "data.aws_ami.sfccsftp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.sales_transactions" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.dms-cloudwatch-logs-role-AmazonDMSCloudWatchLogsRole" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.devops-tools-lambda-repository_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_launch_configuration.promo_orchestrator_lc" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_backup_selection.rds_selection" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_cloudwatch_log_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.churn_paris_mobile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.fargate.data.aws_iam_role.custom_fargate_iam_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.ec2_image_builder" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_autoscaling_group.promotion_orchestrator_asg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.eiffel-terms-conditions" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.nginx_private_tcp_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-roble-nc-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.aws_efs_csi_driver" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.893-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_iam_instance_profile.ec2_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_instance_profile.workers_launch_template" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.green_efs.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "aws_iam_instance_profile.sftp_s3_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_status_check_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.cl_devops_send_findings" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.cl_ecom_cross_dock_mq" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.bookstack" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_lb.nlb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.894-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.eiffel_exporter_eks_user_s3_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.default_cancel_vtex" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-payments-and-details-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-parquet-customer-information-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "aws_route53_record.green_cert_validation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.pim_attach_s3_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_lb_target_group.nlb_target_group_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "aws_route53_zone.ops" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud-txd-cl-cleansed-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.895-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.argocd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.attach_policy_arn_to_service_account_eks_dev_marketplace.aws_iam_user_policy_attachment.service_account_attach_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.bookstack_efs.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.tiendadigital_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume_role_policy_ForSnsPublish_from_sos_stage_create_order_jns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "aws_cloudfront_distribution.mawm_images_repo" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_namespace.nginx_tcp_public_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.ops_efs.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-giftcard-admincupones.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.896-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.policy_control_For_RoleForSnsPublish_from_mercury_send_email" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_iam_policy.ec2_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-mkp-seller-compliance-sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.invsel_metabase" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.workers_ingress_cluster_kubelet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_launch_configuration.launch_configuration" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "aws_route53_record.sfcc_sftp_private_dns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "aws_iam_instance_profile.promo_orchestrator_copy_server_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.suip_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.data.aws_subnet.private_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "data.aws_iam_instance_profile.mawn_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.workers_egress_internet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "aws_rds_cluster_parameter_group.sls-eiffel-notification-aurora-cluster-mysql-parameter_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.897-0400 [DEBUG] ProviderTransformer: "aws_backup_plan.default_backup_plan_for_dynamodb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.daas_dispatch_order_created_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.data.aws_network_interface.lb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks-datos-s3-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-transacciones-return-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.module.efs.aws_security_group_rule.egress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "aws_backup_plan.default_backup_plan_for_rds" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "aws_vpc_dhcp_options_association.default_dhcp_options_association" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks_datos_attach_cloudformation_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "aws_autoscaling_policy.promo_orchestrator_asp_scale_down" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.898-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.credentials_mysqlcli" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_nlb_unhealthy_hosts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "null_resource.green_tag_private_subnets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "data.aws_ami.macups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-mkp-seller-compliance-sqs-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_instance.mawmcli2" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-siebel-casos-csv2redshift-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_cross_dock_mq_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.assume_role_policy_ForSnsPublish_from_sos_stage_create_order_cs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_cpu_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-roble-nc-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_autoscaling_policy.asg_scale_down" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_ecom_jda_sku_sync_sent_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_stage_fail" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.899-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.eiffel_seller_marketplace_subnet_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-ventaenlinea.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "data.aws_prefix_list.access_analyzer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.sealed_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_copy_server_cpu_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "aws_route53_record.kiosco_install_cdn_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.dms-vpc-role-AmazonDMSVPCManagementRole" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "aws_iam_service_linked_role.opensearch (import id \"arn:aws:iam::999999999999:role/aws-service-role/es.amazonaws.com/AWSServiceRoleForAmazonElasticsearchService\")" (*terraform.graphNodeImportState) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.external_dns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "random_password.migiftcardapp_rds_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks_datos_dms_attach_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_cloudwatch_metric_alarm.status_check_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_namespace.nginx_http_public_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.900-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.green_addons.null_resource.aws_node" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-beetrack-s3-to-parquet-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.ops_eks.random_pet.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "data.aws_ami.mawm_datasync_agent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.blog-storage" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.green_efs.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.901-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-airflow.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_iam_instance_profile.ec2_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.kube_prometheus_stack" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-beetrack-parquet-to-bd-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.abastecimiento_tienda" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_instance.single_server" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.argocd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-siebel-casos-csv2redshift-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.902-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "postgresql_role.invsel_metabase" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/cyrilgdn/postgresql"].inventario_selectivo | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_rotation.sealed_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.paris-peru-sfcc-folder3" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.sos_vtex_payment_approved" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_carrier_assignment.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.cl_sos_stage_create_janis_sns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.fargate.aws_iam_role.eks_fargate_pod" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "data.aws_subnet.rmawn_private_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "aws_iam_role.dms-access-for-endpoint" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.gitlab_helm_package_registry_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.903-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud-test-txd-cl-gitlab-runner_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.bookstack_efs.module.security_group.aws_security_group_rule.keyed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.process_this_file_sqs_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.eks_datos_lambda_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_ami.eks_worker" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.tiendadigital" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.lambda_s3_bucket_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-venta-empresa-raw-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_security_group_rule.ec2_security_group_ingress_allowed_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_iam_instance_profile.custom_worker_group_iam_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-venta-empresa-raw-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.904-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.eks-datos-sqs-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.sos_vtex_payment_pending" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.workers_ingress_cluster_https" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.sqs-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.cl_sgdd_dispatch_guides_topic_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_elasticache_cluster.redis-shipping-methods" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-teradata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.credentials" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.purchase_ms_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "random_string.migiftcardapp_rds_username" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.node_groups.aws_launch_template.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.eiffel-xml-orders" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_lb_listener.pariscl_sfcc_sftp_listener" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_backup_selection.efs_selection" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.cl_ecom_order_recap_downloaded" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.905-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_cloudwatch_metric_alarm.status_check_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.ecom_container_load" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.green_addons.null_resource.install_prometheus_crds" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.sgdd_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.cluster_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.node_groups.random_pet.node_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.aws_efs_csi_driver" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "aws_rds_cluster_parameter_group.sls-cenco-pim-aurora-cluster-mysql-parameter_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.cluster_private_access" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "aws_route53_record.ops_cert_validation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.pariscl_s3_user_assume_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_instance_profile.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "data.aws_vpc.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.906-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "aws_s3_access_point.bookstack-ap" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.txd-chi-test-fyc_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.module.efs.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.sos_vtex_payment_approved" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.nginx_public_http" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_iam_instance_profile.ec2_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "data.aws_subnet.rmawn_public_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.907-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.ec2_image_builder" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "aws_launch_configuration.promotion_orchestrator" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.efs_mawmcli2.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.shipping_methods_capacity_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_security_group_rule.ec2_security_group_ingress_allowed_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.gitlab_helm_package_registry_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "aws_acm_certificate.testing_eurofashion_cl" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_sns_topic_policy.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.customer_service_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_lb_target_group_attachment.single_server_target_group_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.ops_addons.null_resource.kubectl_cilium_label_service_monitors" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.908-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.fargate.data.aws_iam_policy_document.eks_fargate_pod_assume_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_iam_role_policy_attachment.ec2_role_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.pariscl_sfccsftp_efs.module.efs-alarms.aws_cloudwatch_metric_alarm.anomalous_client_connections" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_cloudwatch_metric_alarm.memory_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.daas_shipments_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.data.aws_network_interface.lb_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.txd_ecom_cl_core_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.module.efs.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.909-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.vt_paris_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_notification.ecom_bucket_notifications" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_autoscaling_group.promo_orchestrator_asg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_iam_policy.ec2_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_iam_role.sftp_s3_full_access_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.kiosco_bucket" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.bucket1_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_elasticache_cluster.ecom-redis" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "random_password.progespec_rds_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_iam_user.eurofashion" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.suip" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.fargate.aws_iam_role_policy_attachment.eks_fargate_pod" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.ecosistema_compra" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.green_efs.aws_security_group_rule.egress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "aws_elb.promotion_orchestrator_elb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.910-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_ami.eks_worker" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role_policy_attachment.cluster_AmazonEKSServicePolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_lb_target_group_attachment.single_server_target_group_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.ops_efs.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-parquet-shipping-and-details-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.nginx_public_http" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_lb.pariscl_sfcc_public_nlb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_iam_policy_document.workers_assume_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.repo_atc_eks_user_s3_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-exporter-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_cloudwatch_metric_alarm.cpu_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.s3-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.pariscl_sfccsftp_efs.aws_efs_mount_target.main" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_cloudwatch_metric_alarm.status_check_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_cloudfront_distribution.eiffel_pim_files" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_route53_record.ops_subzone_ns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.eks_datos_policy_kinesis" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-transacciones-importador-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.fargate.data.aws_iam_role.custom_fargate_iam_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_service_account.dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.911-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role_policy_attachment.workers_AmazonEKS_CNI_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "data.aws_secretsmanager_secret_version.opensearch_common" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "aws_rds_cluster.sls-qa-eiffel-notification" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.ops_efs.aws_security_group_rule.ingress_security_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.ops_addons.helm_release.nginx_private_http" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].ops_helm | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.template_file.launch_template_userdata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/template"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "aws_network_interface.private_sfcc_sftp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.giftcard" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.invsel_metabase" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.cl_ecom_cross_dock_mq_sqs_target" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForDynamo_get_status_flow" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.cluster_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.tenseflow_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.912-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.aws_ebs_csi_driver" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_cloudwatch_metric_alarm.memory_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.nginx_private_tcp_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "aws_acm_certificate.main" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "aws_lb_listener.redshift_google_data_studio" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud-txd-cl-cleansed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "aws_autoscaling_notification.scaling_errors_notifications" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.module.efs.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.cl_sgdd_ship_confirm_topic_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.bucket2" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "aws_security_group.ops_worker_management" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.913-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "data.dns_a_record_set.cencosud_corp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/dns"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.node_groups.random_pet.node_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.tienda_digital_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.default_create_order_payment_vtex" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "aws_security_group.opensearch_common" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "aws_dynamodb_table.store_product_catalog" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.efs_mawmcli2.aws_security_group_rule.ingress_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.is-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_namespace.argocd_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.914-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.migiftcardapp_rds_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_carrier_assignment.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "aws_route53_record.pariscl_sfcc_sftp_dns_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.tsl-transbank-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.data.aws_network_interface.lb_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "data.aws_autoscaling_group.shutdowns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "aws_route53_record.pim_files_cdn_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.efs_promo_orchestrator.aws_efs_mount_target.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.template_file.userdata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/template"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.cl_ecom_notification_sent_sqs_target" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud_test_txd_cl_elb_logging_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.consignaciones_terceros_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.915-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.green_eks.data.aws_iam_policy_document.cluster_assume_role_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-mkp-ledger-returnsqs-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.efs_mawmcli2.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.cluster_status_is_yellow" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud_test_txd_cl_stg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.ops_efs.aws_security_group_rule.egress" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-payments-and-details-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_dashboard.sales_order_dlq_dashboard" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.tsl-boleta-ecologica-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_placement_group.placement" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.data.aws_subnet.private_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.916-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud-txd-cl-temp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.pim-s3-bucket_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_namespace.nginx_tcp_public_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud_test_txd_cl_lnd_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.repo-atc_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.argocd_default_sshkey" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.ecom_import_styles_load" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.master_cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_lb_listener.nlb_listener" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_cluster_role.system_dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.cluster_egress_internet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_lb_listener.nlb_listener_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.efs_promo_orchestrator.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_security_group.ec2_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.daas_dispatch_order_created_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.917-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "aws_eip.mawmcli3_eip" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.ecom_commercial_priority_load" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.ops_addons.null_resource.install_prometheus_crds" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.green_eks.kubernetes_config_map.aws_auth" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.argocd_default_sshkey" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.bookstack" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.dispatch_guides" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_instance.single_server" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_namespace.monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "data.aws_vpc_endpoint_service.gateway_endpoint" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.918-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_policy.cluster_elb_sl_role_creation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.abastecimiento_tienda_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud_test_txd_cl_wrk" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "aws_docdb_cluster.sourcing_stores_docdb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.txd-chi-test-scripts-lambda_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.shipping_offer_s3_bucket_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "data.aws_route_table.default_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "aws_route53_record.promo_orchestrator_cluster_dns_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_tms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_ecom_ucdm_report_events_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_lb_listener.nlb_listener" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.invsel_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.919-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.kms_key_error" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "aws_security_group.bookstack_efs_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.cl_sos_stage_create_cs_ns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.mysqlcli_server_mawm_accounts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.data.aws_subnet.public_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role_policy_attachment.workers_AmazonEKSWorkerNodePolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "aws_iam_role.serverless-deploy-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.cl_ecom_style_changes_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.eiffel_tms_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role.cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_target.cl_ecom_inconsistencies_report_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_security_group.efs_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.paris-peru-sfcc-bucket-acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role_policy_attachment.workers_additional_policies" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_ccom_sos_k8s" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.920-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_ecom_cross_dock_mq_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_deployment.dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_caller_identity.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.green_efs.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.progespec_rds_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.module.efs.aws_security_group_rule.ingress_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-publicador-samsung" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role_policy_attachment.cluster_AmazonEKSClusterPolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.green_eks.null_resource.wait_for_cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_lb.nlb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.ses_bounce_email" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.txd-chi-test-summarized-0_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.module.efs.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "aws_security_group.rpa_tiendas_app_server_sg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.921-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.abastecimiento_tienda_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "aws_instance.rpa_tiendas_app_server_instance" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud_test_txd_cl_access_logging" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-customer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_sgdd_ship_confirm" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "aws_iam_role.dms-vpc-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.mawm_rds_replica_lag_email_subscription" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "data.aws_region.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.nginx_public_tcp_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.922-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "aws_kms_key.backup_key" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.cl_sgdd_ship_confirm" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.download_this_file_sqs_target" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.iacrole" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "data.aws_nat_gateway.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.default_create_jns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_autoscaling_policy.asg_scale_up" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_cl_core.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "aws_autoscaling_notification.promo_orchestrator_scaling_errors_notifications" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.deeptracker_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "aws_elasticsearch_domain_policy.common" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.promo_orchestration_copy_server_role_policy_attachment_cloudwatch_agent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.cluster_index_writes_blocked" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_stock.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_rr_eiffel_seller.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.eiffel-tms-rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.node_groups.data.cloudinit_config.workers_userdata" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/cloudinit"] | |
2022-04-07T23:27:26.923-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.abastecimiento_tienda_acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.pariscl_s3_access_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.deeptracker_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.green_eks.module.fargate.aws_iam_role.eks_fargate_pod" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.is-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.repo_atc_attach_s3_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.default_ingress_oc_bocbol" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-transbank-raw-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-catalogo-marketplace-imagenes-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_notification_sent_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_db_event_subscription.kiosc_docdb_notification" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_stock.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-approval-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_cloudfront_origin_access_identity.kiosco_install_website_origin_access_identity" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.bookstack_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.publish_topic_sos_validate_stages" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.module.efs.aws_security_group_rule.ingress_security_groups" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud-txd-cl-temp-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "data.aws_sfn_state_machine.ecom_comex_import_workflow" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.924-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.credentialss" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.eiffel_exporter_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.green_efs.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "aws_rds_cluster_parameter_group.sls-qa-eiffel-notification-aurora-cluster-mysql-parameter_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.data.aws_network_interface.lb_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.insufficient_available_nodes" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.green_addons.helm_release.nginx_public_tcp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/helm"].green_helm | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.bucket3" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_autoscaling_policy.asg_scale_up" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.velero_backup_user_attach_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-ventaenlinea.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.green_addons.null_resource.default_node_critical_priority_class" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.bookstack_efs.module.security_group.aws_security_group.cbd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "aws_datasync_location_s3.mawm_location_s3" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_cloudwatch_metric_alarm.status_check_failed_instance" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.925-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.devops-tools-lambda-repository" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_autoscaling_policy.asg_scale_down" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.ecom_send_notification" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_namespace.argocd_namespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.ops_eks.null_resource.wait_for_cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.eiffel-terms-conditions_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-parquet-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.efs_promo_orchestrator.aws_security_group_rule.ingress_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.module.efs.aws_security_group_rule.ingress_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_ecom_style_changes_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.926-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.eiffel-seller-invoice" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-mkp-ledger-returnsqs-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_crosstrading_events_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-giftcard-admincupones.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_deployment.dns_autoscaler" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy.mawn_database_replica_cloudwatch" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.ops_default_cluster_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.module.efs.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret_version.sourcing_stores_documentdb_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.efs_promo_orchestrator.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_config_map.grafana_cilium_dashboards" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.eiffel_exporter_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.sns_topic_policy_allow_cancel_suscription" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.927-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.eiffel_marketplace_subnet_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.workers_ingress_cluster_kubelet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "aws_securityhub_action_target.cl_devops_send_findings" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.vt_paris_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-salesforce-orders-parquet-more-sale-details-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_event_rule.cl_ecom_comex_import_workflow_rule" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "data.aws_canonical_user_id.current_user" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_cloudwatch_log_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.cl_devops_send_finding_topic_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.eiffel_notification_sls_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_launch_configuration.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.dms-eom-purchase-order-atach1" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.eiffel_cenco_pim_sls_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.bookstack_efs.module.security_group.aws_security_group.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.data.aws_subnet.private_subnet" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_copy_server_freespace" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.928-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_openid_connect_provider.oidc_provider" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.cencosud_test_txd_cl_logistica_cd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "data.aws_iam_user.sftp-american-eagle" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.k8s-spark-jobs_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.efs_mawmcli2.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "aws_instance.pariscl_sfcc_sftp_server" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_config_map.grafana_cilium_dashboards" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_eip.public_ip" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-transbank-raw-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.crosstrading_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.customer_service_rds.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.ops_addons.kubernetes_secret.monitoring_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].ops | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-customer-information-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_security_group_rule.ec2_security_group_ingress_allowed_nlb_network_interfaces" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "aws_iam_user_policy_attachment.secrets-manager-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_cloudwatch_metric_alarm.cpu_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.929-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "aws_efs_access_point.catalogo_transit" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.devops_tools_kubecost_ec2_spot_data_feed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.bookstackPolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.green_addons.kubernetes_secret.nginx_public_http_registry_pull_secrets" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/kubernetes"].green | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "data.aws_eks_cluster.ops_cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "aws_iam_role.redshift-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "data.aws_lambda_function.ecom_comex_sftp_export" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.eks_datos_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.thanos_for_green" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-airflow.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role_policy_attachment.workers_additional_policies" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "aws_route53_record.promotion_orchestrator_dns_record" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.eiffel-pim-bucket-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.rr-eiffel-seller-rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.rds_customer_returns.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_iam_role_policy_attachment.ec2_role_policy_attachment_cloudwatch_agent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-giftcard-admincupones.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "data.aws_prefix_list.secretsmanager" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.suip-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.930-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_sg.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.sgdd" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.eiffel-exporter_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.ops_default_cluster_policy_document" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_redis_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_cloudwatch_metric_alarm.cpu_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.sftp_s3_full_access_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.security-group-dms-datalake.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_iam_role.custom_cluster_iam_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds_alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.workers_ingress_cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-customer-information-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_ledger.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.eiffel_importer_rds_security_group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.bucket3_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.eiffel_ledger_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "aws_cloudfront_origin_access_identity.eiffel_pim_website_origin_access_identity" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.green_addons.data.template_file.prometheus_thanos_config" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/template"] | |
2022-04-07T23:27:26.931-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-transacciones-importador-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.garantiaextendida_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.eiffel_invoice_sls_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_security_group.efs_security_group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.suip-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_backup_plan.default_backup_plan_for_efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_cl_sos_ingress_oc_bocbol" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-mkp-ledger-trxstatussqs-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-eom-capacidades-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "random_string.progespec_rds_username" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_security_group.mawmcli_public_sg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-summarized-0" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_importer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.tenseflow-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "aws_backup_vault_notifications.backup_vault_notification" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.shippergdd_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group.cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.ptl-mimansa-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.932-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.workers_ingress_cluster_primary" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.odeon-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.rds-customer.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_rr_eiffel_seller.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.module.efs.aws_security_group.efs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "aws_iam_role.serverless-deploy-role-user-eks-txd-ecommerce" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.shipping-methods-capacity-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "aws_security_group_rule.ops_efs_ingress_direct" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.sftp_american_eagle_accounts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl-dl-transacciones-return-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "aws_kinesis_stream.sales_transactions_hds_1" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_rr_eiffel_seller.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "aws_lb_target_group_attachment.pariscl_sfcc_public_nlb_target_group_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.bookstack_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.sftp_s3_full_access_policy_attachment" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.eiffel_approval_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_cl_core_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_launch_template.workers_launch_template" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.933-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.ops_efs.module.dns.aws_route53_record.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-venta-empresa-raw-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_sos_stage_create_order_payment_vtex" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.cloudwatch_rds_alarms_eiffel_tms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.txd_ecom_pe_core_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.store-ms-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.devops_security_cloudtrail_logs_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "aws_elb.promo_orchestrator_elb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_openid_connect_provider.oidc_provider" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.abastecimiento_tienda_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.es_logging.aws_elasticsearch_domain.domain_no_vpc" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_cloudwatch_metric_alarm.nlb_unhealthy_hosts" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.security_ms_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.interface_endpoints_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "aws_sns_topic.cl_sgdd_ship_confirm" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "data.aws_eks_cluster.green_cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_iam_policy_document.cluster_elb_sl_role_creation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.934-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_instance.data.aws_iam_policy_document.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "aws_autoscaling_policy.promo_orchestrator_asp_scale_up" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard-rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.ecosistema_compra_redis_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.migiftcardapp_rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.txd-cl-datalake-redshift-sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_iam_role_policy_attachment.workers_AmazonEKSWorkerNodePolicy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.is_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_exporter.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "aws_secretsmanager_secret.sourcing_stores_documentdb_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket.txd-chi-test-datalake" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.green_addons.null_resource.delete_prometheus_services" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/null"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds_security_group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.purchase_ms_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.publish_topic_mercury_send_email" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_lb.nlb_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.datalake-parameters-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_copy_server_status_check_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "module.sgl_logistica_rds_sg.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.935-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.calce-eom-beetrack-queue-policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "aws_rds_cluster_parameter_group.sls-eiffel-invoice-cluster-parameter-group" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "aws_db_parameter_group.customer_pg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.store_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.aws_secretsmanager_secret.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.blog-storage" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.vt_paris_rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_public_access_block.eiffel-terms-conditions-acls" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "data.aws_ami.aesftp" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.policy_access_dynamo_status_flow" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.progesp_rds_security_group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "data.aws_iam_user.mawm" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.ventaenlinea-rds-sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "aws_route53_record.green_subzone_ns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.tiendadigital-rds.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_ami.eks_worker_windows" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.customer_returns_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "aws_acm_certificate_validation.ops_cert_validation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.airflow_security_group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_cloudwatch_metric_alarm.cpu_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.datalake-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.shipper-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.metabase-rds.module.rds.module.db_instance.aws_iam_role_policy_attachment.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.txd-chi-test-publicador-samsung_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "data.external.awscli_cloudfront_list_distributions" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/external"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "data.aws_iam_policy_document.cl_dl_dispatch_transacciones_return_created_sqs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.data.aws_iam_policy_document.ec2_permissions_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.bookstack_efs.aws_efs_access_point.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.security-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.936-0400 [DEBUG] ProviderTransformer: "module.feature_toggle-rds.module.rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.random_password.master_password" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "aws_dms_endpoint.endpoint-dms-eiffel-invoice-source" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_iam_role_policy_attachment.ec2_role_policy_attachment_cloudwatch_agent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.odeon_rds_security_group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl_ecom_inconsistencies_report_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_ecom_crosstrading_events_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.ops_eks.aws_security_group_rule.workers_ingress_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.rds_pim.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_security_group_rule.ec2_security_group_ingress_allowed_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.rds_mawm.module.rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.kpi-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_elb_security_groups.aws_security_group_rule.egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-rpa-tiendas.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "data.aws_iam_user.sos_txd_user" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.ptl_mimansa_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_object.paris-peru-sfcc-folder1" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_cloudwatch_metric_alarm.memory_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.security-group-rds-datalake.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.txd-chi-test-customer_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.sftp_mawm.aws_iam_role_policy_attachment.ec2_role_policy_attachment_cloudwatch_agent" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.sftp_american_eagle.aws_lb_target_group_attachment.single_server_target_group_attachment_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.ops_eks.module.node_groups.aws_launch_template.workers" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.rpa_tiendas_rds.module.db_option_group.aws_db_option_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.shipper_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.style-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.abastecimiento-tienda-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "module.kong_security_group.module.security-group.aws_security_group_rule.egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.937-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-quality1-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.sg_for_iam_keys_rotation.aws_security_group_rule.egress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.sg_for_lambdas.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.eiffel_seller_rds_security_group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_route53_record.mawmcli2" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.sam_cloudformation_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.eiffel_security_group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.cencosud_test_txd_cl_devops_files" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.shipping_methods_capacity_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.efs_novios_blog.aws_efs_file_system.default" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_policy.default_stage_failed" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.metabase_rds_sg.module.security-group.aws_security_group_rule.ingress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue_policy.cl_ecom_tense_flow_transfers_consumer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_cloudwatch_log_group.opensearch_common_logs" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_iam_role.RoleForSnsPublish_from_mercury_send_email" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.sgdd-rds.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "data.aws_resourcegroupstaggingapi_resources.dynamodb_by_tag" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-salesforce-orders-parquet-more-sale-details-errors-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.rds_bookstack.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.rds_cd_logistica.module.rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.sgdd_rds_sg.module.security-group.aws_security_group_rule.ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.garantiaextendida-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.eom_aws_services_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-beetrack-parquet-to-bd-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.es_logging_alarms.aws_cloudwatch_metric_alarm.kms_key_inaccessible" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.progespec_rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.txd_ecom_pe_core_rds_sg.module.security-group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.rds_eiffel_approval.module.rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "aws_s3_bucket_policy.churn_paris_mobile_Policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_route53_record.dns_record_private" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.es_logging.aws_elasticsearch_domain.domain" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.deeptracker-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group_rule.workers_ingress_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.938-0400 [DEBUG] ProviderTransformer: "module.purchase-ms-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy.redshift-policy-role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.ingress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "data.aws_sns_topic.cl_sos_stage_cancel_vtex_sns" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_instance.aws_iam_role.enhanced_monitoring" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-airflow.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.ops_eks.data.aws_iam_instance_profile.custom_worker_group_launch_template_iam_instance_profile" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.crosstrading-ms-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.feature_toggle_rds_sg.module.security-group.aws_security_group_rule.computed_ingress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.eiffel-stock-rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "aws_db_subnet_group.garantiaextendida_sg" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-ventaenlinea.aws_cloudwatch_metric_alarm.disk_free_storage_space_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.cups_mawm.aws_lb.nlb" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.style_ms_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "aws_iam_role_policy_attachment.dms-access-for-endpoint-attach" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.eiffel_stock_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.admincupones_giftcard_rds_sg.module.security-group.aws_security_group_rule.computed_egress_rules" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_security_group.cluster" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.mi_giftcard_app_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.consignaciones_terceros_rds_sg.module.security-group.aws_security_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "data.aws_iam_user.serverless_deployer" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-transacciones-return-error-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.rds_customer_service.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_burst_balance_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.aws-rds-alarms-airflow.aws_cloudwatch_metric_alarm.memory_freeable_too_low" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.eiffel_qa_notification_sls_security_group.aws_security_group.this_name_prefix" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.suip_rds_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.kpi_rds_sg.module.security-group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.rds_pim.aws_secretsmanager_secret_version.this_db_secret" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.airflow-rds.module.db_parameter_group.aws_db_parameter_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.sg_txd_ecom_cl_core_rds.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.consignaciones-y-terceros-rds.module.rds.module.db_subnet_group.aws_db_subnet_group.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "aws_sns_topic_subscription.daas_shipments_sqs_target" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.mawm_rds_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.promotion_orchestrator_ec2_security_groups_with_source_sg.aws_security_group_rule.computed_egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "aws_iam_policy.green_default_cluster_policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.eiffel_carrier_assignment_rds_security_group.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.bookstack_efs.aws_efs_backup_policy.policy" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "module.rr-rds_txd_ecom_cl_core.module.db_instance.aws_db_instance.this_mssql" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "aws_kms_key.secrets_manager_key" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.939-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.kiosco_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.redshift_public_security_group.aws_security_group_rule.computed_ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.eom-aws-services-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.customer_rds_sg.module.security-group.aws_security_group_rule.egress_with_ipv6_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.green_eks.aws_iam_role_policy_attachment.cluster_elb_sl_role_creation" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.tsl-puntos-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "data.aws_iam_role.devops_role" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.pim_rds_security_group.aws_security_group_rule.computed_egress_with_self" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.carrier-assignment-rds.module.db_instance.aws_db_instance.this" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.rds_txd_ecom_pe_core.module.rds.module.db_instance.random_id.snapshot_identifier" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/random"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.eiffel-seller-rds.module.db_instance.data.aws_partition.current" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.shippergdd-rds.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.memory_swap_usage_too_high" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.sourcing_stores_docdb_sg.module.security-group.aws_security_group_rule.egress_with_cidr_blocks" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "module.promo_orchestrator_ec2_security_groups.aws_security_group_rule.ingress_with_source_security_group_id" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:26.940-0400 [DEBUG] ProviderTransformer: "aws_sqs_queue.cl-dl-catalogo-marketplace-queue" (*terraform.NodeAbstractResource) needs provider["registry.terraform.io/hashicorp/aws"] | |
2022-04-07T23:27:27.017-0400 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/kubernetes"] | |
2022-04-07T23:27:27.017-0400 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/aws"].cencommerce-delivery | |
2022-04-07T23:27:27.018-0400 [DEBUG] pruning unused provider["registry.terraform.io/cyrilgdn/postgresql"] | |
2022-04-07T23:27:27.018-0400 [DEBUG] pruning unused provider["registry.terraform.io/hashicorp/helm"] | |
2022-04-07T23:27:27.165-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:27.165-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:27.177-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.75.1/darwin_amd64/terraform-provider-aws_v3.75.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.75.1/darwin_amd64/terraform-provider-aws_v3.75.1_x5] | |
2022-04-07T23:27:27.199-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.75.1/darwin_amd64/terraform-provider-aws_v3.75.1_x5 pid=77333 | |
2022-04-07T23:27:27.202-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.75.1/darwin_amd64/terraform-provider-aws_v3.75.1_x5 | |
2022-04-07T23:27:27.267-0400 [INFO] provider.terraform-provider-aws_v3.75.1_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:27.266-0400 | |
2022-04-07T23:27:27.316-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:27.316-0400 [DEBUG] provider.terraform-provider-aws_v3.75.1_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin043768472 network=unix timestamp=2022-04-07T23:27:27.315-0400 | |
2022-04-07T23:27:27.570-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:27.574-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.75.1/darwin_amd64/terraform-provider-aws_v3.75.1_x5 pid=77333 | |
2022-04-07T23:27:27.574-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:27.575-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:27.575-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:27.587-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.5.0/darwin_amd64/terraform-provider-helm_v2.5.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/helm/2.5.0/darwin_amd64/terraform-provider-helm_v2.5.0_x5] | |
2022-04-07T23:27:27.598-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.5.0/darwin_amd64/terraform-provider-helm_v2.5.0_x5 pid=77334 | |
2022-04-07T23:27:27.601-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.5.0/darwin_amd64/terraform-provider-helm_v2.5.0_x5 | |
2022-04-07T23:27:27.629-0400 [INFO] provider.terraform-provider-helm_v2.5.0_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:27.629-0400 | |
2022-04-07T23:27:27.656-0400 [DEBUG] provider.terraform-provider-helm_v2.5.0_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin3355359974 network=unix timestamp=2022-04-07T23:27:27.655-0400 | |
2022-04-07T23:27:27.656-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:27.691-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:27.692-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.5.0/darwin_amd64/terraform-provider-helm_v2.5.0_x5 pid=77334 | |
2022-04-07T23:27:27.692-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:27.695-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:27.695-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:27.707-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.10.0/darwin_amd64/terraform-provider-kubernetes_v2.10.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.10.0/darwin_amd64/terraform-provider-kubernetes_v2.10.0_x5] | |
2022-04-07T23:27:27.716-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.10.0/darwin_amd64/terraform-provider-kubernetes_v2.10.0_x5 pid=77335 | |
2022-04-07T23:27:27.719-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.10.0/darwin_amd64/terraform-provider-kubernetes_v2.10.0_x5 | |
2022-04-07T23:27:27.780-0400 [INFO] provider.terraform-provider-kubernetes_v2.10.0_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:27.779-0400 | |
2022-04-07T23:27:27.829-0400 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin465413138 network=unix timestamp=2022-04-07T23:27:27.829-0400 | |
2022-04-07T23:27:27.829-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:27.950-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:27.953-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.10.0/darwin_amd64/terraform-provider-kubernetes_v2.10.0_x5 pid=77335 | |
2022-04-07T23:27:27.953-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:27.954-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:27.954-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:27.966-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.2/darwin_amd64/terraform-provider-random_v3.1.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.1.2/darwin_amd64/terraform-provider-random_v3.1.2_x5] | |
2022-04-07T23:27:27.974-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.2/darwin_amd64/terraform-provider-random_v3.1.2_x5 pid=77336 | |
2022-04-07T23:27:27.979-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.2/darwin_amd64/terraform-provider-random_v3.1.2_x5 | |
2022-04-07T23:27:27.985-0400 [INFO] provider.terraform-provider-random_v3.1.2_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:27.984-0400 | |
2022-04-07T23:27:28.031-0400 [DEBUG] provider.terraform-provider-random_v3.1.2_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin084923007 network=unix timestamp=2022-04-07T23:27:28.031-0400 | |
2022-04-07T23:27:28.032-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:28.075-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/random:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.074728-04:00"}" | |
2022-04-07T23:27:28.076-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/random:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.074770-04:00","tf_resource_type":"random_password"}" | |
2022-04-07T23:27:28.076-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/random:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.074827-04:00","tf_resource_type":"random_integer"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.074852-04:00","tf_resource_type":"random_uuid"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.074869-04:00","tf_resource_type":"random_id"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.074892-04:0" | |
2022-04-07T23:27:28.076-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/random:stderr="0","tf_resource_type":"random_shuffle"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.074919-04:00","tf_resource_type":"random_pet"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.074937-04:00","tf_resource_type":"random_string"}" | |
2022-04-07T23:27:28.078-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:28.079-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.1.2/darwin_amd64/terraform-provider-random_v3.1.2_x5 pid=77336 | |
2022-04-07T23:27:28.079-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:28.080-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:28.080-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:28.092-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/template/2.2.0/darwin_amd64/terraform-provider-template_v2.2.0_x4 args=[.terraform/providers/registry.terraform.io/hashicorp/template/2.2.0/darwin_amd64/terraform-provider-template_v2.2.0_x4] | |
2022-04-07T23:27:28.100-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/template/2.2.0/darwin_amd64/terraform-provider-template_v2.2.0_x4 pid=77337 | |
2022-04-07T23:27:28.102-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/template/2.2.0/darwin_amd64/terraform-provider-template_v2.2.0_x4 | |
2022-04-07T23:27:28.111-0400 [INFO] provider.terraform-provider-template_v2.2.0_x4: configuring server automatic mTLS: timestamp=2022-04-07T23:27:28.110-0400 | |
2022-04-07T23:27:28.146-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:28.149-0400 [DEBUG] provider.terraform-provider-template_v2.2.0_x4: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin334866756 network=unix timestamp=2022-04-07T23:27:28.145-0400 | |
2022-04-07T23:27:28.197-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" | |
2022-04-07T23:27:28.197-0400 [DEBUG] No provider meta schema returned | |
2022-04-07T23:27:28.199-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/template/2.2.0/darwin_amd64/terraform-provider-template_v2.2.0_x4 pid=77337 | |
2022-04-07T23:27:28.199-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:28.200-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:28.200-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:28.213-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5] | |
2022-04-07T23:27:28.220-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 pid=77338 | |
2022-04-07T23:27:28.223-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 | |
2022-04-07T23:27:28.232-0400 [INFO] provider.terraform-provider-null_v3.1.1_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:28.230-0400 | |
2022-04-07T23:27:28.278-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:28.278-0400 [DEBUG] provider.terraform-provider-null_v3.1.1_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin011934665 network=unix timestamp=2022-04-07T23:27:28.278-0400 | |
2022-04-07T23:27:28.324-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.323359-04:00"}" | |
2022-04-07T23:27:28.324-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.323398-04:00","tf_resource_type":"null_resource"}" | |
2022-04-07T23:27:28.324-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.323436-04:00","tf_data_source_type":"null_data_source"}" | |
2022-04-07T23:27:28.325-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:28.326-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 pid=77338 | |
2022-04-07T23:27:28.326-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:28.329-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:28.330-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:28.342-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/cyrilgdn/postgresql/1.15.0/darwin_amd64/terraform-provider-postgresql_v1.15.0 args=[.terraform/providers/registry.terraform.io/cyrilgdn/postgresql/1.15.0/darwin_amd64/terraform-provider-postgresql_v1.15.0] | |
2022-04-07T23:27:28.348-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/cyrilgdn/postgresql/1.15.0/darwin_amd64/terraform-provider-postgresql_v1.15.0 pid=77339 | |
2022-04-07T23:27:28.350-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/cyrilgdn/postgresql/1.15.0/darwin_amd64/terraform-provider-postgresql_v1.15.0 | |
2022-04-07T23:27:28.362-0400 [INFO] provider.terraform-provider-postgresql_v1.15.0: configuring server automatic mTLS: timestamp=2022-04-07T23:27:28.361-0400 | |
2022-04-07T23:27:28.375-0400 [DEBUG] provider.terraform-provider-postgresql_v1.15.0: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin4093135755 network=unix timestamp=2022-04-07T23:27:28.374-0400 | |
2022-04-07T23:27:28.375-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:28.406-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:28.406-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/cyrilgdn/postgresql/1.15.0/darwin_amd64/terraform-provider-postgresql_v1.15.0 pid=77339 | |
2022-04-07T23:27:28.406-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:28.412-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:28.412-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:28.425-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.2.2/darwin_amd64/terraform-provider-external_v2.2.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/external/2.2.2/darwin_amd64/terraform-provider-external_v2.2.2_x5] | |
2022-04-07T23:27:28.432-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.2.2/darwin_amd64/terraform-provider-external_v2.2.2_x5 pid=77340 | |
2022-04-07T23:27:28.436-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.2.2/darwin_amd64/terraform-provider-external_v2.2.2_x5 | |
2022-04-07T23:27:28.443-0400 [INFO] provider.terraform-provider-external_v2.2.2_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:28.442-0400 | |
2022-04-07T23:27:28.489-0400 [DEBUG] provider.terraform-provider-external_v2.2.2_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin581176459 network=unix timestamp=2022-04-07T23:27:28.488-0400 | |
2022-04-07T23:27:28.489-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:28.534-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/external:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.532932-04:00"}" | |
2022-04-07T23:27:28.534-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/external:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.532971-04:00","tf_data_source_type":"external"}" | |
2022-04-07T23:27:28.535-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:28.536-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/external/2.2.2/darwin_amd64/terraform-provider-external_v2.2.2_x5 pid=77340 | |
2022-04-07T23:27:28.536-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:28.538-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:28.539-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:28.551-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.2/darwin_amd64/terraform-provider-local_v2.2.2_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/local/2.2.2/darwin_amd64/terraform-provider-local_v2.2.2_x5] | |
2022-04-07T23:27:28.557-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.2/darwin_amd64/terraform-provider-local_v2.2.2_x5 pid=77341 | |
2022-04-07T23:27:28.560-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.2/darwin_amd64/terraform-provider-local_v2.2.2_x5 | |
2022-04-07T23:27:28.569-0400 [INFO] provider.terraform-provider-local_v2.2.2_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:28.568-0400 | |
2022-04-07T23:27:28.616-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:28.618-0400 [DEBUG] provider.terraform-provider-local_v2.2.2_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin084305864 network=unix timestamp=2022-04-07T23:27:28.616-0400 | |
2022-04-07T23:27:28.668-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:28.670-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.2/darwin_amd64/terraform-provider-local_v2.2.2_x5 pid=77341 | |
2022-04-07T23:27:28.670-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:28.674-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:28.674-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:28.687-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/tls/3.2.1/darwin_amd64/terraform-provider-tls_v3.2.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/tls/3.2.1/darwin_amd64/terraform-provider-tls_v3.2.1_x5] | |
2022-04-07T23:27:28.695-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/tls/3.2.1/darwin_amd64/terraform-provider-tls_v3.2.1_x5 pid=77343 | |
2022-04-07T23:27:28.698-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/tls/3.2.1/darwin_amd64/terraform-provider-tls_v3.2.1_x5 | |
2022-04-07T23:27:28.706-0400 [INFO] provider.terraform-provider-tls_v3.2.1_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:28.705-0400 | |
2022-04-07T23:27:28.718-0400 [DEBUG] provider.terraform-provider-tls_v3.2.1_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin1978473663 network=unix timestamp=2022-04-07T23:27:28.717-0400 | |
2022-04-07T23:27:28.718-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:28.745-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/tls:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.743755-04:00"}" | |
2022-04-07T23:27:28.745-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/tls:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.743797-04:00","tf_resource_type":"tls_cert_request"}" | |
2022-04-07T23:27:28.745-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/tls:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.743862-04:00","tf_resource_type":"tls_private_key"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.743898-04:00","tf_resource_type":"tls_locally_signed_cert"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.743930-04:00","tf_resource_type":"tls_self_signed_cert"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022" | |
2022-04-07T23:27:28.745-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/tls:stderr="-04-07T23:27:28.743976-04:00","tf_data_source_type":"tls_public_key"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.743999-04:00","tf_data_source_type":"tls_certificate"}" | |
2022-04-07T23:27:28.748-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:28.749-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/tls/3.2.1/darwin_amd64/terraform-provider-tls_v3.2.1_x5 pid=77343 | |
2022-04-07T23:27:28.749-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:28.753-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:28.753-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:28.765-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/dns/3.2.3/darwin_amd64/terraform-provider-dns_v3.2.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/dns/3.2.3/darwin_amd64/terraform-provider-dns_v3.2.3_x5] | |
2022-04-07T23:27:28.772-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/dns/3.2.3/darwin_amd64/terraform-provider-dns_v3.2.3_x5 pid=77344 | |
2022-04-07T23:27:28.774-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/dns/3.2.3/darwin_amd64/terraform-provider-dns_v3.2.3_x5 | |
2022-04-07T23:27:28.782-0400 [INFO] provider.terraform-provider-dns_v3.2.3_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:28.782-0400 | |
2022-04-07T23:27:28.829-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:28.829-0400 [DEBUG] provider.terraform-provider-dns_v3.2.3_x5: plugin address: address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin802220543 network=unix timestamp=2022-04-07T23:27:28.829-0400 | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873494-04:00"}" | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873559-04:00","tf_resource_type":"dns_cname_record"}" | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873583-04:00","tf_resource_type":"dns_mx_record_set"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873606-04:00","tf_resource_type":"dns_ns_record_set"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873639-04:00","tf_resource_type":"dns_ptr_record"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:" | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="28.873660-04:00","tf_resource_type":"dns_srv_record_set"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873682-04:00","tf_resource_type":"dns_txt_record_set"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873700-04:00","tf_resource_type":"dns_a_record_set"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873718-04:00","tf_resource_type":"dns_aaaa_record_set"}" | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873742-04:00","tf_data_source_type":"dns_aaaa_record_set"}" | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873767-04:00","tf_data_source_type":"dns_cname_record_set"}" | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873782-04:00","tf_data_source_type":"dns_mx_record_set"}" | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873804-04:00","tf_data_source_type":"dns_ns_record_set"}" | |
2022-04-07T23:27:28.874-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.873821-04:00","tf_data_source_type":"dns_ptr_record_set"}" | |
2022-04-07T23:27:28.875-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.874101-04:00","tf_data_source_type":"dns_srv_record_set"} | |
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.874185-04:00","tf_data_source_type":"dns_txt_record_set"}" | |
2022-04-07T23:27:28.875-0400 [WARN] unexpected data: registry.terraform.io/hashicorp/dns:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/[email protected]/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-04-07T23:27:28.874251-04:00","tf_data_source_type":"dns_a_record_set"}" | |
2022-04-07T23:27:28.877-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:28.878-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/dns/3.2.3/darwin_amd64/terraform-provider-dns_v3.2.3_x5 pid=77344 | |
2022-04-07T23:27:28.878-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:28.880-0400 [DEBUG] created provider logger: level=debug | |
2022-04-07T23:27:28.880-0400 [INFO] provider: configuring client automatic mTLS | |
2022-04-07T23:27:28.893-0400 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/cloudinit/2.2.0/darwin_amd64/terraform-provider-cloudinit_v2.2.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/cloudinit/2.2.0/darwin_amd64/terraform-provider-cloudinit_v2.2.0_x5] | |
2022-04-07T23:27:28.921-0400 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/cloudinit/2.2.0/darwin_amd64/terraform-provider-cloudinit_v2.2.0_x5 pid=77345 | |
2022-04-07T23:27:28.925-0400 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/cloudinit/2.2.0/darwin_amd64/terraform-provider-cloudinit_v2.2.0_x5 | |
2022-04-07T23:27:28.934-0400 [INFO] provider.terraform-provider-cloudinit_v2.2.0_x5: configuring server automatic mTLS: timestamp=2022-04-07T23:27:28.933-0400 | |
2022-04-07T23:27:28.980-0400 [DEBUG] provider.terraform-provider-cloudinit_v2.2.0_x5: plugin address: network=unix address=/var/folders/3_/fyqdt8yn6f3_jb9jxgc23jtc0000gn/T/plugin110200492 timestamp=2022-04-07T23:27:28.980-0400 | |
2022-04-07T23:27:28.981-0400 [DEBUG] provider: using plugin: version=5 | |
2022-04-07T23:27:29.026-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" | |
2022-04-07T23:27:29.027-0400 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/cloudinit/2.2.0/darwin_amd64/terraform-provider-cloudinit_v2.2.0_x5 pid=77345 | |
2022-04-07T23:27:29.028-0400 [DEBUG] provider: plugin exited | |
2022-04-07T23:27:29.038-0400 [ERROR] AttachSchemaTransformer: No provider config schema available for provider["terraform.io/builtin/terraform"] | |
2022-04-07T23:27:31.858-0400 [DEBUG] ReferenceTransformer: "module.kiosco_docdb_sg.module.security-group.aws_security_group.this" references: [module.kiosco_docdb_sg.module.security-group.var.create (expand) module.kiosco_docdb_sg.module.security-group.var.use_name_prefix (expand) module.kiosco_docdb_sg.module.security-group.var.description (expand) module.kiosco_docdb_sg.module.security-group.var.name (expand) module.kiosco_docdb_sg.module.security-group.var.revoke_rules_on_delete (expand) module.kiosco_docdb_sg.module.security-group.var.vpc_id (expand) module.kiosco_docdb_sg.module.security-group.var.name (expand) module.kiosco_docdb_sg.module.security-group.var.tags (expand)] | |
2022-04-07T23:27:31.858-0400 [DEBUG] ReferenceTransformer: "module.efs_promo_orchestrator.aws_security_group_rule.ingress_cidr_blocks" references: [module.efs_promo_orchestrator.module.this.output.enabled (expand) module.efs_promo_orchestrator.var.allowed_cidr_blocks (expand) module.efs_promo_orchestrator.aws_security_group.efs module.efs_promo_orchestrator.var.allowed_cidr_blocks (expand)] | |
2022-04-07T23:27:31.858-0400 [DEBUG] ReferenceTransformer: "module.progesp_rds_security_group.var.number_of_computed_ingress_rules (expand)" references: [] | |
2022-04-07T23:27:31.858-0400 [DEBUG] ReferenceTransformer: "module.crosstrading_ms_rds_sg.module.security-group.var.egress_with_ipv6_cidr_blocks (expand)" references: [] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.abastecimiento-tienda-rds.module.rds.module.db_instance.var.domain (expand)" references: [module.abastecimiento-tienda-rds.module.rds.var.domain (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.purchase-ms-rds.var.performance_insights_enabled (expand)" references: [] | |
2022-04-07T23:27:31.859-0400 [INFO] ReferenceTransformer: reference not found: "count.index" | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.consignaciones-y-terceros-rds.aws_secretsmanager_secret_version.this_db_secret" references: [module.consignaciones-y-terceros-rds.var.store_secrets (expand) module.consignaciones-y-terceros-rds.aws_secretsmanager_secret.this_db_secret module.consignaciones-y-terceros-rds.module.rds.output.db_instance_username (expand) module.consignaciones-y-terceros-rds.module.rds.output.db_instance_password (expand) module.consignaciones-y-terceros-rds.module.rds.output.db_instance_endpoint (expand) module.consignaciones-y-terceros-rds.module.rds.output.db_instance_port (expand) module.consignaciones-y-terceros-rds.var.name (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.tenseflow-ms-rds.module.rds.module.db_instance.var.performance_insights_kms_key_id (expand)" references: [module.tenseflow-ms-rds.module.rds.var.performance_insights_enabled (expand) module.tenseflow-ms-rds.module.rds.var.performance_insights_kms_key_id (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.rds_customer_returns.var.storage_encrypted (expand)" references: [] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.rds_customer_service.module.rds.var.publicly_accessible (expand)" references: [module.rds_customer_service.var.publicly_accessible (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.rds_cd_logistica.module.rds.var.performance_insights_kms_key_id (expand)" references: [] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.efs_novios_blog.module.dns.module.this.local.id (expand)" references: [module.efs_novios_blog.module.dns.module.this.local.id_length_limit (expand) module.efs_novios_blog.module.dns.module.this.local.id_full (expand) module.efs_novios_blog.module.dns.module.this.local.id_length_limit (expand) module.efs_novios_blog.module.dns.module.this.local.id_short (expand) module.efs_novios_blog.module.dns.module.this.local.id_full (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.rds_eiffel_exporter.module.rds.output.enhanced_monitoring_iam_role_arn (expand)" references: [module.rds_eiffel_exporter.module.rds.module.db_instance.output.enhanced_monitoring_iam_role_arn (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.datalake-rds.module.rds.module.db_instance.random_id.snapshot_identifier" references: [module.datalake-rds.module.rds.module.db_instance.var.create (expand) module.datalake-rds.module.rds.module.db_instance.var.skip_final_snapshot (expand) module.datalake-rds.module.rds.module.db_instance.var.identifier (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.rds_txd_ecom_cl_core.module.rds.module.db_instance.var.replicate_source_db (expand)" references: [module.rds_txd_ecom_cl_core.module.rds.var.replicate_source_db (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.abastecimiento-tienda-rds.var.deletion_protection (expand)" references: [] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.rds-customer.module.aws-rds-alarms.output.alarm_cpu_utilization_too_high (expand)" references: [module.rds-customer.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.cpu_utilization_too_high] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "data.aws_iam_user.sos_txd_user" references: [] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.rds_cd_logistica.module.aws-rds-alarms.aws_cloudwatch_metric_alarm.disk_queue_depth_too_high" references: [module.rds_cd_logistica.module.aws-rds-alarms.var.enable (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.db_instance_id (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.evaluation_period (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.actions_alarm (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.prefix (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.db_instance_id (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.actions_ok (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.statistic_period (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.tags (expand) module.rds_cd_logistica.module.aws-rds-alarms.var.disk_queue_depth_too_high_threshold (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.purchase-ms-rds.module.rds.module.db_instance.var.vpc_security_group_ids (expand)" references: [module.purchase-ms-rds.module.rds.var.vpc_security_group_ids (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "local.main (expand)" references: [] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.rds_txd_ecom_cl_core.module.rds.output.db_instance_domain (expand)" references: [module.rds_txd_ecom_cl_core.module.rds.module.db_instance.output.db_instance_domain (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.ops_eks.var.attach_worker_cni_policy (expand)" references: [local.ops (expand)] | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "postgresql_role.invsel_metabase" references: [random_password.invsel_reporter] | |
2022-04-07T23:27:31.859-0400 [INFO] ReferenceTransformer: reference not found: "path.module" | |
2022-04-07T23:27:31.859-0400 [DEBUG] ReferenceTransformer: "module.green_addons.helm_release.nginx_public_tcp" references: [module.green_addons.null_resource.default_node_critical_priority_class module.green_addons.helm_release.kube_prometheus_stack module.green_addons.kubernetes_namespace.nginx_tcp_public_namespace module.green_addons.local.enable_public_tcp (expand) module.green_addons.var.nginx_ingress (expand) module.green_addons.var.nginx_ingress (expand) module.green_addons.var.affinity (expand) module.green_addons.local.default_json_log_format (expand) module.green_addons.var.nginx_ingress (expand) module.green_addons.var.nodeSelector (expand) module.green_addons.local.default_priority_class (expand) module.green_addons.var.nginx_ingress (expand) module.green_addons.local.nginx_tcp_public_tags (expand) module.green_addons.local.default_private_registry_secret_name (expand) module.green_addons.local.nginx_tcp_public_namespace (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.tenseflow-ms-rds.module.rds.module.db_parameter_group.var.description (expand)" references: [module.tenseflow-ms-rds.module.rds.var.parameter_group_description (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.is-rds.module.rds.var.max_allocated_storage (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.rds_eiffel_approval.var.db_subnet_group_name (expand)" references: [aws_db_subnet_group.eiffel_marketplace_subnet_group] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.sgdd-rds.module.rds.module.db_instance.var.instance_class (expand)" references: [module.sgdd-rds.module.rds.var.instance_class (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.shipping-methods-capacity-rds.module.rds.var.parameters (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.eiffel-seller-rds.module.db_option_group.output.db_option_group_id (expand)" references: [module.eiffel-seller-rds.module.db_option_group.aws_db_option_group.this] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.odeon-rds.output.this_db_instance_username (expand)" references: [module.odeon-rds.module.rds.output.db_instance_username (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.pariscl_sfccsftp_efs.var.name (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.sg_for_lambdas.var.use_name_prefix (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.efs_promo_orchestrator.module.this.var.attributes (expand)" references: [module.efs_promo_orchestrator.var.attributes (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.crosstrading-ms-rds.module.aws-rds-alarms.var.cpu_credit_balance_too_low_threshold (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.security_ms_rds_sg.module.security-group.var.computed_ingress_rules (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.store_ms_rds_sg.module.security-group (close)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "aws_cloudwatch_metric_alarm.promo_orchestrator_cluster_status_check_failed_system" references: [local.cloudwatch_default_actions (expand) local.cloudwatch_default_actions (expand) local.promo_orchestrator_default_tags (expand) local.promo_orchestrator_default_prefix (expand) local.promo_orchestrator_default_prefix (expand) local.promo_orchestrator_cluster_cloudwatch_dimensions (expand) local.promo_orchestrator_default_prefix (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.airflow_security_group.var.number_of_computed_egress_with_self (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.tiendadigital-rds.module.rds.var.password (expand)" references: [module.tiendadigital-rds.var.password (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.suip-rds.module.rds.var.apply_immediately (expand)" references: [module.suip-rds.var.apply_immediately (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.feature_toggle-rds.module.rds.var.delete_automated_backups (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.rds_eiffel.module.rds.local.option_group (expand)" references: [module.rds_eiffel.module.rds.local.create_db_option_group (expand) module.rds_eiffel.module.rds.module.db_option_group.output.db_option_group_id (expand) module.rds_eiffel.module.rds.var.option_group_name (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.promo_orchestrator_ec2_security_groups_with_source_sg.local.this_sg_id (expand)" references: [module.promo_orchestrator_ec2_security_groups_with_source_sg.var.create_sg (expand) module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group.this module.promo_orchestrator_ec2_security_groups_with_source_sg.aws_security_group.this_name_prefix module.promo_orchestrator_ec2_security_groups_with_source_sg.var.security_group_id (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.deeptracker-rds.module.rds.var.db_parameter_group_tags (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.vt_paris_rds.module.db_instance.var.iam_database_authentication_enabled (expand)" references: [module.vt_paris_rds.var.iam_database_authentication_enabled (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.suip_rds_security_group.var.egress_rules (expand)" references: [local.default_rds_postgres_tcp_ingress_egress_rules (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.store-ms-rds.var.cloudwatch_thresholds (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.bookstack_efs.module.this.local.label_value_case (expand)" references: [module.bookstack_efs.module.this.local.input (expand) module.bookstack_efs.module.this.local.defaults (expand) module.bookstack_efs.module.this.local.input (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.aws-rds-alarms-rpa-tiendas (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.progespec_rds.module.rds.module.db_instance.var.tags (expand)" references: [module.progespec_rds.module.rds.var.tags (expand) module.progespec_rds.module.rds.var.db_instance_tags (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.purchase-ms-rds.module.aws-rds-alarms.var.memory_swap_usage_too_high_threshold (expand)" references: [] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.deeptracker-rds.module.rds.module.db_instance.var.publicly_accessible (expand)" references: [module.deeptracker-rds.module.rds.var.publicly_accessible (expand)] | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.vt_paris_rds.module.db_instance.var.domain (expand)" references: [module.vt_paris_rds.var.domain (expand)] | |
2022-04-07T23:27:31.860-0400 [INFO] ReferenceTransformer: reference not found: "count.index" | |
2022-04-07T23:27:31.860-0400 [INFO] ReferenceTransformer: reference not found: "count.index" | |
2022-04-07T23:27:31.860-0400 [INFO] ReferenceTransformer: reference not found: "count.index" | |
2022-04-07T23:27:31.860-0400 [INFO] ReferenceTransformer: reference not found: "count.index" | |
2022-04-07T23:27:31.860-0400 [DEBUG] ReferenceTransformer: "module.promotion_orchestrator_elb_security_groups.aws_security_group_rule.computed_egress_rules" references: [module.promotion_orchestrator_elb_security_groups.var.create (expand) module.promotion_orchestrato |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment