Skip to content

Commit

Permalink
chore: enable versioning on the storage account
Browse files Browse the repository at this point in the history
For safety, in case a fixture configuration change breaks something.
  • Loading branch information
afeld committed Jun 27, 2022
1 parent f6034d8 commit fd77843
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ resource "azurerm_storage_account" "main" {
account_tier = "Standard"
account_replication_type = "RAGRS"

blob_properties {
last_access_time_enabled = true
versioning_enabled = true
}

lifecycle {
ignore_changes = [tags]
}
Expand Down

0 comments on commit fd77843

Please sign in to comment.