Skip to content

Commit

Permalink
fix(baremetal): remplace project_id by organization_id in read (scale…
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-quere authored Oct 12, 2019
1 parent 078886a commit 5ba1af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaleway/resource_baremetal_server_beta.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func resourceScalewayBaremetalServerBetaRead(d *schema.ResourceData, m interface

d.Set("name", res.Name)
d.Set("zone", string(zone))
d.Set("project_id", res.OrganizationID)
d.Set("organization_id", res.OrganizationID)
d.Set("tags", res.Tags)
d.Set("type", res.OfferID)
if res.Install != nil {
Expand Down

0 comments on commit 5ba1af6

Please sign in to comment.