From c70c1c2339de9f727e8dd9ce520a158505ce0931 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 22 Aug 2024 09:49:22 +0200 Subject: [PATCH] terraform, 2i2c: set filestore source_backup to reflect web console changes --- terraform/gcp/projects/pilot-hubs.tfvars | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/terraform/gcp/projects/pilot-hubs.tfvars b/terraform/gcp/projects/pilot-hubs.tfvars index 1e5f052b6e..1fa08833cb 100644 --- a/terraform/gcp/projects/pilot-hubs.tfvars +++ b/terraform/gcp/projects/pilot-hubs.tfvars @@ -21,7 +21,10 @@ core_node_machine_type = "n2-highmem-4" enable_network_policy = true filestores = { - "filestore" : { capacity_gb : 5120 } + "filestore" : { + capacity_gb : 5120, + source_backup : "projects/two-eye-two-see/locations/us-central1/backups/test", + }, } enable_filestore_backups = true