We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bdef4 commit fa5ab46Copy full SHA for fa5ab46
infra/app-nextjs/app-config/main.tf
@@ -13,7 +13,7 @@ locals {
13
# 2. Each environment's config will have a database_config property that is used to
14
# pass db_vars into the infra/modules/service module, which provides the necessary
15
# configuration for the service to access the database
16
- has_database = true
+ has_database = false
17
18
# Whether or not the application depends on external non-AWS services.
19
# If enabled, the networks associated with this application's environments
0 commit comments