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 6cd0b60 commit 4671e27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion castai/resource_node_configuration_eks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ resource "castai_node_configuration" "test" {
imds_v1 = true
imds_hop_limit = 3
target_group {
arn = "aws_new_target_group.test.arn"
arn = "arn:test"
port = 80
}
}
}
Expand All @@ -156,6 +157,7 @@ resource "castai_node_configuration" "test" {
eks {
instance_profile_arn = aws_iam_instance_profile.test.arn
security_groups = [aws_security_group.test.id]
}
}`, rName))
}

Expand Down

0 comments on commit 4671e27

Please sign in to comment.