We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496f01f commit fbf943cCopy full SHA for fbf943c
spanner_backup_schedule_daily_full/main.tf
@@ -37,4 +37,8 @@ resource "google_spanner_backup_schedule" "full-backup" {
37
}
38
// The schedule creates only full backups.
39
full_backup_spec {}
40
+
41
+ encryption_config {
42
+ encryption_type = "USE_DATABASE_ENCRYPTION"
43
+ }
44
spanner_backup_schedule_daily_incremental/main.tf
@@ -38,4 +38,8 @@ resource "google_spanner_backup_schedule" "incremental-backup" {
// The schedule creates incremental backup chains.
incremental_backup_spec {}
+ encryption_type = "GOOGLE_DEFAULT_ENCRYPTION"
45
0 commit comments