Equal-Vote / terraform

3 stars 1 forks source link

Ensure that all volumes are backed up #21

Open evanstucker-hates-2fa opened 2 weeks ago

evanstucker-hates-2fa commented 2 weeks ago

Something with Azure Backup Center. Maybe this?

UPDATE: Not this. We don't need to backup the all of the cluster resources. We just need backups of the volumes. ~https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/data_protection_backup_instance_kubernetes_cluster~

We don't need to backup the whole cluster, just the volumes. Maybe this? https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/data_protection_backup_policy_disk

evanstucker-hates-2fa commented 2 weeks ago

Waiting to see if this works. I also created deleteme-disks and deleteme-k8s backup policies to see if those do anything...

evanstucker-hates-2fa commented 2 weeks ago

Yeah, that didn't work. I think we have to do things the hard way with that first link... dammit.