Skip to content

Commit 6bc0713

Browse files
user instead of service
1 parent 85f4996 commit 6bc0713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudsmith/data_source_repository_privileges_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ resource "cloudsmith_repository_privileges" "test" {
5151
}
5252
5353
# Include the authenticated account explicitly to satisfy lockout safeguard.
54-
service {
54+
user {
5555
privilege = "Admin"
5656
slug = data.cloudsmith_user_self.current.slug
5757
}

cloudsmith/resource_repository_privileges_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ resource "cloudsmith_repository_privileges" "test" {
9595
}
9696
9797
# Include the authenticated account explicitly to satisfy lockout safeguard.
98-
service {
98+
user {
9999
privilege = "Admin"
100100
slug = data.cloudsmith_user_self.current.slug
101101
}

0 commit comments

Comments
 (0)