Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauschenbusch committed Jun 25, 2020
1 parent 146d239 commit 6010ea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func resourceArmKustoDatabasePrincipalAssignmentCreateUpdate(d *schema.ResourceD
}
}

tenantID := d.Get("tentant_id").(string)
tenantID := d.Get("tenant_id").(string)
principalID := d.Get("principal_id").(string)
principalType := d.Get("principal_type").(string)
role := d.Get("role").(string)
Expand Down

0 comments on commit 6010ea9

Please sign in to comment.