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 9b02ee1 commit 7a6d4b6Copy full SHA for 7a6d4b6
main.tf
@@ -79,7 +79,7 @@ resource "azurerm_mssql_server_extended_auditing_policy" "main" {
79
storage_endpoint = azurerm_storage_account.storeacc.0.primary_blob_endpoint
80
storage_account_access_key = azurerm_storage_account.storeacc.0.primary_access_key
81
storage_account_access_key_is_secondary = false
82
- retention_days = var.log_retention_days
+ retention_in_days = var.log_retention_days
83
}
84
85
0 commit comments