8000 login type · coder/terraform-provider-coderd@6155b85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6155b85

Browse files
committed
login type
1 parent 162a744 commit 6155b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/user-test/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ 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}"
2829
roles = data.coderd_user.ethan.roles
2930
suspended = data.coderd_user.ethan.suspended
3031
}

0 commit comments

Comments
 (0)
0