Skip to content

Commit 7a6d4b6

Browse files
committed
module update
1 parent 9b02ee1 commit 7a6d4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ resource "azurerm_mssql_server_extended_auditing_policy" "main" {
7979
storage_endpoint = azurerm_storage_account.storeacc.0.primary_blob_endpoint
8080
storage_account_access_key = azurerm_storage_account.storeacc.0.primary_access_key
8181
storage_account_access_key_is_secondary = false
82-
retention_days = var.log_retention_days
82+
retention_in_days = var.log_retention_days
8383
}
8484

8585

0 commit comments

Comments
 (0)