Skip to content

Commit

Permalink
filter(sql): database, auditing policy and vnet rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Aris van Ommeren committed Jul 9, 2021
1 parent ad17fc9 commit 1c50abe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions state/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ var resourcesOnlyMovedInTF = []string{
"azurerm_key_vault_secret",
"azurerm_storage_share",
"azurerm_subnet_network_security_group_association",
"azurerm_mssql_database",
"azurerm_mssql_database_extended_auditing_policy",
"azurerm_sql_virtual_network_rule",
}

var resourcesNotSupportedInAzure = []string{
Expand Down

0 comments on commit 1c50abe

Please sign in to comment.