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 fb0f771 commit e00acd7Copy full SHA for e00acd7
dogfood/coder/main.tf
@@ -151,7 +151,7 @@ data "coder_parameter" "image_type" {
151
}
152
153
154
-variable "anthropic_api_key" {
+variable "coder_dogfood_anthropic_api_key" {
155
type = string
156
description = "The API key used to authenticate with the Anthropic API."
157
default = ""
@@ -814,7 +814,7 @@ resource "coder_env" "anthropic_api_key" {
814
count = local.has_ai_prompt ? data.coder_workspace.me.start_count : 0
815
agent_id = coder_agent.dev.id
816
name = "ANTHROPIC_API_KEY"
817
- value = var.anthropic_api_key
+ value = var.coder_dogfood_anthropic_api_key
818
819
820
resource "coder_app" "develop_sh" {
0 commit comments