Skip to content

Commit a8ad4ad

Browse files
author
Huseyin Unal
committed
Change project_id type
1 parent 2418442 commit a8ad4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/resource_gitlab_project_level_mr_approvals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func resourceGitlabProjectLevelMRApprovals() *schema.Resource {
1919
},
2020
Schema: map[string]*schema.Schema{
2121
"project_id": {
22-
Type: schema.TypeString,
22+
Type: schema.TypeInt,
2323
ForceNew: true,
2424
Required: true,
2525
},

0 commit comments

Comments
 (0)