-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional max-split configurations for
SplitGrantsGovXMLDB
(#934)
* Support additional record-type-specific split limits * Allow setting new env vars in Terraform variables * Expose TF `var.is_forecasted_grants_enabled` at project level
- Loading branch information
1 parent
c31998d
commit 36684e8
Showing
9 changed files
with
160 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
namespace = "grants-ingest" | ||
environment = "sandbox" | ||
version_identifier = "dev" | ||
permissions_boundary_policy_name = "" | ||
datadog_enabled = false | ||
datadog_dashboards_enabled = false | ||
datadog_lambda_extension_version = "38" | ||
lambda_binaries_autobuild = true | ||
lambda_default_log_retention_in_days = 7 | ||
lambda_default_log_level = "DEBUG" | ||
eventbridge_scheduler_enabled = false | ||
ssm_deployment_parameters_path_prefix = "/grants-ingest/local" | ||
dynamodb_contributor_insights_enabled = false | ||
ffis_ingest_email_address = "[email protected]" | ||
max_split_grantsgov_records = 10 | ||
ses_active_receipt_rule_set_enabled = false | ||
namespace = "grants-ingest" | ||
environment = "sandbox" | ||
version_identifier = "dev" | ||
permissions_boundary_policy_name = "" | ||
datadog_enabled = false | ||
datadog_dashboards_enabled = false | ||
datadog_lambda_extension_version = "38" | ||
lambda_binaries_autobuild = true | ||
lambda_default_log_retention_in_days = 7 | ||
lambda_default_log_level = "DEBUG" | ||
eventbridge_scheduler_enabled = false | ||
ssm_deployment_parameters_path_prefix = "/grants-ingest/local" | ||
dynamodb_contributor_insights_enabled = false | ||
ffis_ingest_email_address = "[email protected]" | ||
is_forecasted_grants_enabled = true | ||
max_split_grantsgov_opportunity_records = 10 | ||
max_split_grantsgov_forecast_records = 10 | ||
ses_active_receipt_rule_set_enabled = false | ||
|
||
additional_lambda_environment_variables = { | ||
S3_USE_PATH_STYLE = "true" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters