Skip to content

Commit

Permalink
linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
canaykin committed Aug 5, 2022
1 parent 40fb335 commit 818a179
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/cce/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ locals {
variable "node_config" {
description = "Cluster node configuration parameters"
type = object({
availability_zones = list(string) // Availability zones for the node pools. Providing multiple availability zones creates one node pool in each zone.
node_count = number // Number of nodes to create
node_flavor = string // Node specifications in otc flavor format
node_os = optional(string) // Operating system of worker nodes: EulerOS 2.5 or CentOS 7.7 (default: EulerOS 2.5)
node_storage_type = optional(string) // Type of node storage SATA, SAS or SSD (default: SATA)
node_storage_size = optional(number) // Size of the node system disk in GB (default: 100)
node_storage_encryption_enabled = optional(bool) // Enable OTC KMS volume encryption for the node pool volumes. (default: false)
node_postinstall = optional(string) // Post install script for the cluster ECS node pool.
availability_zones = list(string) // Availability zones for the node pools. Providing multiple availability zones creates one node pool in each zone.
node_count = number // Number of nodes to create
node_flavor = string // Node specifications in otc flavor format
node_os = optional(string) // Operating system of worker nodes: EulerOS 2.5 or CentOS 7.7 (default: EulerOS 2.5)
node_storage_type = optional(string) // Type of node storage SATA, SAS or SSD (default: SATA)
node_storage_size = optional(number) // Size of the node system disk in GB (default: 100)
node_storage_encryption_enabled = optional(bool) // Enable OTC KMS volume encryption for the node pool volumes. (default: false)
node_postinstall = optional(string) // Post install script for the cluster ECS node pool.
})
}

Expand Down

0 comments on commit 818a179

Please sign in to comment.