We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c524e54 commit 034e1c2Copy full SHA for 034e1c2
integration/user-test/main.tf
@@ -25,7 +25,6 @@ resource "coderd_user" "ethan2" {
25
username = "${data.coderd_user.ethan.username}2"
26
name = "${data.coderd_user.ethan.name}2"
27
email = "${data.coderd_user.ethan.email}.au"
28
- login_type = data.coderd_user.ethan.login_type
29
roles = data.coderd_user.ethan.roles
30
suspended = data.coderd_user.ethan.suspended
31
}
0 commit comments