Skip to content

Commit

Permalink
remove extra equals sign in test/terragrunt.hcl (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 authored Nov 7, 2024
1 parent 26338ff commit 9ade2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/test/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
server_memory = get_env("SERVER_MEMORY")
db_instance_type = get_env("DB_INSTANCE_TYPE")
app_count = get_env("INSTANCE_COUNT")
notifications_api_app_count = = get_env("NOTIFICATIONS_API_INSTANCE_COUNT")
notifications_api_app_count = get_env("NOTIFICATIONS_API_INSTANCE_COUNT")

logging_level = get_env("LOGGING_LEVEL")

Expand Down

0 comments on commit 9ade2b6

Please sign in to comment.