Skip to content

Commit

Permalink
Bakst feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 authored Nov 18, 2024
1 parent 53e24e2 commit eb9c0a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ This policy checks if the retention policy is enabled for Azure Container Regist
----
resource "azurerm_container_registry" "example" {
...
# If using azurerm version <4
# If using azurerm version below 4.0
+ retention_policy {
+ enabled = true
+ days = 7
+ }
# If using azurerm version 4
# If using azurerm version 4.0 and above
+ retention_policy_in_days = 7
}
----

0 comments on commit eb9c0a2

Please sign in to comment.