Skip to content

Commit

Permalink
skip: update CI 299
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Oct 1, 2024
1 parent 3cbdf42 commit d56c44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion auto_policy_testing/green/cosmosdb/key_vault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "azurerm_key_vault_key" "this" {
resource "azurerm_key_vault_access_policy" "cosmosdb" {
key_vault_id = azurerm_key_vault.this.id
tenant_id = data.azurerm_client_config.current.tenant_id
object_id = data.azuread_service_principal.cosmosdb.id
object_id = data.azuread_service_principal.cosmosdb.object_id

key_permissions = ["Get", "UnwrapKey", "WrapKey"]
secret_permissions = ["Get"]
Expand Down
5 changes: 1 addition & 4 deletions policies/ecc-azure-157-asb_mysql_public_access_disabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ policies:
value: Ready
- type: value
key: properties.publicNetworkAccess
value: Enabled
- type: value
key: properties.state
value: Ready
value: Enabled

0 comments on commit d56c44b

Please sign in to comment.