Skip to content

Commit

Permalink
Correct import function for snapshot export bucket (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstibbe authored Apr 24, 2022
1 parent 3099c5d commit de24563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func resourceMongoDBAtlasCloudBackupSnapshotExportBucketImportState(ctx context.

d.SetId(encodeStateID(map[string]string{
"project_id": *projectID,
"name": *id,
"id": *id,
}))

return []*schema.ResourceData{d}, nil
Expand Down

0 comments on commit de24563

Please sign in to comment.