GoogleCloudPlatform / terraform-google-backup-dr

Deploy Backup and DR appliances
https://registry.terraform.io/modules/GoogleCloudPlatform/backup-dr/google
Apache License 2.0
5 stars 5 forks source link

missing the basic appliance type for databases, VMware VMs, & other resources #15

Closed Abdulaziz-MARIE closed 3 weeks ago

Abdulaziz-MARIE commented 2 months ago

in the google cloud doc, it shows that there are 3 types of the backup appliances

  1. Standard for Compute Engine VMs: select this option if you want to backup only Compute Engine instances. By default, this appliance adds an e2-standard-4 machine type with a minimum Persistent Disk capacity of 10 GB. This appliance can manage up to 5000 Compute Engine VMs.
  2. Standard for databases, VMware VMs, & other resources: select this option if you want standard configuration that supports optimal performance to backup databases, VMware VMs, and other resources. By default, this appliance adds an n2-standard-16 machine type. This adds 4 TB of balanced disk capacity as the minimum disk capacity.
  3. Basic for databases, VMware VMs, & other resources: select this option if you want to have a basic configuration that supports moderate performance to backup databases, VMware VMs, and other resources. By default, this appliance adds an e2-standard-16 machine type. You can choose any of the following disk types to store your data.

but in the module profiles i can only find 2 types, unfortunately in my project, we have to use the basic type. is it possible to add the basic type configurations ?

github-actions[bot] commented 4 weeks ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days