data-platform-hq / terraform-azurerm-mssql-configuration

Terraform module for managing Azure MSSQL User

Home Page:https://registry.terraform.io/modules/data-platform-hq/mssql-configuration/azurerm/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Name Version
azurerm >= 3.40.0
mssql 0.3.0

Providers

Name Version
mssql 0.3.0

Modules

No modules.

Resources

Name Type
mssql_user.this resource

Inputs

Name Description Type Default Required
client_id The client ID of the principal used to login to the SQL Server. Can also be sourced from the MSSQL_CLIENT_ID environment variable. string n/a yes
client_secret The client secret of the principal used to login to the SQL Server. Can also be sourced from the MSSQL_CLIENT_SECRET environment variable. string n/a yes
database Target MSSQL Server fqdn string n/a yes
server_fqdn Target MSSQL Server fqdn string n/a yes
sql_users_configurations List of objects with sql users configuration
list(object({
username = string
object_id = string
roles = list(string)
}))
[] no
tenant_id The tenant ID of the principal used to login to the SQL Server. Can also be sourced from the MSSQL_TENANT_ID environment variable string n/a yes

Outputs

No outputs.

About

Terraform module for managing Azure MSSQL User

https://registry.terraform.io/modules/data-platform-hq/mssql-configuration/azurerm/latest

License:Other


Languages

Language:HCL 100.0%