Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ValyaB committed Mar 22, 2024
1 parent e2cdfce commit 50467cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions castai/resource_node_configuration_eks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ 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_lb_target_group.test.arn"
port = 80
}
}`, rName))
}
Expand Down

0 comments on commit 50467cc

Please sign in to comment.