Microsoft SQL Server
Microsoft SQL Server Integration
Example Terraform Resource Usage
Schema
type
mssqlconnected_resource_types
List of resource types to sync. The following are the available resource type/s you can use:mssql
mssql-server-role
mssql-database
mssql-schema
mssql-table
mssql-view
mssql-function
mssql-procedure
mssql-role
Metadata
hostname
(Required | String) Hostnameport
(Required | String) PortDefault value:
1433
dbname
(Required | String) Database NameDefault value:
master
credentials_rotation_period_in_days
(Optional | String) Credentials rotation period (in days)credentials_cleanup_period_in_days
(Optional | String) User cleanup after access is revoked (in days)
Last updated