Skip to content

Commit

Permalink
skip: update CI 289
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Sep 27, 2024
1 parent 405c108 commit e7ceaab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auto_policy_testing/green/defender/security_center_pricing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ resource "azurerm_security_center_subscription_pricing" "azure_sql" {
resource "azurerm_security_center_subscription_pricing" "sql_machines" {
tier = "Standard"
resource_type = "SqlServerVirtualMachines"
depends_on = [ azurerm_security_center_subscription_pricing.azure_sql ]
}

resource "azurerm_security_center_subscription_pricing" "storages" {
Expand Down Expand Up @@ -51,10 +52,12 @@ resource "azurerm_security_center_subscription_pricing" "arm" {
resource "azurerm_security_center_subscription_pricing" "os_rds" {
tier = "Standard"
resource_type = "OpenSourceRelationalDatabases"
depends_on = [ azurerm_security_center_subscription_pricing.sql_machines ]
}

resource "azurerm_security_center_subscription_pricing" "cosmodb" {
tier = "Standard"
resource_type = "CosmosDbs"
depends_on = [ azurerm_security_center_subscription_pricing.os_rds ]
}

0 comments on commit e7ceaab

Please sign in to comment.