File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
registry/coder/modules/claude-code Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ resource "coder_env" "aws_access_key_id" {
159
159
}
160
160
161
161
resource "coder_env" "aws_secret_access_key" {
162
- agent_id = coder_agent.example.id
163
- name = "AWS_SECRET_ACCESS_KEY"
164
- value = var.aws_secret_access_key"
162
+ agent_id = coder_agent.example.id
163
+ name = "AWS_SECRET_ACCESS_KEY"
164
+ value = var.aws_secret_access_key
165
165
}
166
166
167
167
# Option 2: Using Bedrock API key (simpler)
@@ -174,9 +174,9 @@ variable "aws_bearer_token_bedrock" {
174
174
}
175
175
176
176
resource "coder_env" "bedrock_api_key" {
177
- agent_id = coder_agent.example.id
178
- name = "AWS_BEARER_TOKEN_BEDROCK"
179
- value = var.aws_bearer_token_bedrock
177
+ agent_id = coder_agent.example.id
178
+ name = "AWS_BEARER_TOKEN_BEDROCK"
179
+ value = var.aws_bearer_token_bedrock
180
180
}
181
181
182
182
module "claude-code" {
You can’t perform that action at this time.
0 commit comments