Skip to content

Commit

Permalink
Adding encryption to container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Aug 30, 2024
1 parent 558ccb2 commit 15b6c1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion operations/template/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ resource "azurerm_container_registry" "registry" {
]
}


encryption {
key_vault_key_id = azurerm_key_vault_key.customer_managed_key.id
identity_client_id = azurerm_user_assigned_identity.key_vault_identity.client_id
}

lifecycle {
ignore_changes = [
Expand Down

0 comments on commit 15b6c1f

Please sign in to comment.