-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update lambda download to use terraform providers instead o…
…f local exec (#12) Switch to using Terraform-native providers instead of local-exec for downloading the Lambda function. This handles some dependency problems that were occurring. Also download the function to the module path. This is tested in frgrisk/vor-stream-sdlc-terraform#41.
- Loading branch information
Showing
2 changed files
with
11 additions
and
19 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 |
---|---|---|
|
@@ -39,4 +39,5 @@ venv/ | |
turbo-deploy | ||
*.zip | ||
|
||
.terraform.lock.hcl | ||
.terraform.lock.hcl | ||
.vscode |
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