Skip to content

Commit

Permalink
skip: update CI 291
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Sep 27, 2024
1 parent eb7bd97 commit ef2569b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions auto_policy_testing/green/defender/security_center_pricing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ resource "azurerm_security_center_subscription_pricing" "azure_sql" {
resource_type = "SqlServers"
}

#resource "azurerm_security_center_subscription_pricing" "sql_machines" {
# tier = "Standard"
# resource_type = "SqlServerVirtualMachines"
#}
resource "azurerm_security_center_subscription_pricing" "sql_machines" {
tier = "Standard"
resource_type = "SqlServerVirtualMachines"
}

resource "azurerm_security_center_subscription_pricing" "storages" {
tier = "Standard"
Expand Down Expand Up @@ -48,13 +48,13 @@ resource "azurerm_security_center_subscription_pricing" "arm" {
resource_type = "Arm"
}

#resource "azurerm_security_center_subscription_pricing" "os_rds" {
# tier = "Standard"
# resource_type = "OpenSourceRelationalDatabases"
#}
resource "azurerm_security_center_subscription_pricing" "os_rds" {
tier = "Standard"
resource_type = "OpenSourceRelationalDatabases"
}

#resource "azurerm_security_center_subscription_pricing" "cosmodb" {
# tier = "Standard"
# resource_type = "CosmosDbs"
#}
resource "azurerm_security_center_subscription_pricing" "cosmodb" {
tier = "Standard"
resource_type = "CosmosDbs"
}

24 changes: 12 additions & 12 deletions auto_policy_testing/red/defender/security_center_pricing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ resource "azurerm_security_center_subscription_pricing" "azure_sql" {
resource_type = "SqlServers"
}

#resource "azurerm_security_center_subscription_pricing" "sql_machines" {
# tier = "Free"
# resource_type = "SqlServerVirtualMachines"
#}
resource "azurerm_security_center_subscription_pricing" "sql_machines" {
tier = "Free"
resource_type = "SqlServerVirtualMachines"
}

resource "azurerm_security_center_subscription_pricing" "storages" {
tier = "Free"
Expand Down Expand Up @@ -48,13 +48,13 @@ resource "azurerm_security_center_subscription_pricing" "arm" {
resource_type = "Arm"
}

#resource "azurerm_security_center_subscription_pricing" "os_rds" {
# tier = "Free"
# resource_type = "OpenSourceRelationalDatabases"
#}
resource "azurerm_security_center_subscription_pricing" "os_rds" {
tier = "Free"
resource_type = "OpenSourceRelationalDatabases"
}

#resource "azurerm_security_center_subscription_pricing" "cosmodb" {
# tier = "Free"
# resource_type = "CosmosDbs"
#}
resource "azurerm_security_center_subscription_pricing" "cosmodb" {
tier = "Free"
resource_type = "CosmosDbs"
}

0 comments on commit ef2569b

Please sign in to comment.