Skip to content

Commit

Permalink
Update function_app.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk-nc authored Feb 19, 2025
1 parent a7c50b3 commit 63bfb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/tf-core/function_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ locals {

# Database connection string
length(config.db_connection_string) > 0 ? {
(config.db_connection_string) = "Server=${module.regions_config[region].names.sql-server}.database.windows.net; Authentication=Active Directory Managed Identity; Database=${var.sqlserver.dbs.cohman.db_name_suffix}; ApplicationIntent=ReadWrite; Connection Timeout=30; Max Pool Size=300;"
(config.db_connection_string) = "Server=${module.regions_config[region].names.sql-server}.database.windows.net; Authentication=Active Directory Managed Identity; Database=${var.sqlserver.dbs.cohman.db_name_suffix}; ApplicationIntent=ReadWrite; Pooling=true; Connection Timeout=30; Max Pool Size=300;"
} : {}
)

Expand Down

0 comments on commit 63bfb80

Please sign in to comment.