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 Sep 30, 2024
1 parent 1fbfc6c commit c346f79
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 @@ -39,4 +39,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 @@ -496,3 +496,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 c346f79

Please sign in to comment.