Skip to content

Commit 21200ff

Browse files
authored
fix(dragonfly): mark acl as sensitive (#14)
1 parent ca191e2 commit 21200ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/datastore.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func (r *datastoreResource) Schema(_ context.Context, _ resource.SchemaRequest,
143143
ElementType: types.StringType,
144144
Optional: true,
145145
Computed: true,
146+
Sensitive: true,
146147
},
147148
},
148149
},

0 commit comments

Comments
 (0)