Skip to content

Commit

Permalink
Add variable for full_node root_block_device_size (#141)
Browse files Browse the repository at this point in the history
* Update full_node_ap_northeast_1.tf

* Update variables.tf
  • Loading branch information
roy-dydx authored and owl-king committed Oct 16, 2024
1 parent 6e058af commit 1629ab6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexer/full_node_ap_northeast_1.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ module "full_node_ap_northeast_1" {
providers = {
aws = aws.ap_northeast_1
}

root_block_device_size = var.full_node_root_block_device_size
}
6 changes: 6 additions & 0 deletions indexer/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -601,3 +601,9 @@ variable "socks_ecs_desired_count" {
description = "Number of desired socks instances."
default = 5
}

variable "full_node_root_block_device_size" {
type = number
description = "Size of Size of root block device in gigabytes."
default = 4000
}

0 comments on commit 1629ab6

Please sign in to comment.