We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c09489 + 2e4d2c6 commit 00aedc4Copy full SHA for 00aedc4
google/iam_project.go
@@ -28,6 +28,8 @@ func NewProjectIamUpdater(d *schema.ResourceData, config *Config) (ResourceIamUp
28
return nil, err
29
}
30
31
+ d.Set("project", pid)
32
+
33
return &ProjectIamUpdater{
34
resourceId: pid,
35
Config: config,
0 commit comments