Skip to content

Commit 8602403

Browse files
committed
fixup! chore(terraform): change db backup storage to COLDLINE
1 parent 6b8bd8a commit 8602403

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/resources/postgres-backup.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "google_storage_bucket" "db_backup_bucket_name" {
2-
name = "mapswipe-postgres-backups-${var.env_name}"
3-
location = var.gcs_region
2+
name = "mapswipe-postgres-backups-${var.env_name}"
3+
location = var.gcs_region
44
storage_class = "COLDLINE"
55

66
uniform_bucket_level_access = true

0 commit comments

Comments
 (0)