Skip to content

Commit

Permalink
multi region default
Browse files Browse the repository at this point in the history
Signed-off-by: Cari Albritton <cari.albritton@kaleido.io>
  • Loading branch information
calbritt committed Oct 4, 2023
1 parent 467a08f commit d034cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/env_with_dxe/input.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kaleido_api_key = ""
env_name = "test-environment"
provider = "pantheon"
consensus = "ibft"
multi_region = "false"
multi_region = "true"
node_count = 1
block_period = 2
gc_mode = "archive"
Expand Down
2 changes: 1 addition & 1 deletion examples/env_with_dxe/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "consensus" {

variable "multi_region" {
type = "string"
default = false
default = true
description = "Make the environment multi-region compatible to support additional regions, now or in the future"
}

Expand Down

0 comments on commit d034cc4

Please sign in to comment.