Skip to content

Commit

Permalink
default value for flag
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Oct 23, 2024
1 parent 432f4d1 commit e2c20e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ variable "full_node_container_p2p_persistent_peers" {
variable "full_node_container_optimistic_execution_enabled" {
type = bool
description = "Whether --optimistic-execution-enabled set to true"
default = false
}

variable "full_node_ecr_repository_name" {
Expand Down

0 comments on commit e2c20e7

Please sign in to comment.