Applying azure terraform script

I’m trying to do “apply” the azure terraform scripts which I mentioned in the scripts are Vnet, VM’s, Network interface, NSG’s, but when I try to apply it is taking so long time >3hrs on 1st apply. But when I do “ctrl+c” and do re-apply it is working. But my requirement is to execute all resources on 1st apply. I’m getting screwed doing this one. Any help I get means I’ll really happy.

It’s very difficult to tell what’s happening without some kind of output from your apply run.

Each individual object within the apply run will be visible so you should be able to see which individual object is taking up the time.

Can I recommended that you provide your console output from your apply run, and then we can figure out if we need to get a debug output or not.