Skip to content

Commit

Permalink
INTMDB-944: HELP: Error: error deleting organization information When…
Browse files Browse the repository at this point in the history
… importing organization (#1352)
  • Loading branch information
andreaangiolillo authored Jul 27, 2023
1 parent b727a42 commit 906fbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodbatlas/resource_mongodbatlas_organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func resourceMongoDBAtlasOrganizationRead(ctx context.Context, d *schema.Resourc
d.SetId("")
return nil
}
return diag.FromErr(fmt.Errorf("error deleting organization information: %s", err))
return diag.FromErr(fmt.Errorf("error reading organization information: %s", err))
}
d.SetId(encodeStateID(map[string]string{
"org_id": organization.ID,
Expand Down

0 comments on commit 906fbf9

Please sign in to comment.