Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update archive creation to remove temporary local file.
Since updating to terraform 0.13 we've been receiving the following error: ``` Error: error archiving file: could not archive missing file: .terraform/modules/es-cleanup/es-cleanup.py on .terraform/modules/es-cleanup/lambda.tf line 11, in data "archive_file" "es_cleanup_lambda": 11: data "archive_file" "es_cleanup_lambda" { ``` This change builds the archive file directly from the downloaded file without a local file instance: https://registry.terraform.io/providers/hashicorp/archive/1.3.0/docs/data-sources/archive_file
- Loading branch information