Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Sep 27, 2024
1 parent bb62073 commit 4644752
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Empty file.
5 changes: 0 additions & 5 deletions modules/opensearch/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
variable "domain_name" {
type = string
description = "Name of the domain."
required = true
}

variable "engine_version" {
Expand All @@ -16,7 +15,6 @@ variable "engine_version" {
variable "subnet_ids" {
type = list(string)
description = "The subnet IDs to create the cluster in. For easier usage we are passing through the subnet IDs from the AWS EKS Cluster module."
required = true
}

variable "cidr_blocks" {
Expand All @@ -27,13 +25,11 @@ variable "cidr_blocks" {
variable "vpc_id" {
type = string
description = "VPC used by the domain."
required = true
}

variable "availability_zones" {
type = list(string)
description = "Availability zones used by the domain (should match the VPC)."
required = true
}

variable "security_group_ids" {
Expand Down Expand Up @@ -211,7 +207,6 @@ variable "ebs_volume_type" {
variable "ebs_volume_size" {
type = number
description = "Size of EBS volumes attached to data nodes."
required = true
default = 64
}

Expand Down

0 comments on commit 4644752

Please sign in to comment.