PGSSoft / terraform-provider-mssql

MS SQL Terraform provider
MIT License
17 stars 9 forks source link

Delegate execution to a bastion server #134

Open Kralizek opened 10 months ago

Kralizek commented 10 months ago

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