Skip to content

Commit

Permalink
Merge pull request #9 from cds-snc/feat/add_ai_answers_api_key
Browse files Browse the repository at this point in the history
Adding OpenAI key for AI answers
  • Loading branch information
sylviamclaughlin authored Feb 26, 2025
2 parents 7323be2 + 7c556ec commit 63eb523
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terragrunt/openai_api_keys.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ module "valentine_api_key" {
custom_subdomain_name = "valentine"
resource_group_name_prefix = "valentine"
}

module "ai_answers_api_key" {
source = "./modules/openai_api_key"
subscription_id = "5617b0eb-50cc-4fe6-b57e-021e6ec245f0" # DTO subscription
name = "ai-answers"
custom_subdomain_name = "ai-answers"
resource_group_name_prefix = "ai-answers"
}

0 comments on commit 63eb523

Please sign in to comment.