Skip to content

Commit

Permalink
Support import for Team
Browse files Browse the repository at this point in the history
  • Loading branch information
komalali committed Dec 18, 2023
1 parent a467ccf commit 77145ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/pkg/provider/team.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func (t *PulumiServiceTeamResource) Read(req *pulumirpc.ReadRequest) (*pulumirpc
return &pulumirpc.ReadResponse{
Id: req.Id,
Properties: props,
Inputs: props,
}, nil
}

Expand Down

0 comments on commit 77145ab

Please sign in to comment.