In order to reduce the time it takes to provision resources, Terraform uses parallelism. By default, how many resources will Terraform provision concurrently?

Posted by: Pdfprep Category: VA-002-P Tags: , ,

In order to reduce the time it takes to provision resources, Terraform uses parallelism. By default, how many resources will Terraform provision concurrently?
A . 20
B . 50
C . 5
D . 10

Answer: D

Explanation:

Terraform can limit the number of concurrent operations as Terraform walks the graph using the -parallelism=n argument. The default value for this setting is 10. This setting might be helpful if you’re running into API rate limits.

Leave a Reply

Your email address will not be published.