]> git.arvados.org - arvados.git/blob - tools/salt-install/terraform/aws/data-storage/variables.tf
21224: set project card to only display 3 buttons Arvados-DCO-1.1-Signed-off-by:...
[arvados.git] / tools / salt-install / terraform / aws / data-storage / variables.tf
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: CC-BY-SA-3.0
4
5 variable "use_external_db" {
6   description = "Enable this if the database service won't be installed on these instances"
7   type = bool
8   default = false
9 }
10
11 variable "keep_cluster_data" {
12   description = "Avoids state (database & keep blocks) to be destroyed. Needed for production clusters"
13   type = bool
14   default = false
15 }