Skip to content

Commit

Permalink
test: update acc test
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Jul 14, 2023
1 parent 6d7bdc1 commit 5926ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions castai/resource_node_configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ resource "castai_eks_clusterid" "test" {
cluster_name = %[1]q
}
data "castai_eks_user_arn" "test" {
resource "castai_eks_user_arn" "test" {
cluster_id = castai_eks_clusterid.test.id
}
Expand Down Expand Up @@ -228,7 +228,7 @@ resource "aws_iam_role" "test" {
Action = "sts:AssumeRole"
Effect = "Allow"
Principal = {
AWS = data.castai_eks_user_arn.test.arn
AWS = castai_eks_user_arn.test.arn
}
},
]
Expand Down

0 comments on commit 5926ddd

Please sign in to comment.