Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB committed Mar 25, 2024
1 parent aaa832b commit 8a4a7c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions castai/resource_node_configuration_eks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ resource "castai_node_configuration" "test" {
eks {
instance_profile_arn = aws_iam_instance_profile.test.arn
security_groups = [aws_security_group.test.id]
target_group {
arn = "aws_new_target_group.test.arn"
}
target_group = [{arn = "aws_new_target_group.test.arn"}]
}`, rName))
}

Expand Down

0 comments on commit 8a4a7c1

Please sign in to comment.