@ -14,7 +14,6 @@ variable "agent_id" {
description = "The ID of a Coder agent."
}
# TODO: Check if agent ID can provide workspace username and email
variable "username" {
type = string
description = "The username of the Coder workspace owner."
@ -1,10 +1,10 @@
#!/usr/bin/env sh
BOLD='\033[0;1m'
CODE='\033[36;40;1m'
RESET='\033[0m'
CODER_EMAIL="${CODER_EMAIL}"
CODER_USERNAME="${CODER_USERNAME}"
# BOLD='\033[0;1m'
# CODE='\033[36;40;1m'
# RESET='\033[0m'
# CODER_EMAIL="${CODER_EMAIL}"
# CODER_USERNAME="${CODER_USERNAME}"
echo "Running git-config script!\n\n"