We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c910347 commit 7ddfa35Copy full SHA for 7ddfa35
castai/resource_node_configuration_eks_test.go
@@ -263,6 +263,13 @@ resource "aws_iam_role" "test" {
263
},
264
]
265
})
266
+
267
+ # Ignoring because AWS changes the ARN to an internal ID whenever a role is recreated and it causes flakiness
268
+ # due to occasional drift
269
+ # https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#principal-roles
270
+ lifecycle {
271
+ ignore_changes = [assume_role_policy]
272
+ }
273
}
274
275
resource "aws_iam_role_policy_attachment" "test" {
0 commit comments