Skip to content

Commit 7ce2c1b

Browse files
Update src/variables.tf
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 5b9b15f commit 7ce2c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variable "instance_type" {
1111
variable "aws_service_type" {
1212
type = string
1313
description = "The type of AWS service to deploy (`elasticsearch` or `opensearch`)."
14-
# For backwards comptibility we default to elasticsearch
14+
# For backwards compatibility we default to elasticsearch
1515
default = "elasticsearch"
1616

1717
validation {

0 commit comments

Comments
 (0)