We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f7eb4 commit 0345a4dCopy full SHA for 0345a4d
internal/services/zero_trust_dex_test/schema.go
@@ -82,7 +82,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
82
Description: "DEX rules targeted by this test",
83
Computed: true,
84
Optional: true,
85
- Computed: true,
86
Default: listdefault.StaticValue(customfield.NewObjectListMust(ctx, []ZeroTrustDEXTestTargetPoliciesModel{}).ListValue),
87
CustomType: customfield.NewNestedObjectListType[ZeroTrustDEXTestTargetPoliciesModel](ctx),
88
NestedObject: schema.NestedAttributeObject{
@@ -104,9 +103,6 @@ func ResourceSchema(ctx context.Context) schema.Schema {
104
103
},
105
106
107
- "targeted": schema.BoolAttribute{
108
109
- },
110
111
}
112
0 commit comments