Skip to content

Commit

Permalink
Bug fix for #4393 (#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
WodansSon authored Sep 24, 2019
1 parent 944bcde commit fc9cdfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azurerm/resource_arm_role_assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ func resourceArmRoleAssignment() *schema.Resource {
"skip_service_principal_aad_check": {
Type: schema.TypeBool,
Optional: true,
ForceNew: true,
Default: false,
Computed: true,
},
},
}
Expand Down

0 comments on commit fc9cdfe

Please sign in to comment.