Skip to content

Commit

Permalink
terraform, 2i2c: set filestore source_backup to reflect web console c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
consideRatio committed Aug 22, 2024
1 parent f63d046 commit c70c1c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/gcp/projects/pilot-hubs.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c70c1c2

Please sign in to comment.