Skip to content

Commit e773998

Browse files
author
netevert
committed
updated template variables file
1 parent 989df04 commit e773998

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lab/variables.tfvars.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ accounts = {
1616
# workstation accounts
1717
pc1_admin_user = ""
1818
pc1_admin_password = ""
19+
20+
# DC account
21+
dc1_admin_user = ""
22+
dc1_admin_password = ""
1923
}
2024

2125
workstations = {
@@ -28,4 +32,5 @@ workstations = {
2832

2933
# Naming configurations
3034
pc1 = "" # eg. pc-test
35+
dc1 = ""
3136
}

0 commit comments

Comments
 (0)