Skip to content

Commit

Permalink
Fix tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Jan 10, 2025
1 parent c839b3d commit ad05c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "teleport_workload_identity" "test" {
{
conditions = [{
attribute = "user.name"
eq = {
eq = {
value = "foo"
}
}]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "teleport_workload_identity" "test" {
{
conditions = [{
attribute = "user.name"
eq = {
eq = {
value = "foo"
}
}]
Expand Down

0 comments on commit ad05c6e

Please sign in to comment.