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.3k stars 1.73k forks source link

Import/Export and Backup/Restore features for Cloud Spanner #11325

Open jody2016 opened 2 years ago

jody2016 commented 2 years ago

Community Note

Description

The backup/restore and import/export features through terraform will help developers implement it through terraform. There are very few limited resources on the terraform registry.

New or Affected Resource(s)

Potential Terraform Configuration

# Propose what you think the configuration to take advantage of this feature should look like.
# We may not use it verbatim, but it's helpful in understanding your intent.

References

jody2016 commented 2 years ago

👍

loeffel-io commented 2 years ago

+1

melinath commented 1 year ago

b/259265457

dtest commented 1 year ago

There is now a Cloud Spanner module that provides backup capabilities. Here's an example: https://github.com/GoogleCloudPlatform/terraform-google-cloud-spanner/tree/main/examples/example_with_backup

Doesn't address restore/import/export features though.