Skip to content

Commit

Permalink
Add content MD5 verification for storage share files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Mar 6, 2024
1 parent 50c343f commit 67733fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/modules/st/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ resource "azurerm_storage_share_file" "customization" {
name = each.value
storage_share_id = azurerm_storage_share.customization.id
source = "${path.module}/customization/customer/${each.value}"
content_md5 = filemd5("${path.module}/customization/customer/${each.value}")
}

resource "azurerm_role_assignment" "storage_contributor" {
Expand Down

0 comments on commit 67733fc

Please sign in to comment.