Skip to content

Commit 26ab278

Browse files
committed
adding mysql Active Directory admin configuration
1 parent 29711f7 commit 26ab278

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/complete/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ module "mssql-server" {
4444
log_retention_days = 30
4545
email_addresses_for_alerts = ["user@example.com", "firstname.lastname@example.com"]
4646

47-
/* # AD administrator for an Azure SQL server
47+
# AD administrator for an Azure SQL server
4848
# Allows you to set a user or group as the AD administrator for an Azure SQL server
4949
ad_admin_login_name = "firstname.lastname@example.com"
5050

51+
/*
5152
# (Optional) To enable Azure Monitoring for Azure SQL database including audit logs
5253
# log analytic workspace name required
5354
enable_log_monitoring = true

0 commit comments

Comments
 (0)