terraform-provider-mssql icon indicating copy to clipboard operation
terraform-provider-mssql copied to clipboard

Delegate execution to a bastion server

Open Kralizek opened this issue 1 year ago • 0 comments

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 :)

Kralizek avatar Oct 27 '23 08:10 Kralizek