Skip to content

Commit f2fdefe

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/complete/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ module "mssql-server" {
4040
# DB extended auditing policy defaults to `false`.
4141
# to tun on set the variable `enable_database_extended_auditing_policy` to `true`
4242
# To enable Azure Defender for database set `enable_threat_detection_policy` to true
43-
enable_threat_detection_policy = true
44-
log_retention_days = 30
45-
email_addresses_for_alerts = ["user@example.com", "firstname.lastname@example.com"]
43+
enable_threat_detection_policy = false
44+
#log_retention_days = 30
45+
#email_addresses_for_alerts = ["user@example.com", "firstname.lastname@example.com"]
4646

4747
# 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

0 commit comments

Comments
 (0)