Skip to content

Commit

Permalink
Merge pull request #1158 from modular-magician/codegen-pr-2332
Browse files Browse the repository at this point in the history
Properly set project for iam_project
  • Loading branch information
slevenick authored Sep 18, 2019
2 parents 7700a09 + 7c4dd1d commit b3c1a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google-beta/iam_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ func NewProjectIamUpdater(d *schema.ResourceData, config *Config) (ResourceIamUp
return nil, err
}

d.Set("project", pid)

return &ProjectIamUpdater{
resourceId: pid,
Config: config,
Expand Down

0 comments on commit b3c1a4d

Please sign in to comment.