Skip to content

Commit b697236

Browse files
committed
fixup2
1 parent 034e1c2 commit b697236

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

integration/user-test/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ data "coderd_user" "ethan" {
2222
}
2323

2424
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-
roles = data.coderd_user.ethan.roles
29-
suspended = data.coderd_user.ethan.suspended
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+
roles = data.coderd_user.ethan.roles
29+
suspended = data.coderd_user.ethan.suspended
3030
}
3131

0 commit comments

Comments
 (0)