From ad05c6efb8ef9673b5e944d3d43668c2419f2354 Mon Sep 17 00:00:00 2001 From: Noah Stride Date: Fri, 10 Jan 2025 11:41:25 +0000 Subject: [PATCH] Fix tflint --- .../terraform/testlib/fixtures/workload_identity_0_create.tf | 2 +- .../terraform/testlib/fixtures/workload_identity_1_update.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/terraform/testlib/fixtures/workload_identity_0_create.tf b/integrations/terraform/testlib/fixtures/workload_identity_0_create.tf index b11eb13220ff0..a506ee5773d06 100644 --- a/integrations/terraform/testlib/fixtures/workload_identity_0_create.tf +++ b/integrations/terraform/testlib/fixtures/workload_identity_0_create.tf @@ -9,7 +9,7 @@ resource "teleport_workload_identity" "test" { { conditions = [{ attribute = "user.name" - eq = { + eq = { value = "foo" } }] diff --git a/integrations/terraform/testlib/fixtures/workload_identity_1_update.tf b/integrations/terraform/testlib/fixtures/workload_identity_1_update.tf index 3b6dd35be4c3c..bb64491258471 100644 --- a/integrations/terraform/testlib/fixtures/workload_identity_1_update.tf +++ b/integrations/terraform/testlib/fixtures/workload_identity_1_update.tf @@ -9,7 +9,7 @@ resource "teleport_workload_identity" "test" { { conditions = [{ attribute = "user.name" - eq = { + eq = { value = "foo" } }]