Skip to content

Commit

Permalink
Add volume_type to elasticsearch config
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Sep 3, 2024
1 parent 814aac6 commit 3e5b84b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data-persistence/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ variable "elasticsearch_config" {
instance_type = string
version = string
volume_size = number
volume_type = string
})
default = {
domain_name = "es"
instance_count = 2
instance_type = "t2.small.elasticsearch"
version = "5.3"
volume_size = 10
volume_type = "gp2"
}
}

0 comments on commit 3e5b84b

Please sign in to comment.