Skip to content

Commit

Permalink
Properly set project for iam_project
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Sep 17, 2019
1 parent 495206c commit 504e8e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/terraform/utils/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 504e8e9

Please sign in to comment.