We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29711f7 commit 26ab278Copy full SHA for 26ab278
example/complete/main.tf
@@ -44,10 +44,11 @@ module "mssql-server" {
44
log_retention_days = 30
45
email_addresses_for_alerts = ["user@example.com", "firstname.lastname@example.com"]
46
47
- /* # AD administrator for an Azure SQL server
+ # AD administrator for an Azure SQL server
48
# Allows you to set a user or group as the AD administrator for an Azure SQL server
49
ad_admin_login_name = "firstname.lastname@example.com"
50
51
+ /*
52
# (Optional) To enable Azure Monitoring for Azure SQL database including audit logs
53
# log analytic workspace name required
54
enable_log_monitoring = true
0 commit comments