Skip to content

Commit

Permalink
Update elasticsearch_domain.tf
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Benbentwo and github-actions[bot] authored Feb 12, 2024
1 parent 72e3385 commit d81ae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch_domain.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "aws_elasticsearch_domain" "default" {
for_each = var.vpc_enabled ? [true] : []

content {
security_group_ids = var.create_security_group ? [ one(aws_security_group.default[*].id)] : var.security_groups
security_group_ids = var.create_security_group ? [one(aws_security_group.default[*].id)] : var.security_groups
subnet_ids = var.subnet_ids
}
}
Expand Down

0 comments on commit d81ae34

Please sign in to comment.