Skip to content

Commit 255bb1a

Browse files
committed
Terraform fmt
1 parent 10ff44a commit 255bb1a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/asg_node_group/variables.tf

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
variable "cluster_config" {
22
type = object({
3-
name = string
4-
endpoint = string
5-
ca_data = string
6-
vpc_id = string
7-
private_subnet_ids = map(string)
8-
node_security_group = string
9-
tags = map(string)
3+
name = string
4+
endpoint = string
5+
ca_data = string
6+
vpc_id = string
7+
private_subnet_ids = map(string)
8+
node_security_group = string
9+
tags = map(string)
1010
})
1111
}
1212

@@ -195,6 +195,6 @@ variable "imdsv2_required" {
195195
}
196196

197197
variable "node_instance_profile" {
198-
type = string
198+
type = string
199199
default = "EKSNode"
200200
}

0 commit comments

Comments
 (0)