Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

plugin.(*GRPCProvider).ValidateResourceConfig request was cancelled. #20274

Closed
erashu212 opened this issue Jul 22, 2021 · 32 comments
Closed

plugin.(*GRPCProvider).ValidateResourceConfig request was cancelled. #20274

erashu212 opened this issue Jul 22, 2021 · 32 comments
Labels
bug Addresses a defect in current functionality. crash Results from or addresses a Terraform crash or kernel panic. provider Pertains to the provider itself, rather than any interaction with AWS. service/acm Issues and PRs that pertain to the acm service. service/cloudfront Issues and PRs that pertain to the cloudfront service. service/s3 Issues and PRs that pertain to the s3 service.

Comments

@erashu212
Copy link

erashu212 commented Jul 22, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform CLI and Terraform AWS Provider Version

Terraform Version = 1.0.0
Terraform AWS Provider = 3.50.0

Affected Resource(s)

  • aws_acm
  • aws_s3
  • aws_cloudfront

Terraform Configuration Files

Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp

Debug Output

�Terraform v1.0.0
on linux_amd64
Configuring remote state backend...
Initializing Terraform configuration...
Warning: Backend configuration ignored�[0m
	on modules/lambda/providers.tf line 2, in terraform:
	backend "remote"{}
Any selected backend applies to the entire configuration, so Terraform
expects provider configurations only in the root module.

This is a warning rather than an error because it's sometimes convenient to
temporarily call a root module as a child module for testing purposes, but
this backend configuration block will have no effect.
(and one more similar warning elsewhere)
Error: Request cancelled
with module.integrations-static-site-bac.aws_acm_certificate_validation.this,
on .terraform/modules/integrations-static-site-bac/cert.tf line 33, in resource "aws_acm_certificate_validation" "this":
33: resource "aws_acm_certificate_validation" "this" 
The plugin.(*GRPCProvider).ValidateResourceConfig request was cancelled.

Panic Output

2021-07-23T04:57:30.786Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.1/linux_amd64/terraform-provider-random_v3.0.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.0.1/linux_amd64/terraform-provider-random_v3.0.1_x5]
2021-07-23T04:57:30.786Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.1/linux_amd64/terraform-provider-random_v3.0.1_x5 pid=574
2021-07-23T04:57:30.786Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.1/linux_amd64/terraform-provider-random_v3.0.1_x5
2021-07-23T04:57:30.792Z [INFO]  provider.terraform-provider-random_v3.0.1_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:30.791Z
2021-07-23T04:57:30.823Z [DEBUG] provider.terraform-provider-random_v3.0.1_x5: plugin address: network=unix address=/tmp/plugin278463811 timestamp=2021-07-23T04:57:30.823Z
2021-07-23T04:57:30.823Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:30.877Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:30.877Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:30.928Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=757
2021-07-23T04:57:32.358Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:32.396Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:32.396Z
2021-07-23T04:57:32.439Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin200007708 network=unix timestamp=2021-07-23T04:57:32.439Z
2021-07-23T04:57:32.439Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:32.483Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:32.483Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:32.518Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:32.518Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=777
2021-07-23T04:57:32.518Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:32.556Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:32.556Z
2021-07-23T04:57:32.597Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin033710233 network=unix timestamp=2021-07-23T04:57:32.597Z
2021-07-23T04:57:32.597Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:32.643Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:32.643Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:32.706Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:32.707Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=797
2021-07-23T04:57:32.707Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:32.745Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:32.745Z
2021-07-23T04:57:32.786Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin761570410 network=unix timestamp=2021-07-23T04:57:32.786Z
2021-07-23T04:57:32.786Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:32.832Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:32.832Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:32.866Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:32.867Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=817
2021-07-23T04:57:32.867Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:32.905Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:32.905Z
2021-07-23T04:57:33.204Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:33.244Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:33.244Z
2021-07-23T04:57:33.286Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin454612283 network=unix timestamp=2021-07-23T04:57:33.286Z
2021-07-23T04:57:33.286Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:33.331Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:33.331Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:33.390Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:33.391Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=881
2021-07-23T04:57:33.391Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:33.440Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:33.440Z
2021-07-23T04:57:33.487Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:33.487Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin693261551 network=unix timestamp=2021-07-23T04:57:33.486Z
2021-07-23T04:57:33.532Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:33.532Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:33.579Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:33.579Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=903
2021-07-23T04:57:33.579Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:33.634Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:33.633Z
2021-07-23T04:57:33.699Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin270908178 network=unix timestamp=2021-07-23T04:57:33.699Z
2021-07-23T04:57:33.699Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:33.774Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:33.775Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:33.833Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:33.835Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=918
2021-07-23T04:57:33.835Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:33.894Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:33.894Z
2021-07-23T04:57:33.948Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin256805535 network=unix timestamp=2021-07-23T04:57:33.948Z
2021-07-23T04:57:33.948Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:33.997Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:33.997Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:34.033Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:34.034Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=943
2021-07-23T04:57:34.034Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:34.099Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:34.099Z
2021-07-23T04:57:34.140Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin954919293 network=unix timestamp=2021-07-23T04:57:34.140Z
2021-07-23T04:57:34.140Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:34.200Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:34.200Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:34.202Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:34 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:34.202Z
2021-07-23T04:57:34.202Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:34 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:34.202Z
2021-07-23T04:57:34.202Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:34 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:34.202Z
2021-07-23T04:57:34.203Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:34 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:34.203Z
2021-07-23T04:57:34.203Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:34 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:34.203Z
2021-07-23T04:57:34.203Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:34 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:34.203Z
2021-07-23T04:57:34.237Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:34.237Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=964
2021-07-23T04:57:34.237Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:34.275Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:34.275Z
2021-07-23T04:57:34.318Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin894120873 network=unix timestamp=2021-07-23T04:57:34.318Z
2021-07-23T04:57:34.318Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:34.364Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:34.364Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:34.403Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:34.403Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=985
2021-07-23T04:57:34.403Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:34.445Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:34.444Z
2021-07-23T04:57:34.489Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin744264175 network=unix timestamp=2021-07-23T04:57:34.489Z
2021-07-23T04:57:34.489Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:34.557Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:34.557Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:34.594Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:34.594Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1005
2021-07-23T04:57:34.594Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:34.633Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:34.633Z
2021-07-23T04:57:34.677Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:34.677Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin875062351 network=unix timestamp=2021-07-23T04:57:34.676Z
2021-07-23T04:57:34.733Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:34.733Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:34.769Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:34.770Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1027
2021-07-23T04:57:34.770Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:34.811Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:34.811Z
2021-07-23T04:57:34.853Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: network=unix address=/tmp/plugin093644484 timestamp=2021-07-23T04:57:34.853Z
2021-07-23T04:57:34.853Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:34.900Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:34.900Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:34.936Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:34.984Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1048
2021-07-23T04:57:34.984Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:35.054Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:35.054Z
2021-07-23T04:57:35.099Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin040192088 network=unix timestamp=2021-07-23T04:57:35.099Z
2021-07-23T04:57:35.099Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:35.144Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:35.145Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:35.181Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:35.182Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1069
2021-07-23T04:57:35.182Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:35.222Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:35.222Z
2021-07-23T04:57:35.266Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin831473345 network=unix timestamp=2021-07-23T04:57:35.266Z
2021-07-23T04:57:35.266Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:35.313Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.313Z
2021-07-23T04:57:35.313Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.313Z
2021-07-23T04:57:35.313Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.313Z
2021-07-23T04:57:35.313Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.313Z
2021-07-23T04:57:35.313Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.313Z
2021-07-23T04:57:35.313Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.313Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.314Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.314Z
2021-07-23T04:57:35.315Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.315Z
2021-07-23T04:57:35.315Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.315Z
2021-07-23T04:57:35.315Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.315Z
2021-07-23T04:57:35.315Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.315Z
2021-07-23T04:57:35.315Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.315Z
2021-07-23T04:57:35.315Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.315Z
2021-07-23T04:57:35.316Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.316Z
2021-07-23T04:57:35.316Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.316Z
2021-07-23T04:57:35.316Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.316Z
2021-07-23T04:57:35.316Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.316Z
2021-07-23T04:57:35.316Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.316Z
2021-07-23T04:57:35.316Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.316Z
2021-07-23T04:57:35.317Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.316Z
2021-07-23T04:57:35.317Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.317Z
2021-07-23T04:57:35.317Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.317Z
2021-07-23T04:57:35.317Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.317Z
2021-07-23T04:57:35.317Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.317Z
2021-07-23T04:57:35.317Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.317Z
2021-07-23T04:57:35.318Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.317Z
2021-07-23T04:57:35.318Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.317Z
2021-07-23T04:57:35.318Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.317Z
2021-07-23T04:57:35.318Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.318Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.318Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.318Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.318Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.318Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.319Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.319Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.320Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.322Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:35.322Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.320Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.322Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.323Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.323Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.321Z
2021-07-23T04:57:35.323Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.322Z
2021-07-23T04:57:35.363Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:35.364Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1089
2021-07-23T04:57:35.364Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:35.402Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:35.401Z
2021-07-23T04:57:35.445Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin809079631 network=unix timestamp=2021-07-23T04:57:35.445Z
2021-07-23T04:57:35.445Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:35.492Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:35.492Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:35.492Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.492Z
2021-07-23T04:57:35.492Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.492Z
2021-07-23T04:57:35.492Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.492Z
2021-07-23T04:57:35.492Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.492Z
2021-07-23T04:57:35.492Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.492Z
2021-07-23T04:57:35.492Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.492Z
2021-07-23T04:57:35.529Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:35.529Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1112
2021-07-23T04:57:35.529Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:35.573Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:35.568Z
2021-07-23T04:57:35.656Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin755111244 network=unix timestamp=2021-07-23T04:57:35.656Z
2021-07-23T04:57:35.657Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:35.705Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:35.705Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:35.741Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:35.741Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1132
2021-07-23T04:57:35.742Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:35.780Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:35.780Z
2021-07-23T04:57:35.822Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: network=unix address=/tmp/plugin196194984 timestamp=2021-07-23T04:57:35.822Z
2021-07-23T04:57:35.822Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:35.868Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:35.868Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:35.868Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.868Z
2021-07-23T04:57:35.868Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.868Z
2021-07-23T04:57:35.868Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.868Z
2021-07-23T04:57:35.868Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.868Z
2021-07-23T04:57:35.868Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.868Z
2021-07-23T04:57:35.868Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:35 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:35.868Z
2021-07-23T04:57:35.905Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:35.905Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1153
2021-07-23T04:57:35.905Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:35.944Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:35.943Z
2021-07-23T04:57:35.985Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin711433277 network=unix timestamp=2021-07-23T04:57:35.985Z
2021-07-23T04:57:35.985Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:36.033Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:36.033Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:36.034Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.034Z
2021-07-23T04:57:36.034Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.034Z
2021-07-23T04:57:36.034Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.034Z
2021-07-23T04:57:36.034Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.034Z
2021-07-23T04:57:36.034Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.034Z
2021-07-23T04:57:36.034Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.034Z
2021-07-23T04:57:36.076Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:36.076Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1173
2021-07-23T04:57:36.076Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:36.115Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:36.115Z
2021-07-23T04:57:36.166Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: network=unix address=/tmp/plugin637971162 timestamp=2021-07-23T04:57:36.165Z
2021-07-23T04:57:36.166Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:36.246Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:36.246Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:36.283Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:36.283Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1194
2021-07-23T04:57:36.283Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:36.323Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:36.323Z
2021-07-23T04:57:36.366Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin712513210 network=unix timestamp=2021-07-23T04:57:36.366Z
2021-07-23T04:57:36.366Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:36.414Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:36.415Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:36.452Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:36.453Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1216
2021-07-23T04:57:36.453Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:36.495Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:36.494Z
2021-07-23T04:57:36.540Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: network=unix address=/tmp/plugin776159257 timestamp=2021-07-23T04:57:36.540Z
2021-07-23T04:57:36.540Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:36.593Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:36.593Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.593Z
2021-07-23T04:57:36.593Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.593Z
2021-07-23T04:57:36.593Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:36.593Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.593Z
2021-07-23T04:57:36.593Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.593Z
2021-07-23T04:57:36.593Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.593Z
2021-07-23T04:57:36.593Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.593Z
2021-07-23T04:57:36.631Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:36.631Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1237
2021-07-23T04:57:36.631Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:36.676Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:36.676Z
2021-07-23T04:57:36.720Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin568096812 network=unix timestamp=2021-07-23T04:57:36.720Z
2021-07-23T04:57:36.720Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:36.770Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:36.770Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:36.825Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:36.826Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1258
2021-07-23T04:57:36.826Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:36.884Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:36.884Z
2021-07-23T04:57:36.928Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin032659896 network=unix timestamp=2021-07-23T04:57:36.928Z
2021-07-23T04:57:36.928Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:36.976Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:36.976Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:36.977Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.977Z
2021-07-23T04:57:36.977Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.977Z
2021-07-23T04:57:36.977Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:36 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:36.977Z
2021-07-23T04:57:37.012Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:37.013Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1278
2021-07-23T04:57:37.013Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:37.052Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:37.052Z
2021-07-23T04:57:37.093Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin691026081 network=unix timestamp=2021-07-23T04:57:37.093Z
2021-07-23T04:57:37.093Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:37.139Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:37.139Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:37.175Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:37.175Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1299
2021-07-23T04:57:37.175Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:37.214Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:37.214Z
2021-07-23T04:57:37.266Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin305515919 network=unix timestamp=2021-07-23T04:57:37.266Z
2021-07-23T04:57:37.266Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:37.316Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:37.316Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:37.360Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:37.360Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1319
2021-07-23T04:57:37.360Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:37.401Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:37.401Z
2021-07-23T04:57:37.495Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:37.495Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin219748970 network=unix timestamp=2021-07-23T04:57:37.494Z
2021-07-23T04:57:37.543Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:37.543Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:37.588Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:37.588Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1341
2021-07-23T04:57:37.588Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:37.627Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:37.627Z
2021-07-23T04:57:37.668Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin307602700 network=unix timestamp=2021-07-23T04:57:37.668Z
2021-07-23T04:57:37.668Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:37.716Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:37.716Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:37.716Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.716Z
2021-07-23T04:57:37.716Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.716Z
2021-07-23T04:57:37.716Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.716Z
2021-07-23T04:57:37.716Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.716Z
2021-07-23T04:57:37.717Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.716Z
2021-07-23T04:57:37.717Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.716Z
2021-07-23T04:57:37.717Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.716Z
2021-07-23T04:57:37.717Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.717Z
2021-07-23T04:57:37.717Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.717Z
2021-07-23T04:57:37.767Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:37.768Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1363
2021-07-23T04:57:37.768Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:37.805Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:37.805Z
2021-07-23T04:57:37.847Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: network=unix address=/tmp/plugin042287412 timestamp=2021-07-23T04:57:37.847Z
2021-07-23T04:57:37.847Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:37.900Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:37.900Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:37.900Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.900Z
2021-07-23T04:57:37.900Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.900Z
2021-07-23T04:57:37.900Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.900Z
2021-07-23T04:57:37.901Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.900Z
2021-07-23T04:57:37.901Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.900Z
2021-07-23T04:57:37.901Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:37 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:37.900Z
2021-07-23T04:57:37.936Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:37.936Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1384
2021-07-23T04:57:37.936Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:37.974Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:37.974Z
2021-07-23T04:57:38.017Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: network=unix address=/tmp/plugin011814475 timestamp=2021-07-23T04:57:38.017Z
2021-07-23T04:57:38.017Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:38.063Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:38.063Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:38.064Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.064Z
2021-07-23T04:57:38.064Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.064Z
2021-07-23T04:57:38.064Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.064Z
2021-07-23T04:57:38.103Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:38.103Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1405
2021-07-23T04:57:38.103Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:38.161Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:38.161Z
2021-07-23T04:57:38.227Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin321384635 network=unix timestamp=2021-07-23T04:57:38.227Z
2021-07-23T04:57:38.227Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:38.275Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:38.275Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:38.276Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.276Z
2021-07-23T04:57:38.276Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.276Z
2021-07-23T04:57:38.276Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.276Z
2021-07-23T04:57:38.315Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:38.315Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1424
2021-07-23T04:57:38.315Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:38.358Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:38.358Z
2021-07-23T04:57:38.402Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin370433849 network=unix timestamp=2021-07-23T04:57:38.402Z
2021-07-23T04:57:38.402Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:38.450Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:38.450Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:38.451Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.451Z
2021-07-23T04:57:38.451Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.451Z
2021-07-23T04:57:38.451Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.451Z
2021-07-23T04:57:38.451Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.451Z
2021-07-23T04:57:38.451Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.451Z
2021-07-23T04:57:38.451Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.451Z
2021-07-23T04:57:38.489Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:38.489Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1447
2021-07-23T04:57:38.489Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:38.528Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:38.528Z
2021-07-23T04:57:38.572Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:38.572Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin967906460 network=unix timestamp=2021-07-23T04:57:38.572Z
2021-07-23T04:57:38.618Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:38.618Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:38.619Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.619Z
2021-07-23T04:57:38.619Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.619Z
2021-07-23T04:57:38.619Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.619Z
2021-07-23T04:57:38.654Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:38.654Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1468
2021-07-23T04:57:38.654Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:38.692Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:38.692Z
2021-07-23T04:57:38.735Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: network=unix address=/tmp/plugin793387714 timestamp=2021-07-23T04:57:38.735Z
2021-07-23T04:57:38.735Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:38.794Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:38.794Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:38.794Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.794Z
2021-07-23T04:57:38.795Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.794Z
2021-07-23T04:57:38.795Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.794Z
2021-07-23T04:57:38.795Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.794Z
2021-07-23T04:57:38.795Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.794Z
2021-07-23T04:57:38.795Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:38 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:38.795Z
2021-07-23T04:57:38.831Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:38.831Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1489
2021-07-23T04:57:38.831Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:38.886Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:38.886Z
2021-07-23T04:57:38.942Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin794642858 network=unix timestamp=2021-07-23T04:57:38.942Z
2021-07-23T04:57:38.942Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:38.990Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:38.990Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:39.028Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:39.029Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1509
2021-07-23T04:57:39.029Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:39.068Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:39.068Z
2021-07-23T04:57:39.111Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin593530363 network=unix timestamp=2021-07-23T04:57:39.111Z
2021-07-23T04:57:39.111Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:39.159Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:39.159Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:39.160Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.160Z
2021-07-23T04:57:39.160Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.160Z
2021-07-23T04:57:39.160Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.160Z
2021-07-23T04:57:39.160Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.160Z
2021-07-23T04:57:39.160Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.160Z
2021-07-23T04:57:39.160Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.160Z
2021-07-23T04:57:39.195Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:39.196Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1531
2021-07-23T04:57:39.196Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:39.248Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:39.248Z
2021-07-23T04:57:39.294Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin413639418 network=unix timestamp=2021-07-23T04:57:39.293Z
2021-07-23T04:57:39.294Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:39.339Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:39.339Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:39.376Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:39.376Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1551
2021-07-23T04:57:39.376Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:39.415Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:39.415Z
2021-07-23T04:57:39.459Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin195986099 network=unix timestamp=2021-07-23T04:57:39.459Z
2021-07-23T04:57:39.459Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:39.506Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:39.506Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:39.542Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:39.542Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1573
2021-07-23T04:57:39.542Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:39.580Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:39.580Z
2021-07-23T04:57:39.638Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:39.638Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin885776818 network=unix timestamp=2021-07-23T04:57:39.638Z
2021-07-23T04:57:39.689Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:39.689Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:39.690Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.690Z
2021-07-23T04:57:39.690Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.690Z
2021-07-23T04:57:39.690Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.690Z
2021-07-23T04:57:39.726Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:39.726Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1593
2021-07-23T04:57:39.727Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:39.768Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:39.768Z
2021-07-23T04:57:39.822Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin576789843 network=unix timestamp=2021-07-23T04:57:39.822Z
2021-07-23T04:57:39.822Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:39.872Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:39.872Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:39.873Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.873Z
2021-07-23T04:57:39.873Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.873Z
2021-07-23T04:57:39.873Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:39 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:39.873Z
2021-07-23T04:57:39.908Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:39.909Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1613
2021-07-23T04:57:39.909Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:39.948Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:39.948Z
2021-07-23T04:57:39.990Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin099092951 network=unix timestamp=2021-07-23T04:57:39.990Z
2021-07-23T04:57:39.990Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:40.041Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:40.041Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:40.079Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:40.079Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1634
2021-07-23T04:57:40.079Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:40.119Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:40.119Z
2021-07-23T04:57:40.165Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin588026126 network=unix timestamp=2021-07-23T04:57:40.165Z
2021-07-23T04:57:40.165Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:40.215Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:40.215Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:40.264Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:40.264Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1656
2021-07-23T04:57:40.264Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:40.307Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:40.307Z
2021-07-23T04:57:40.351Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:40.351Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin273370100 network=unix timestamp=2021-07-23T04:57:40.350Z
2021-07-23T04:57:40.402Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:40.402Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:40.403Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.403Z
2021-07-23T04:57:40.403Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.403Z
2021-07-23T04:57:40.403Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.403Z
2021-07-23T04:57:40.403Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.403Z
2021-07-23T04:57:40.403Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.403Z
2021-07-23T04:57:40.403Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.403Z
2021-07-23T04:57:40.481Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:40.481Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1677
2021-07-23T04:57:40.481Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:40.523Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:40.523Z
2021-07-23T04:57:40.580Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin514179194 network=unix timestamp=2021-07-23T04:57:40.580Z
2021-07-23T04:57:40.580Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:40.626Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:40.627Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:40.661Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:40.661Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1697
2021-07-23T04:57:40.661Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:40.699Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:40.699Z
2021-07-23T04:57:40.740Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin989147458 network=unix timestamp=2021-07-23T04:57:40.740Z
2021-07-23T04:57:40.740Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:40.789Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:40.789Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:40.790Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.790Z
2021-07-23T04:57:40.790Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.790Z
2021-07-23T04:57:40.790Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.790Z
2021-07-23T04:57:40.827Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:40.827Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1719
2021-07-23T04:57:40.827Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:40.868Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:40.868Z
2021-07-23T04:57:40.912Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:40.912Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin498894407 network=unix timestamp=2021-07-23T04:57:40.912Z
2021-07-23T04:57:40.959Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:40.959Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:40.959Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.959Z
2021-07-23T04:57:40.959Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.959Z
2021-07-23T04:57:40.959Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.959Z
2021-07-23T04:57:40.959Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.959Z
2021-07-23T04:57:40.959Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.959Z
2021-07-23T04:57:40.959Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:40 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:40.959Z
2021-07-23T04:57:40.995Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:40.995Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1740
2021-07-23T04:57:40.995Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:41.033Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:41.033Z
2021-07-23T04:57:41.075Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: network=unix address=/tmp/plugin167606079 timestamp=2021-07-23T04:57:41.075Z
2021-07-23T04:57:41.075Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:41.123Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:41.123Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:41.124Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.124Z
2021-07-23T04:57:41.124Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.124Z
2021-07-23T04:57:41.124Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.124Z
2021-07-23T04:57:41.124Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.124Z
2021-07-23T04:57:41.124Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.124Z
2021-07-23T04:57:41.124Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.124Z
2021-07-23T04:57:41.160Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:41.161Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1761
2021-07-23T04:57:41.161Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:41.215Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:41.200Z
2021-07-23T04:57:41.282Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin534454154 network=unix timestamp=2021-07-23T04:57:41.282Z
2021-07-23T04:57:41.282Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:41.333Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:41.333Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:41.371Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:41.371Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1781
2021-07-23T04:57:41.371Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:41.415Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:41.415Z
2021-07-23T04:57:41.458Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin176876119 network=unix timestamp=2021-07-23T04:57:41.458Z
2021-07-23T04:57:41.458Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:41.509Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:41.509Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:41.510Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.510Z
2021-07-23T04:57:41.510Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.510Z
2021-07-23T04:57:41.510Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.510Z
2021-07-23T04:57:41.550Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:41.550Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1802
2021-07-23T04:57:41.550Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:41.598Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:41.598Z
2021-07-23T04:57:41.643Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:41.643Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin118143046 network=unix timestamp=2021-07-23T04:57:41.643Z
2021-07-23T04:57:41.693Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:41.693Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:41.694Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.694Z
2021-07-23T04:57:41.694Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.694Z
2021-07-23T04:57:41.694Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.694Z
2021-07-23T04:57:41.694Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.694Z
2021-07-23T04:57:41.694Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.694Z
2021-07-23T04:57:41.694Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:41 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:41.694Z
2021-07-23T04:57:41.729Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:41.730Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1824
2021-07-23T04:57:41.730Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:41.771Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:41.771Z
2021-07-23T04:57:41.813Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin138829196 network=unix timestamp=2021-07-23T04:57:41.813Z
2021-07-23T04:57:41.813Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:41.860Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:41.860Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:41.896Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:41.896Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1845
2021-07-23T04:57:41.896Z [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5
2021-07-23T04:57:41.935Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: configuring server automatic mTLS: timestamp=2021-07-23T04:57:41.935Z
2021-07-23T04:57:41.979Z [DEBUG] provider.terraform-provider-aws_v3.49.0_x5: plugin address: address=/tmp/plugin055869340 network=unix timestamp=2021-07-23T04:57:41.978Z
2021-07-23T04:57:41.979Z [DEBUG] provider: using plugin: version=5
2021-07-23T04:57:42.025Z [DEBUG] created provider logger: level=debug
2021-07-23T04:57:42.025Z [INFO]  provider: configuring client automatic mTLS
2021-07-23T04:57:42.025Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:42 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:42.025Z
2021-07-23T04:57:42.026Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:42 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:42.025Z
2021-07-23T04:57:42.026Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 04:57:42 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T04:57:42.025Z
2021-07-23T04:57:42.068Z [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5]
2021-07-23T04:57:42.068Z [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1865
2021-07-23T05:00:25.912Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.911Z
2021-07-23T05:00:25.912Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.912Z
2021-07-23T05:00:25.912Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.912Z
2021-07-23T05:00:25.912Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.912Z
2021-07-23T05:00:25.912Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.912Z
2021-07-23T05:00:25.913Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.913Z
2021-07-23T05:00:25.913Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.913Z
2021-07-23T05:00:25.913Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.913Z
2021-07-23T05:00:25.914Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.914Z
2021-07-23T05:00:25.914Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.914Z
2021-07-23T05:00:25.915Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.915Z
2021-07-23T05:00:25.915Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.915Z
2021-07-23T05:00:25.916Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.916Z
2021-07-23T05:00:25.916Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.916Z
2021-07-23T05:00:25.916Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.916Z
2021-07-23T05:00:25.917Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-07-23T05:00:25.917Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.917Z
2021-07-23T05:00:25.917Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.917Z
2021-07-23T05:00:25.918Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.917Z
2021-07-23T05:00:25.918Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.918Z
2021-07-23T05:00:25.918Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:25 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:25.918Z
2021-07-23T05:00:25.919Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=1384
2021-07-23T05:00:26.276Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=3925
2021-07-23T05:00:26.276Z [DEBUG] provider: plugin exited
2021-07-23T05:00:26.277Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-07-23T05:00:26.280Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=3904
2021-07-23T05:00:26.280Z [DEBUG] provider: plugin exited
2021-07-23T05:00:26.280Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-07-23T05:00:26.283Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=3746
2021-07-23T05:00:26.283Z [DEBUG] provider: plugin exited
2021-07-23T05:00:26.286Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:26 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:26.286Z
2021-07-23T05:00:26.286Z [INFO]  provider.terraform-provider-aws_v3.49.0_x5: 2021/07/23 05:00:26 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-07-23T05:00:26.286Z
2021-07-23T05:00:26.308Z [DEBUG] provider: plugin exited
2021-07-23T05:00:26.309Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-07-23T05:00:26.312Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/aws/3.49.0/linux_amd64/terraform-provider-aws_v3.49.0_x5 pid=3989
2021-07-23T05:00:26.312Z [DEBUG] provider: plugin exited

Expected Behavior

Actual Behavior

plugin.(*GRPCProvider).ValidateResourceConfig request was cancelled.

Steps to Reproduce

  1. terraform plan

Important Factoids

References

  • #0000
@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/acm Issues and PRs that pertain to the acm service. labels Jul 22, 2021
@erashu212
Copy link
Author

Any update?

@jcmcken
Copy link

jcmcken commented Jul 28, 2021

Also seeing similar issue with TF 1.0.0 and provider 3.51.0, and it seems to be intermittent and the error messages vary. Ones we've seen are:

1: provider "aws" {

The plugin.(*GRPCProvider).ValidateProviderConfig request was cancelled.

And:

14: data "aws_caller_identity" "current" {}

The plugin.(*GRPCProvider).ReadDataSource request was cancelled.

@breathingdust breathingdust added bug Addresses a defect in current functionality. provider Pertains to the provider itself, rather than any interaction with AWS. service/s3 Issues and PRs that pertain to the s3 service. service/cloudfront Issues and PRs that pertain to the cloudfront service. and removed needs-triage Waiting for first response or review from a maintainer. labels Sep 8, 2021
@YakDriver YakDriver added the crash Results from or addresses a Terraform crash or kernel panic. label Oct 6, 2021
@snorfalorpagus
Copy link

I'm seeing the same error messages. Terraform 1.0.8 and AWS provider 3.61.0. The errors are intermittent. Interestingly I'm getting them from a validate in my CI (AWS CodeBuild), i.e.

terraform init -backend=false
terraform validate

@jcmcken
Copy link

jcmcken commented Oct 18, 2021

In our environment, we found this to be because Terraform ran out of memory in the memory cgroup it was in. If you're on Linux, you can look in the kernel logs to see if its killing the provider process due to memory issues.

For whatever reason, Terraform seems to use quite a lot of memory when it loads providers. If you have multiple providers instantiated in the same workspace, you need a lot of memory.

@wodka
Copy link

wodka commented Nov 8, 2021

We had this error with custom resource definition inside of kubernetes_manifest.

What fixed it for us was to add an empty additionalPrinterColumn in the manifest:

resource "kubernetes_manifest" "traefikservice" {
  manifest = {
    apiVersion = "apiextensions.k8s.io/v1"
    kind = "CustomResourceDefinition"
    metadata = {
      name = "traefikservices.traefik.containo.us"
    }
    spec = {
      group = "traefik.containo.us"
      names = {
        kind = "TraefikService"
        listKind = "TraefikServiceList"
        plural = "traefikservices"
        singular = "traefikservice"
      }
      scope = "Namespaced"
      versions = [
        {
          name = "v1alpha1"
          additionalPrinterColumns = [{
            name: "Age"
            type: "date"
            jsonPath: ".metadata.creationTimestamp"
          }] # IMPORTANT - an empty array will crash after the apply, not adding it will crash during planning
log output
╷
│ Error: Request cancelled
│
│   with module.staging.module.kubernetes.data.kubernetes_secret.gitlab,
│   on modules/kubernetes/data.kubernetes_secret.gitlab.tf line 1, in data "kubernetes_secret" "gitlab":
│    1: data "kubernetes_secret" "gitlab" {
│
│ The plugin.(*GRPCProvider).ValidateDataResourceConfig request was cancelled.
╵
╷
│ Error: Request cancelled
│
│   with module.staging.module.kubernetes.kubernetes_cluster_role_binding.kube_state_metrics,
│   on modules/kubernetes/kubernetes_cluster_role_binding.kube_state_metrics.tf line 1, in resource "kubernetes_cluster_role_binding" "kube_state_metrics":
│    1: resource "kubernetes_cluster_role_binding" "kube_state_metrics" {
│
│ The plugin.(*GRPCProvider).UpgradeResourceState request was cancelled.
╵
╷
│ Error: Request cancelled
│
│   with module.staging.module.kubernetes.kubernetes_cluster_role_binding.prometheus,
│   on modules/kubernetes/kubernetes_cluster_role_binding.prometheus.tf line 1, in resource "kubernetes_cluster_role_binding" "prometheus":
│    1: resource "kubernetes_cluster_role_binding" "prometheus" {
│
│ The plugin.(*GRPCProvider).UpgradeResourceState request was cancelled.
╵
╷
│ Error: Request cancelled
│
│   with module.staging.module.kubernetes.kubernetes_cluster_role_binding.sealed_secrets,
│   on modules/kubernetes/kubernetes_cluster_role_binding.sealed_secrets.tf line 1, in resource "kubernetes_cluster_role_binding" "sealed_secrets":
│    1: resource "kubernetes_cluster_role_binding" "sealed_secrets" {
│
│ The plugin.(*GRPCProvider).UpgradeResourceState request was cancelled.
╵
╷
│ Error: Request cancelled
│
│   with module.staging.module.kubernetes.kubernetes_cluster_role_binding.traefik,
│   on modules/kubernetes/kubernetes_cluster_role_binding.traefik.tf line 1, in resource "kubernetes_cluster_role_binding" "traefik":
│    1: resource "kubernetes_cluster_role_binding" "traefik" {
│
│ The plugin.(*GRPCProvider).UpgradeResourceState request was cancelled.
╵
╷
│ Error: Request cancelled
│
│   with module.staging.module.kubernetes.kubernetes_cluster_role_binding.traefik_consumer,
│   on modules/kubernetes/kubernetes_cluster_role_binding.traefik_consumer.tf line 1, in resource "kubernetes_cluster_role_binding" "traefik_consumer":
│    1: resource "kubernetes_cluster_role_binding" "traefik_consumer" {
│
│ The plugin.(*GRPCProvider).UpgradeResourceState request was cancelled.
╵
╷
│ Error: Plugin did not respond
│
│   with module.staging.module.kubernetes.kubernetes_manifest.ingressroutetcp,
│   on modules/kubernetes/kubernetes_manifest.ingressroutetcp.tf line 1, in resource "kubernetes_manifest" "ingressroutetcp":
│    1: resource "kubernetes_manifest" "ingressroutetcp" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ReadResource call. The plugin logs may contain more details.
╵
╷
│ Error: Plugin did not respond
│
│   with module.staging.module.kubernetes.kubernetes_manifest.ingressrouteudp,
│   on modules/kubernetes/kubernetes_manifest.ingressrouteudp.tf line 1, in resource "kubernetes_manifest" "ingressrouteudp":
│    1: resource "kubernetes_manifest" "ingressrouteudp" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ReadResource call. The plugin logs may contain more details.
╵
╷
│ Error: Plugin did not respond
│
│   with module.staging.module.kubernetes.kubernetes_manifest.middleware,
│   on modules/kubernetes/kubernetes_manifest.middleware.tf line 1, in resource "kubernetes_manifest" "middleware":
│    1: resource "kubernetes_manifest" "middleware" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ReadResource call. The plugin logs may contain more details.
╵
╷
│ Error: Plugin did not respond
│
│   with module.staging.module.kubernetes.kubernetes_manifest.middlewaretcp,
│   on modules/kubernetes/kubernetes_manifest.middlewaretcp.tf line 1, in resource "kubernetes_manifest" "middlewaretcp":
│    1: resource "kubernetes_manifest" "middlewaretcp" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).PlanResourceChange call. The plugin logs may contain more details.
╵
╷
│ Error: Plugin did not respond
│
│   with module.staging.module.kubernetes.kubernetes_manifest.tlsoption,
│   on modules/kubernetes/kubernetes_manifest.tlsoption.tf line 1, in resource "kubernetes_manifest" "tlsoption":
│    1: resource "kubernetes_manifest" "tlsoption" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ReadResource call. The plugin logs may contain more details.
╵
╷
│ Error: Plugin did not respond
│
│   with module.staging.module.kubernetes.kubernetes_manifest.tlsstore,
│   on modules/kubernetes/kubernetes_manifest.tlsstore.tf line 1, in resource "kubernetes_manifest" "tlsstore":
│    1: resource "kubernetes_manifest" "tlsstore" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ReadResource call. The plugin logs may contain more details.
╵
╷
│ Error: Plugin did not respond
│
│   with module.staging.module.kubernetes.kubernetes_manifest.traefikservice,
│   on modules/kubernetes/kubernetes_manifest.traefikservice.tf line 1, in resource "kubernetes_manifest" "traefikservice":
│    1: resource "kubernetes_manifest" "traefikservice" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).PlanResourceChange call. The plugin logs may contain more details.
╵
╷
│ Error: Plugin did not respond
│
│   with module.production.module.kubernetes.kubernetes_manifest.traefikservice,
│   on modules/kubernetes/kubernetes_manifest.traefikservice.tf line 1, in resource "kubernetes_manifest" "traefikservice":
│    1: resource "kubernetes_manifest" "traefikservice" {
│
│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).PlanResourceChange call. The plugin logs may contain more details.
╵

Stack trace from the terraform-provider-kubernetes_v2.6.1_x5 plugin:

panic: AttributeName("additionalPrinterColumns").ElementKeyInt(0): can't use tftypes.Object["JSONPath":tftypes.String, "description":tftypes.String, "format":tftypes.String, "name":tftypes.String, "priority":tftypes.Number, "type":tftypes.String] as tftypes.Object["description":tftypes.String, "format":tftypes.String, "jsonPath":tftypes.String, "name":tftypes.String, "priority":tftypes.Number, "type":tftypes.String]

@snorfalorpagus
Copy link

In our environment, we found this to be because Terraform ran out of memory in the memory cgroup it was in. If you're on Linux, you can look in the kernel logs to see if its killing the provider process due to memory issues.

For whatever reason, Terraform seems to use quite a lot of memory when it loads providers. If you have multiple providers instantiated in the same workspace, you need a lot of memory.

Based on the suggestion from @jcmcken I increased the size of the compute type in CodeBuild to provide more memory and haven't seen the error since. 👍

@rileytg
Copy link

rileytg commented Nov 15, 2021

Freeing up memory on my local M1 mac dev environment made this intermittent issues.

@zonywhoop
Copy link

I'm running an M1 Max based MacBook Pro with 32GB of ram and have been randomly hitting this issue when using even small (3-4 resource) terraform plans and applies through terragrunt. Once the issue occurs it seems to repeat until I run a terragrunt init then it magically works again until it doesn't. Due to some provider/version locks I am using the amd64 binaries vs arm64 binaries which (reading through here) may be cause? Is there any way to make things more stable with the aws_provider (the only one throwing issues for me) or should I focus on fixing upstream version locks?

Terraform v1.0.4
on darwin_amd64

  • provider registry.terraform.io/hashicorp/aws v3.69.0
  • provider registry.terraform.io/hashicorp/kubernetes v2.7.1
  • provider registry.terraform.io/rancher/rancher2 v1.17.0

@piefra
Copy link

piefra commented Dec 17, 2021

Another m1 user here. export GODEBUG=asyncpreemptoff=1 seems to have solved it for me.

@jorhett
Copy link

jorhett commented Apr 11, 2022

9 months later, why are we still required to work around this problem?

@zonywhoop
Copy link

@jorhett This issues only occurs if you are running the amd64 binaries of terraform on the M1. If you move to the arm64 (native) binaries the issue goes away. The problem must be somewhere in the arm64 / amd64 translation layer.

@lrstanley
Copy link

@jorhett This issues only occurs if you are running the amd64 binaries of terraform on the M1. If you move to the arm64 (native) binaries the issue goes away. The problem must be somewhere in the arm64 / amd64 translation layer.

I'm not sure this is correct? Looks like multiple people in the thread are using Linux (including the OP). We've experienced similar with Linux as well. Looks like there may be a mixture of two different issues (Linux and generally high memory usage, and Darwin asyncpreempt issues), with potentially the same resulting error.

@jorhett
Copy link

jorhett commented Apr 13, 2022

@jorhett This issues only occurs if you are running the amd64 binaries of terraform on the M1.

This is not true. I'm using the arm64 binaries exclusively. Terraform and the plugins are all arm64.

@prasobhen
Copy link

prasobhen commented May 16, 2022

Getting below error when tried to run terraform apply from the agent. Tried changing the provider version and didn't get any soultion. Please suggest

github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).update(0xc000b455e0, 0xa4cab58, 0xc002d313c0, 0xc002b45380, 0x8234060, 0xc000819500, 0x0, 0x0, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:363 +0x1ee
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0xc000b455e0, 0xa4cab58, 0xc002d313c0, 0xc002c56270, 0xc002b45200, 0x8234060, 0xc000819500, 0x0, 0x0, 0x0, ...)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:475 +0x390
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ApplyResourceChange(0xc000120510, 0xa4cab58, 0xc002d313c0, 0xc0000a3ef0, 0x956ff89, 0x12, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:977 +0xacf
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ApplyResourceChange(0xc000198a00, 0xa4cac00, 0xc002d313c0, 0xc0008164d0, 0x0, 0x0, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:603 +0x465
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x92d84a0, 0xc000198a00, 0xa4cac00, 0xc0010a5aa0, 0xc000099ec0, 0x0, 0xa4cac00, 0xc0010a5aa0, 0xc000ed6000, 0x4a2)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/github.com/hashicorp/[email protected]/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:380 +0x214
google.golang.org/grpc.(*Server).processUnaryRPC(0xc0016d8000, 0xa4f75b8, 0xc0016b5c80, 0xc001c98f00, 0xc0016a3830, 0xf05eb80, 0x0, 0x0, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/[email protected]/server.go:1194 +0x52b
google.golang.org/grpc.(*Server).handleStream(0xc0016d8000, 0xa4f75b8, 0xc0016b5c80, 0xc001c98f00, 0x0)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/[email protected]/server.go:1517 +0xd0c
google.golang.org/grpc.(*Server).serveStreams.func1.2(0xc0013a8800, 0xc0016d8000, 0xa4f75b8, 0xc0016b5c80, 0xc001c98f00)
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/[email protected]/server.go:859 +0xab
created by google.golang.org/grpc.(*Server).serveStreams.func1
/opt/teamcity-agent/work/5d79fe75d4460a2f/pkg/mod/google.golang.org/[email protected]/server.go:857 +0x1fd

Error: The terraform-provider-aws_v3.73.0_x5 plugin crashed!

This is always indicative of a bug within the plugin. It would be immensely
helpful if you could report the crash with the plugin's maintainers so that it
can be fixed. The output above should help diagnose the issue.

@bbazan
Copy link

bbazan commented Jun 2, 2022

export GODEBUG=asyncpreemptoff=1

I am running into the same issue. Any suggestions on this issue? Increasing memory made no difference in my case

@LyleHenkeman
Copy link

Still an issues guys!!!
Error: Request cancelled │ │ with aws_s3_object.artifact, │ on main.tf line 14, in resource "aws_s3_object" "artifact": │ 14: resource "aws_s3_object" "artifact" { │ │ The plugin.(*GRPCProvider).ApplyResourceChange request was cancelled. ╵ ERROR: Job failed: command terminated with exit code 1

@bodecci
Copy link

bodecci commented Jun 21, 2022

I'm running M1 16G ram and running into this issue

Terraform v1.0.8
on darwin_amd64

  • provider registry.terraform.io/hashicorp/aws v3.71.0
  • provider registry.terraform.io/hashicorp/external v2.2.0
  • provider registry.terraform.io/hashicorp/local v2.1.0
  • provider registry.terraform.io/hashicorp/null v3.1.0
  • provider registry.terraform.io/hashicorp/random v3.1.0

running terraform plan -refresh-only helps resolve it. but comes up on the next plan I want to apply.
so I run terraform plan -refresh-only several times.

@bodecci
Copy link

bodecci commented Jun 21, 2022

I'm running M1 16G ram and running into this issue

Terraform v1.0.8 on darwin_amd64

* provider registry.terraform.io/hashicorp/aws v3.71.0

* provider registry.terraform.io/hashicorp/external v2.2.0

* provider registry.terraform.io/hashicorp/local v2.1.0

* provider registry.terraform.io/hashicorp/null v3.1.0

* provider registry.terraform.io/hashicorp/random v3.1.0

running terraform plan -refresh-only helps resolve it. but comes up on the next plan I want to apply. so I run terraform plan -refresh-only several times.

I added export GODEBUG=asyncpreemptoff=1 to my zprofile and sourced it source ~/.zshrc . this seems to provide a fix.

@jorhett
Copy link

jorhett commented Jun 23, 2022

I'm running M1 16G ram and running into this issue
Terraform v1.0.8 on darwin_amd64

You should be using arm64 -- Terraform is running via Rosetta (platform interpolation) which is why you are having problems. As has been discussed many times in this PR above.

@amitkarpe
Copy link

amitkarpe commented Jul 19, 2022

I am using "arm64" binaries and providers.

❯ terraform version
Terraform v1.2.5
on darwin_arm64
+ provider registry.terraform.io/hashicorp/aws v4.10.0

❯ file $(which terraform)
/Users/amit/bin/terraform: Mach-O 64-bit executable arm64

❯ file $(find ~/.terraform.d/plugin-cache/registry.terraform.io/hashicorp/aws/4.10.0)
/Users/amit/.terraform.d/plugin-cache/registry.terraform.io/hashicorp/aws/4.10.0:                                                directory
/Users/amit/.terraform.d/plugin-cache/registry.terraform.io/hashicorp/aws/4.10.0/darwin_arm64:                                   directory
/Users/amit/.terraform.d/plugin-cache/registry.terraform.io/hashicorp/aws/4.10.0/darwin_arm64/terraform-provider-aws_v4.10.0_x5: Mach-O 64-bit executable arm64

I have tried everything but I'm still getting follow errors.

╷
│ Error: Failed to load plugin schemas
│
│ Error while loading schemas for plugin components: Failed to obtain provider schema: Could not load the schema for provider registry.terraform.io/hashicorp/aws: failed to instantiate provider "registry.terraform.io/hashicorp/aws" to
│ obtain schema: Unrecognized remote plugin message:
│
│ This usually means that the plugin is either invalid or simply
│ needs to be recompiled to support the latest protocol...

In past with aws providers lower version 3.61, everything was working. But when we upgraded it newer aws provider versions it keep failing.

Just to fall back, I tried to setup amd64 arch but now it is also not working for me. ( but that is not a main concern now).

@drewagentsync
Copy link

drewagentsync commented Aug 16, 2022

I'm also using ARM64 binaries on an M1 MBP and the only fix I found was the export above. You can see at least three different errors and they come up intermittently. I got the GRPC error above as well as these other two.
Thanks @piefra for the workaround I was dead in the water without it.

│ Error: failed to read schema for module.mymodule in registry.terraform.io/hashicorp/aws: failed to instantiate provider "registry.terraform.io/hashicorp/aws" to obtain schema: Unrecognized remote plugin message: 
│ 
│ This usually means that the plugin is either invalid or simply
│ needs to be recompiled to support the latest protocol.
│ 
│ 
╵

and

╷
│ Error: Unrecognized remote plugin message: 
│ 
│ This usually means that the plugin is either invalid or simply
│ needs to be recompiled to support the latest protocol.
│ 
│ 

@donohueb
Copy link

donohueb commented Dec 1, 2022

SOLVED.
I was getting this too...

The solution was to whitelist terraform.exe in the Trend Micro Anti Virus on the client computer.
Bingo! problem went away. To test, disable your AV temporarily and retry to see whether it is causing terraform.exe to misbehave. If so, whitelist in your AV the terraform binaries.
terraform v1.3.6 and AWS plugin v4.43.0
(Affected lots of previous versions of terraform as well.)

@tt-deanchrisarmada
Copy link

In my case w/ Docker containers in my Mac. I turned off my other containers and it suddenly worked properly

@paul-civitas
Copy link

We ran into this same issue, but when we increase the RAM available to atlantis, it became resolved.

I think the issue is that golang behaves oddly when it's short of memory, as opposed to just OOM crashing.

@danielmotaleite
Copy link

My setup was exactly as @paul-civitas comment, also atlantis and checking the metrics, we confirmed that the pod was reaching the memory limit

@shwetaarshad
Copy link

@jorhett This issues only occurs if you are running the amd64 binaries of terraform on the M1. If you move to the arm64 (native) binaries the issue goes away. The problem must be somewhere in the arm64 / amd64 translation layer.

How do we do that? I am facing this issue with Terraform Datadog provider with 3.26 version.

@shwetaarshad
Copy link

I am seeing this error with Terraform Datadog provider:

⇒ terraform -v
Terraform v1.5.0
on darwin_amd64

  • provider registry.terraform.io/datadog/datadog v3.26.0
╵

Stack trace from the terraform-provider-datadog_v3.26.0 plugin:

panic: interface conversion: interface {} is nil, not bool

goroutine 318 [running]:
github.com/terraform-providers/terraform-provider-datadog/datadog.updateSyntheticsBrowserTestLocalState(0x238c7e0?, 0xc000decad8)
	github.com/terraform-providers/terraform-provider-datadog/datadog/resource_datadog_synthetics_test_.go:2787 +0x2fd4
github.com/terraform-providers/terraform-provider-datadog/datadog.resourceDatadogSyntheticsTestRead({0x2686aa0?, 0xc000d088a0?}, 0xc001210000, {0x2061da0?, 0xc00013aba0?})
	github.com/terraform-providers/terraform-provider-datadog/datadog/resource_datadog_synthetics_test_.go:1301 +0x986
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).read(0xc000262ee0, {0x2686aa0, 0xc000d088a0}, 0xd?, {0x2061da0, 0xc00013aba0})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:724 +0x12e
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc000262ee0, {0x2686aa0, 0xc000d088a0}, 0xc0007ed6c0, {0x2061da0, 0xc00013aba0})
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:1015 +0x585
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ReadResource(0xc0000129a8, {0x2686aa0?, 0xc000d08780?}, 0xc00036c400)
	github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:613 +0x4a5
github.com/hashicorp/terraform-plugin-mux/tf5muxserver.muxServer.ReadResource({0xc0000fdc80, 0xc0000fdce0, {0xc00096a220, 0x2, 0x2}, {0x0, 0x0, 0x0}, {0x0, 0x0, ...}, ...}, ...)
	github.com/hashicorp/[email protected]/tf5muxserver/mux_server_ReadResource.go:26 +0x102
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ReadResource(0xc000003680, {0x2686aa0?, 0xc0007faf90?}, 0xc000089680)
	github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:748 +0x4b1
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ReadResource_Handler({0x235a7a0?, 0xc000003680}, {0x2686aa0, 0xc0007faf90}, 0xc000aaa7e0, 0x0)
	github.com/hashicorp/[email protected]/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:349 +0x170
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000a0c000, {0x268bc40, 0xc000a9c000}, 0xc000df4360, 0xc000a04cc0, 0x32b0a10, 0x0)
	google.golang.org/[email protected]/server.go:1340 +0xd23
google.golang.org/grpc.(*Server).handleStream(0xc000a0c000, {0x268bc40, 0xc000a9c000}, 0xc000df4360, 0x0)
	google.golang.org/[email protected]/server.go:1713 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
	google.golang.org/[email protected]/server.go:965 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
	google.golang.org/[email protected]/server.go:963 +0x28a

Error: The terraform-provider-datadog_v3.26.0 plugin crashed! ```

@prasotis
Copy link

Hit the same error.

My system:

M2
Terraform v1.5.0
on darwin_arm64
+ provider registry.terraform.io/hashicorp/aws v5.5.0 (also arm)
GODEBUG=asyncpreemptoff=1

TLDR Nothing I could see wrong.

Removing statefile/lockfile/.terraform folder and hitting init again didn't fix it either.

What worked for me:
I bumped to the next AWS provider (5.3.0 -> 5.5.0) with terraform init -update and then my plan worked 🤷

Thought I'll post it in case this approach helps someone else who's also confirmed/tried other things 😄

@didorins
Copy link

didorins commented Nov 1, 2023

Mac M1 user here. Fixed by rebooting my computer and re-initializing terraform.

@gdavison
Copy link
Contributor

gdavison commented Mar 5, 2024

This appears to have been resolved by some combination of:

  • Increasing available memory
  • Ensuring that M1 Macs are using arm64 binaries

I'm going to close this issue. If you are still experiencing this error, please open a new issue

@gdavison gdavison closed this as not planned Won't fix, can't repro, duplicate, stale Mar 5, 2024
@paul-civitas
Copy link

Upgrading terraform to the latest version, and using ARM64, seems to make this go away for us yes.

Copy link

github-actions bot commented Apr 6, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. crash Results from or addresses a Terraform crash or kernel panic. provider Pertains to the provider itself, rather than any interaction with AWS. service/acm Issues and PRs that pertain to the acm service. service/cloudfront Issues and PRs that pertain to the cloudfront service. service/s3 Issues and PRs that pertain to the s3 service.
Projects
None yet
Development

No branches or pull requests