Skip to content

Commit

Permalink
chore: ran terraform fmt and changeset added
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Jan 15, 2025
1 parent cd00ed9 commit 52742a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wild-wasps-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"infrastructure": patch
---

Added chatbot env vars to codebuild project
2 changes: 1 addition & 1 deletion apps/infrastructure/src/modules/cicd/codebuild.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_codebuild_project" "github_runner" {

dynamic "environment_variable" {
for_each = var.chatbot_env_vars

content {
name = environment_variable.key
value = environment_variable.value
Expand Down

0 comments on commit 52742a6

Please sign in to comment.