Skip to content

Commit 76fbed1

Browse files
committed
feat: add default
1 parent e51b46f commit 76fbed1

File tree

1 file changed

+1
-0
lines changed
  • registry/coder/modules/claude-code

1 file changed

+1
-0
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ variable "claude_code_oauth_token" {
172172
type = string
173173
description = "Set up a long-lived authentication token (requires Claude subscription). Generated using `claude setup-token` command"
174174
sensitive = true
175+
default = ""
175176
}
176177

177178
resource "coder_env" "claude_code_oauth_token" {

0 commit comments

Comments
 (0)