Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian.tolev committed Nov 10, 2023
1 parent 4054753 commit 2891edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/backup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ resource "azurerm_storage_blob" "backup" {
type = "Block"
storage_account_name = "${azurerm_storage_account.backup.name}"
storage_container_name = "${azurerm_storage_container.backup.name}"
source = var.graphdb_backup_file
}

resource "azurerm_role_assignment" "backup" {
Expand Down

0 comments on commit 2891edd

Please sign in to comment.