Need help on terraform code to execute Azure ARM template on Subscription level.
I am able to execute the powershell command as below but i need the same to execute with terraform, if anyone can help on this.
New-AzureRmDeployment -Location “West US” -TemplateFile “D:\Azure\Templates\EngineeringSite.json” -TemplateParameterFile “D:\Azure\Templates\EngSiteParms.json” -TemplateVersion “2.1”
Below article can be used on Resource group level, but as i told i need to execute on Subscription level.