Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 034e1c2

Browse files
committedJul 16, 2024
fixup
1 parent c524e54 commit 034e1c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎integration/user-test/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ resource "coderd_user" "ethan2" {
2525
username = "${data.coderd_user.ethan.username}2"
2626
name = "${data.coderd_user.ethan.name}2"
2727
email = "${data.coderd_user.ethan.email}.au"
28-
login_type = data.coderd_user.ethan.login_type
2928
roles = data.coderd_user.ethan.roles
3029
suspended = data.coderd_user.ethan.suspended
3130
}

0 commit comments

Comments
 (0)
Please sign in to comment.