hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.29k stars 1.72k forks source link

Add support for Google Backup and DR #13319

Open philip-harvey opened 1 year ago

philip-harvey commented 1 year ago

Community Note

Description

Google/GCP released to GA the Backup and DR product in September 2022. Currently there is no Terraform support for this GCP product.

New or Affected Resource(s)

References

https://cloud.google.com/static/backup-disaster-recovery/docs/api/RestAPIGeneralConcepts.pdf https://cloud.google.com/static/backup-disaster-recovery/docs/api/ManagementConsoleAPISpec.pdf

b/323501488

rileykarson commented 1 year ago

Note: google_backupdr_backup may or may not make sense in Terraform depending on the exact API

melinath commented 7 months ago

Support was added for google_backup_dr_management_server. I don't see specific API docs published so I can't tell if these additional resources are also required or if the existing support is sufficient.

philip-harvey commented 7 months ago

Support was added for google_backup_dr_management_server. I don't see specific API docs published so I can't tell if these additional resources are also required or if the existing support is sufficient. Hi @melinath The merged PR allows for creating a backup appliance, currently no support has been added to configure the appliance. e.g. creating a backup or a backup plan. I linked the API docs in the issue, not sure how current these API docs are though.