This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Using "Test":true in TF_REATTACH_PROVIDER cause memory leaks #305
Labels
bug
Something isn't working
What happened?
Hi,
This is more like JFYI.
When client connects to provider with
"Test":true
in TF_REATTACH_PROVIDERS, it will cause a memory leak.More info here:
hashicorp/terraform-provider-aws#26130
hashicorp/go-plugin#215
How can we reproduce it?
The easy way to reproduce is to run
terraform-provider-aws --debug
, and constantly runterraform plan
against this provider in debug mode.The text was updated successfully, but these errors were encountered: