Skip to content

Commit 3ca2405

Browse files
updated workshop GitOps User
1 parent fb468a1 commit 3ca2405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/template_versions.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ provider "coderd" {
3333
}
3434

3535
resource "coderd_user" "coderGitOps" {
36-
username = "coderGitOps"
37-
name = "Coder GitOps"
38-
email = "GitOps@coder.com"
36+
username = "workshopGitOps"
37+
name = "Coder Workshop GitOps"
38+
email = "workshopGitOps@coder.com"
3939
}
4040

4141
###########################################################

0 commit comments

Comments
 (0)