We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8bd8a commit 8602403Copy full SHA for 8602403
1 file changed
terraform/resources/postgres-backup.tf
@@ -1,6 +1,6 @@
1
resource "google_storage_bucket" "db_backup_bucket_name" {
2
- name = "mapswipe-postgres-backups-${var.env_name}"
3
- location = var.gcs_region
+ name = "mapswipe-postgres-backups-${var.env_name}"
+ location = var.gcs_region
4
storage_class = "COLDLINE"
5
6
uniform_bucket_level_access = true
0 commit comments