If I understand correctly, when we run Terraform commands, it would send traffic to somewhere on the public Internet such as cloud-based terraform server, to cloud provider to make plan, deploy resource.
For management plan, is it possible for me to configure Terraform traffic to create resources within an Azure subnet directly without sending traffic through the Internet? I would like to restrict specific Terraform VM when deploying resource or force terraform deploying message through private path?
Thanks.