I think it will use the same parallelism anything else does (you will want to search for what that value is). From a quick web search, I think the default for that is10. So, depending on your terraform settings, the other resources being created at the same time, any dependency relationships, etc., it should create them in parallel.
Side note: I don’t think you need the tomap() in this example.