terraform-provider-mssql
terraform-provider-mssql copied to clipboard
Delegate execution to a bastion server
Hi,
Thanks for the provider, it really helped me solving a issue with creating a non-admin user on a new Azure SQL server.
Right now I have a firewall exception set to allow the provider to do its work.
In a hybrid work world I'm not sure that this approach works.
Terraform can't access the database when reading the current state because I'm from a different IP from the one where I created the resources.
I wonder if the provider supports delegating the execution of the commands from a bastion server.
Thanks :)