-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: deploy redis and postgresql in localstack (#620)
* feature: implement Redis and PostgreSQL in Localstack * feature: make it possible to tweak Localstack persistence settings using environment variables * feature: reintroduce clean terraform state files option in localstack services script * chore: update README.md * Update env/cloud/secrets/terragrunt.hcl Co-authored-by: Bryan Robitaille <bryan.robitaille@cds-snc.ca> --------- Co-authored-by: Bryan Robitaille <bryan.robitaille@cds-snc.ca>
- Loading branch information
1 parent
5544ec6
commit 20e0fc1
Showing
36 changed files
with
439 additions
and
1,220 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
APP_ENV="local" | ||
NOTIFY_API_KEY="<can_be_found_in_1Password>" | ||
LOCALSTACK_AUTH_TOKEN="your_pro_license_token" | ||
APP_ENV=local | ||
|
||
LOCALSTACK_AUTH_TOKEN= | ||
|
||
# Default values will be SNAPSHOT_LOAD_STRATEGY=ON_STARTUP and SNAPSHOT_SAVE_STRATEGY=SCHEDULED | ||
# with a SNAPSHOT_FLUSH_INTERVAL=60 if you do not set anything below. The interval variable is only used if the save strategy is set to scheduled. | ||
# See https://docs.localstack.cloud/user-guide/state-management/persistence/#save-strategies for more information. | ||
SNAPSHOT_SAVE_STRATEGY= | ||
SNAPSHOT_FLUSH_INTERVAL= | ||
SNAPSHOT_LOAD_STRATEGY= | ||
|
||
NOTIFY_API_KEY= |
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
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
Oops, something went wrong.