Skip to content

Commit 0345a4d

Browse files
authored
fix: fix zero_trust_dex_test tests (#6301)
1 parent d0f7eb4 commit 0345a4d

File tree

1 file changed

+0
-4
lines changed
  • internal/services/zero_trust_dex_test

1 file changed

+0
-4
lines changed

internal/services/zero_trust_dex_test/schema.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
8282
Description: "DEX rules targeted by this test",
8383
Computed: true,
8484
Optional: true,
85-
Computed: true,
8685
Default: listdefault.StaticValue(customfield.NewObjectListMust(ctx, []ZeroTrustDEXTestTargetPoliciesModel{}).ListValue),
8786
CustomType: customfield.NewNestedObjectListType[ZeroTrustDEXTestTargetPoliciesModel](ctx),
8887
NestedObject: schema.NestedAttributeObject{
@@ -104,9 +103,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
104103
},
105104
},
106105
},
107-
"targeted": schema.BoolAttribute{
108-
Computed: true,
109-
},
110106
},
111107
}
112108
}

0 commit comments

Comments
 (0)