Skip to content

Commit f1d0239

Browse files
committed
Disable GCP Spanner backup in storage module
1 parent abc8ff1 commit f1d0239

File tree

1 file changed

+1
-0
lines changed
  • deployment/modules/gcp/storage

1 file changed

+1
-0
lines changed

deployment/modules/gcp/storage/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ resource "google_spanner_instance" "log_spanner" {
4646
config = "regional-${var.location}"
4747
display_name = var.base_name
4848
processing_units = 100
49+
default_backup_schedule_type = "NONE"
4950

5051
force_destroy = var.ephemeral
5152
}

0 commit comments

Comments
 (0)