Skip to content

Commit 749cdca

Browse files
armsnyderjeremad
andauthored
Update gitlab/resource_gitlab_branch_protection_test.go
Co-authored-by: jeremad <[email protected]>
1 parent 3c3f596 commit 749cdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/resource_gitlab_branch_protection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ resource "gitlab_project" "foo" {
319319
}
320320
321321
resource "gitlab_branch_protection" "BranchProtect" {
322-
project = "${gitlab_project.foo.id}"
322+
project = gitlab_project.foo.id
323323
branch = "BranchProtect-%d"
324324
push_access_level = "developer"
325325
merge_access_level = "developer"

0 commit comments

Comments
 (0)