https://pulumi.com logo
Title
a

average-dinner-84543

03/17/2021, 1:42 PM
Hi everybody! Just wondering if there is a SDK for accessing SQL SERVER no matters where it is (Azure or VM). Because the only thing I could find is cloud specific : https://www.pulumi.com/docs/reference/pkg/azure-native/sqlvirtualmachine/sqlvirtualmachine/
g

gentle-diamond-70147

03/17/2021, 2:23 PM
We have providers for Postgres and MySQL, but do not currently have a provider for MSSQL. You could write a dynamic provider to add the support that you needed - https://www.pulumi.com/docs/intro/concepts/resources/#dynamicproviders.
a

average-dinner-84543

03/18/2021, 2:20 PM
Ajá! regards!