Skip to content

Commit

Permalink
Terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Nov 22, 2024
1 parent 10ff44a commit 255bb1a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/asg_node_group/variables.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variable "cluster_config" {
type = object({
name = string
endpoint = string
ca_data = string
vpc_id = string
private_subnet_ids = map(string)
node_security_group = string
tags = map(string)
name = string
endpoint = string
ca_data = string
vpc_id = string
private_subnet_ids = map(string)
node_security_group = string
tags = map(string)
})
}

Expand Down Expand Up @@ -195,6 +195,6 @@ variable "imdsv2_required" {
}

variable "node_instance_profile" {
type = string
type = string
default = "EKSNode"
}

0 comments on commit 255bb1a

Please sign in to comment.