Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mamari90 committed Nov 17, 2023
1 parent e6a9753 commit 69ef487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes_cluster_velero/01_main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "velero_storage_account" {
blob_container_delete_retention_days = var.sa_backup_retention_days
blob_storage_policy = {
enable_immutability_policy = false
blob_restore_policy_days = var.sa_backup_retention_days
blob_restore_policy_days = "${var.sa_backup_retention_days + 1 }"
}

}
Expand Down

0 comments on commit 69ef487

Please sign in to comment.