Skip to content

Commit 2d1dd8e

Browse files
committed
updating examples
1 parent 128c559 commit 2d1dd8e

File tree

1 file changed

+1
-1
lines changed
  • examples/Simple_SQL_Single_Database_creation

1 file changed

+1
-1
lines changed

examples/Simple_SQL_Single_Database_creation/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "mssql-server" {
2020
sqldb_service_objective_name = "S1"
2121

2222
# SQL Server and Database Audit policies
23-
enable_extended_auditing_policy = true
23+
enable_extended_auditing_policy = false
2424
enable_threat_detection_policy = true
2525
log_retention_days = 30
2626
sql_admin_email_addresses = ["[email protected]"]

0 commit comments

Comments
 (0)