Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Delete Computed attribute from role
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Sep 19, 2019
1 parent 6ce1d0c commit 003ba6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pagerduty/resource_pagerduty_team_membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func resourcePagerDutyTeamMembership() *schema.Resource {
"role": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},
},
Expand Down

0 comments on commit 003ba6c

Please sign in to comment.