|
|
|
|
|
by zimbatm
1356 days ago
|
|
I have had cases where Terraform would OOM because each Terraform provider instance maps to a fresh new Go process. Most of the time this approach is not an issue, and it works really well. But you need to be aware that it's best to keep the number of providers in the 0-20 range per root module. |
|