Skip to content

Commit

Permalink
update flattenEKSConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB committed Mar 25, 2024
1 parent 031af2f commit 34b5555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castai/resource_node_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ func flattenEKSConfig(config *sdk.NodeconfigV1EKSConfig) []map[string]interface{
if v.Port != nil {
tg["port"] = *v.Port
}
m["target_group"] = []map[string]interface{}{tg}
m["target_group"] = tg
}

return []map[string]interface{}{m}
Expand Down

0 comments on commit 34b5555

Please sign in to comment.