We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fec19 commit 2de6a57Copy full SHA for 2de6a57
registry/coder/modules/claude-code/main.tftest.hcl
@@ -42,7 +42,7 @@ run "test_claude_code_with_api_key" {
42
}
43
44
assert {
45
- condition = coder_env.claude_api_key.value == "test-api-key-123"
+ condition = coder_env.claude_api_key[0].value == "test-api-key-123"
46
error_message = "Claude API key value should match the input"
47
48
0 commit comments