If Terraform is supposed to deploy whole infrastructure from nothing to everything then where is that Terraform template suppose to run?
Due to security reasons we don't want to run the terraform apply
outside of our own infrastructure but we also want to deploy everything via IaC, so does that mean we'll first have to manually create a VM in Azure where we install terraform cli
and then run the template to deploy rest of the infrastructure? This doesn't sound right. Hope my question makes sense. Any help will be greatly appreciated.