diff --git a/internal/resource/group.go b/internal/resource/group.go index 0433801..202a3ce 100644 --- a/internal/resource/group.go +++ b/internal/resource/group.go @@ -48,7 +48,6 @@ type Group struct { ReadCommand *command.Command `json:"-" yaml:"-"` UpdateCommand *command.Command `json:"-" yaml:"-"` DeleteCommand *command.Command `json:"-" yaml:"-"` - config data.ConfigurationValueGetter Resources data.ResourceMapper `json:"-" yaml:"-"` groupStatus *user.Group `json:"-" yaml:"-"` }