Skip to content

Commit fa5ab46

Browse files
committed
app-nextjs: Does not have a database
1 parent 08bdef4 commit fa5ab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/app-nextjs/app-config/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ locals {
1313
# 2. Each environment's config will have a database_config property that is used to
1414
# pass db_vars into the infra/modules/service module, which provides the necessary
1515
# configuration for the service to access the database
16-
has_database = true
16+
has_database = false
1717

1818
# Whether or not the application depends on external non-AWS services.
1919
# If enabled, the networks associated with this application's environments

0 commit comments

Comments
 (0)