8000
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 162a744 commit 6155b85Copy full SHA for 6155b85
integration/user-test/main.tf
@@ -25,6 +25,7 @@ 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