Skip to main content

Parallelism

Terraform uses goroutines to speed up deployment, but if the number of parallel operations launched exceeds what is recommended:

Limit the number of concurrent API calls to five. This limit ensures that there is no performance impact to the firewall web interface as the management plane web server handles requests from both the API and the web interface.

In order to accomplish this, make sure you set the parallelism value at or below this limit to prevent performance impacts.