bump up storage

This commit is contained in:
xssfox 2024-01-30 15:50:55 +11:00
parent 5f1c9b1b70
commit 3d3f4f109c

2
es.tf
View File

@ -57,7 +57,7 @@ resource "aws_elasticsearch_domain" "ElasticsearchDomain" {
ebs_options {
ebs_enabled = true
volume_type = "gp3"
volume_size = 200
volume_size = 230
iops = 3000
}
log_publishing_options {