Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed May 27, 2024
1 parent bdfd340 commit fc3a929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/infrastructure/src/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module "cms" {
}

module "chatbot" {
count = var.environment == "dev" ? 1 : 0
count = var.environment == "dev" ? 1 : 0
source = "./modules/chatbot"
providers = {
aws = aws
Expand Down
2 changes: 1 addition & 1 deletion apps/infrastructure/src/modules/chatbot/locals.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
prefix = "${var.module}-${var.environment}"
prefix = "${var.module}-${var.environment}"
}

0 comments on commit fc3a929

Please sign in to comment.