hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
42.35k stars 9.49k forks source link

panic: value is marked, so must be unmarked first #30214

Closed saivenkateshedem closed 2 years ago

saivenkateshedem commented 2 years ago

Terraform version: v3.70.0

Getting below output when applying the terraform module

2021-12-20T08:15:47.029Z [TRACE] GRPCProvider: ApplyResourceChange 2021-12-20T08:15:47.030Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:15:47 [DEBUG] setting computed for "member_clusters" from ComputedKeys: timestamp=2021-12-20T08:15:47.030Z 2021-12-20T08:15:47.030Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:15:47 [DEBUG] setting computed for "security_group_names" from ComputedKeys: timestamp=2021-12-20T08:15:47.030Z 2021-12-20T08:15:47.030Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:15:47 [DEBUG] setting computed for "cluster_mode" from ComputedKeys: timestamp=2021-12-20T08:15:47.030Z 2021-12-20T08:15:47.738Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:15:47 [DEBUG] Waiting for state to become: [available]: timestamp=2021-12-20T08:15:47.738Z 2021-12-20T08:15:49.922Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:15:49.922Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:15:49.922Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:15:49.922Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:15:49.922Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:15:52.023Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:15:54.923Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:15:54.923Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:15:54.923Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:15:54.923Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:15:54.923Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:15:57.023Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:15:59.923Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:15:59.923Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:15:59.923Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:15:59.923Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:15:59.923Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:02.024Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:04.924Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:04.924Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:04.924Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:04.924Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:04.924Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:07.025Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:09.925Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:09.925Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:09.925Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:09.925Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:09.925Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:12.027Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:14.926Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:14.926Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:14.926Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:14.926Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:14.926Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:17.028Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:17.846Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:16:17 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:16:17.846Z 2021-12-20T08:16:19.927Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:19.927Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:19.927Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:19.927Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:19.927Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:22.029Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:24.928Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:24.928Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:24.928Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:24.928Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:24.928Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:27.031Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:27.955Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:16:27 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:16:27.955Z 2021-12-20T08:16:29.929Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:29.929Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:29.929Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:29.929Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:29.929Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:32.031Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:34.930Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:34.930Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:34.930Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:34.930Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:34.930Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:37.033Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:38.044Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:16:38 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:16:38.044Z 2021-12-20T08:16:39.931Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:39.931Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:39.931Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:39.931Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:39.931Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:42.034Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:44.931Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:44.931Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:44.931Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:44.931Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:44.931Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:47.034Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:48.150Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:16:48 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:16:48.150Z 2021-12-20T08:16:49.932Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:49.932Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:49.932Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:49.932Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:49.932Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:52.035Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:54.932Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:16:54.932Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:54.932Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:54.932Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:54.932Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:57.036Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:58.259Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:16:58 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:16:58.258Z 2021-12-20T08:16:59.933Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:59.933Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:16:59.933Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:16:59.933Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:16:59.933Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:02.037Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:04.934Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:04.934Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:04.934Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:04.934Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:04.934Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:07.038Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:08.388Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:17:08 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:17:08.388Z 2021-12-20T08:17:09.934Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:09.934Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:09.934Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:09.934Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:09.934Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:12.038Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:14.935Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:14.935Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:14.935Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:14.935Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:14.935Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:17.039Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:18.495Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:17:18 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:17:18.495Z 2021-12-20T08:17:19.935Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:19.935Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:19.935Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:19.935Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:19.935Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:22.042Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:24.936Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:24.936Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:24.936Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:24.936Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:24.936Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:27.043Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:28.558Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:17:28 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:17:28.558Z 2021-12-20T08:17:29.937Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:29.937Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:29.937Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:29.937Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:29.937Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:32.043Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:34.938Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:34.938Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:34.938Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:34.938Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:34.938Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:37.044Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:38.610Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:17:38 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:17:38.610Z 2021-12-20T08:17:39.938Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:39.938Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:39.938Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:39.938Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:39.938Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:42.047Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:44.939Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:44.939Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:44.939Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:44.939Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:44.939Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:47.047Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:48.676Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:17:48 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:17:48.676Z 2021-12-20T08:17:49.940Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:49.940Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:49.940Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:49.940Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:49.940Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:52.047Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:54.941Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:54.941Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:54.941Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:54.941Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:54.941Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:57.048Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:58.757Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:17:58 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:17:58.757Z 2021-12-20T08:17:59.942Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:17:59.942Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:17:59.942Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:17:59.942Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:17:59.942Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:02.049Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:04.943Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:04.943Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:04.943Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:04.943Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:04.943Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:07.050Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:08.811Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:18:08 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:18:08.811Z 2021-12-20T08:18:09.944Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:09.944Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:09.944Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:09.944Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:09.944Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:12.050Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:14.945Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:14.945Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:14.945Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:14.945Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:14.945Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:17.051Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:18.882Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:18:18 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:18:18.882Z 2021-12-20T08:18:19.946Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:19.946Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:19.946Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:19.946Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:19.946Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:22.051Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:24.947Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:24.947Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:24.947Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:24.947Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:24.947Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:27.052Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:28.944Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:18:28 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:18:28.944Z 2021-12-20T08:18:29.948Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:29.948Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:29.948Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:29.948Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:29.948Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:32.053Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:34.948Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:34.948Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:34.948Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:34.948Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:34.948Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:37.054Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:39.018Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:18:39 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:18:39.018Z 2021-12-20T08:18:39.949Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:39.949Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:39.949Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:39.949Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:39.949Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:42.054Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:44.950Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:44.950Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:44.950Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:44.950Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:44.950Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:47.055Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:49.078Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:18:49 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:18:49.078Z 2021-12-20T08:18:49.951Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:49.951Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:49.951Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:49.951Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:49.951Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:52.057Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:54.952Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:18:54.952Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:54.952Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:54.952Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:54.952Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:57.058Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:59.132Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:18:59 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:18:59.132Z 2021-12-20T08:18:59.953Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:59.953Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:18:59.953Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:18:59.953Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:18:59.953Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:02.059Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:04.954Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:04.954Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:04.954Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:04.954Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:04.954Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:07.060Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:09.213Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:19:09 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:19:09.212Z 2021-12-20T08:19:09.955Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:09.955Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:09.955Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:09.955Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:09.955Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:12.060Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:14.955Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:14.955Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:14.955Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:14.955Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:14.955Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:17.061Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:19.290Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:19:19 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:19:19.290Z 2021-12-20T08:19:19.956Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:19.957Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:19.957Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:19.957Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:19.966Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:22.062Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:24.957Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:24.957Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:24.957Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:24.957Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:24.967Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:27.063Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:29.388Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:19:29 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:19:29.388Z 2021-12-20T08:19:29.958Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:29.958Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:29.958Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:29.958Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:29.967Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:32.065Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:34.959Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:34.959Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:34.959Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:34.959Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:34.968Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:37.067Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:39.478Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:19:39 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:19:39.478Z 2021-12-20T08:19:39.959Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:39.959Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:39.959Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:39.959Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:39.969Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:42.067Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:44.960Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:44.960Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:44.960Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:44.960Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:44.969Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:47.068Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:49.602Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:19:49 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:19:49.602Z 2021-12-20T08:19:49.961Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:49.961Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:49.961Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:49.961Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:49.970Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:52.068Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:54.961Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:54.961Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:54.961Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:54.961Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:54.971Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:57.069Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:59.681Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:19:59 [TRACE] Waiting 10s before next try: timestamp=2021-12-20T08:19:59.681Z 2021-12-20T08:19:59.962Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:19:59.962Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:19:59.962Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:19:59.962Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:19:59.972Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:02.069Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:04.963Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:20:04.963Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:20:04.963Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:04.963Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:04.972Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:07.070Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:09.921Z [INFO] provider.terraform-provider-aws_v3.70.0_x5: 2021/12/20 08:20:09 [DEBUG] Waiting for state to become: [available]: timestamp=2021-12-20T08:20:09.921Z 2021-12-20T08:20:09.963Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:20:09.963Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:09.963Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:20:09.963Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:09.973Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:12.070Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:14.965Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:14.965Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:14.965Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:20:14.965Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:20:14.973Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:17.070Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:19.966Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:20:19.966Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:19.966Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:19.966Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:20:19.974Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:22.071Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:24.966Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:20:24.966Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:20:24.966Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:24.966Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:24.975Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:27.072Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:29.967Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:20:29.967Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:20:29.967Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:29.967Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:29.975Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:32.073Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:34.967Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:20:34.967Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:34.967Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:34.967Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:20:34.976Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:37.074Z [TRACE] dag/walk: vertex "module.redis.output.redis_endpoint (expand)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:39.967Z [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)" 2021-12-20T08:20:39.968Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/aws\"] (close)" is waiting for "module.redis.aws_elasticache_replication_group.default" 2021-12-20T08:20:39.968Z [TRACE] dag/walk: vertex "output.redis_endpoint" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:39.974Z [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "module.redis (close)" 2021-12-20T08:20:39.977Z [TRACE] dag/walk: vertex "module.redis (close)" is waiting for "module.redis.output.redis_endpoint (expand)" 2021-12-20T08:20:40.232Z [WARN] Provider "provider[\"registry.terraform.io/hashicorp/aws\"]" produced an unexpected new value for module.redis.aws_elasticache_replication_group.default, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations:

panic: value is marked, so must be unmarked first

goroutine 451 [running]: github.com/zclconf/go-cty/cty.Value.assertUnmarked(...) /go/pkg/mod/github.com/zclconf/go-cty@v1.8.1/cty/marks.go:123 github.com/zclconf/go-cty/cty.Value.LengthInt(0x2c2e840, 0xc001de28a0, 0x24e3220, 0xc00000d938, 0x2c2e801) /go/pkg/mod/github.com/zclconf/go-cty@v1.8.1/cty/value_ops.go:1045 +0x4f github.com/zclconf/go-cty/cty.transform(0xc001de2ea0, 0x1, 0x1, 0x2c2e840, 0xc001de28a0, 0x24e3220, 0xc00000d938, 0x2bf8258, 0xc00000da40, 0xc00000d938, ...) /go/pkg/mod/github.com/zclconf/go-cty@v1.8.1/cty/walk.go:144 +0x2e8 github.com/zclconf/go-cty/cty.transform(0x0, 0x0, 0x0, 0x2c2e808, 0xc001de2e10, 0x23f4a00, 0xc0027de9f0, 0x2bf8258, 0xc00000da40, 0x0, ...) /go/pkg/mod/github.com/zclconf/go-cty@v1.8.1/cty/walk.go:209 +0x10ed github.com/zclconf/go-cty/cty.TransformWithTransformer(...) /go/pkg/mod/github.com/zclconf/go-cty@v1.8.1/cty/walk.go:125 github.com/zclconf/go-cty/cty.Value.MarkWithPaths(0x2c2e808, 0xc001de2e10, 0x23f4a00, 0xc0027de9f0, 0xc0015d9020, 0x1, 0x1, 0x0, 0xc0015d9020, 0x1, ...) /go/pkg/mod/github.com/zclconf/go-cty@v1.8.1/cty/marks.go:215 +0xc5 github.com/hashicorp/terraform/terraform.markProviderSensitiveAttributes(0xc0015a6d50, 0x2c2e808, 0xc001de2e10, 0x23f4a00, 0xc0027de9f0, 0x0, 0x21, 0xc000a93be7, 0x7) /home/circleci/project/project/terraform/evaluate.go:960 +0xbe github.com/hashicorp/terraform/terraform.(evaluationStateData).GetResource(0xc001a29ef0, 0x4d, 0xc000687200, 0x21, 0xc000a93be7, 0x7, 0xc000686fc0, 0x21, 0x2, 0x80, ...) /home/circleci/project/project/terraform/evaluate.go:787 +0x1333 github.com/hashicorp/terraform/lang.(Scope).evalContext(0xc001a354a0, 0xc000863b30, 0x3, 0x3, 0x0, 0x0, 0x0, 0x0, 0x901cb7, 0x7f1dbcd770d8) /home/circleci/project/project/lang/eval.go:360 +0x206d github.com/hashicorp/terraform/lang.(Scope).EvalContext(...) /home/circleci/project/project/lang/eval.go:238 github.com/hashicorp/terraform/lang.(Scope).EvalExpr(0xc001a354a0, 0x2c2d570, 0xc0001a8380, 0x2c2e760, 0x3ce7388, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/circleci/project/project/lang/eval.go:163 +0xb6 github.com/hashicorp/terraform/terraform.(BuiltinEvalContext).EvaluateExpr(0xc001b9d040, 0x2c2d570, 0xc0001a8380, 0x2c2e760, 0x3ce7388, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/circleci/project/project/terraform/eval_context_builtin.go:280 +0xbb github.com/hashicorp/terraform/terraform.(NodeApplyableOutput).Execute(0xc002d2b000, 0x2c64590, 0xc001b9d040, 0xc000142001, 0xc001d43d18, 0x40bb05, 0x243e3e0) /home/circleci/project/project/terraform/node_output.go:272 +0x8e4 github.com/hashicorp/terraform/terraform.(ContextGraphWalker).Execute(0xc0004abbc0, 0x2c64590, 0xc001b9d040, 0x7f1dbcd772e8, 0xc002d2b000, 0x0, 0x0, 0x0) /home/circleci/project/project/terraform/graph_walk_context.go:127 +0xbf github.com/hashicorp/terraform/terraform.(Graph).walk.func1(0x2610140, 0xc002d2b000, 0x0, 0x0, 0x0) /home/circleci/project/project/terraform/graph.go:59 +0xba2 github.com/hashicorp/terraform/dag.(Walker).walkVertex(0xc0006f26c0, 0x2610140, 0xc002d2b000, 0xc002d2b080) /home/circleci/project/project/dag/walk.go:381 +0x288 created by github.com/hashicorp/terraform/dag.(Walker).Update /home/circleci/project/project/dag/walk.go:304 +0x1246

jbardin commented 2 years ago

Hi @saivenkateshedem,

Thanks for reporting the issue. The version v3.70.0 is from the AWS provider you are using, what we would need is the version from Terraform itself. From the look of the output this is from an older version of Terraform, and the issue should be resolved in current releases. If you can reproduce the issue in a current Terraform release, please file a new issue, providing the information requested in the issue template which will help us track down what may be causing the crash.

Thanks!

github-actions[bot] commented 2 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.