We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If my collaborators have differing full paths to the module than I do, we get hot-potato games with the zip file as generated:
~ module.lambda_ebs_snapshot.aws_lambda_function.ebs_snapshot_janitor filename: “/home/jesse/work_gits/abra/ops-vpc/global/.terraform/modules/fc15eac487c45b567184d63a8342e48e/ebs-snapshot-janitor.zip” => “/Users/willie/Documents/AbraCode/ops-vpc/global/.terraform/modules/fc15eac487c45b567184d63a8342e48e/ebs-snapshot-janitor.zip” ~ module.lambda_ebs_snapshot.aws_lambda_function.schedule_ebs_snapshot_backups filename: “/home/jesse/work_gits/abra/ops-vpc/global/.terraform/modules/fc15eac487c45b567184d63a8342e48e/schedule-ebs-snapshot-backups.zip” => “/Users/willie/Documents/AbraCode/ops-vpc/global/.terraform/modules/fc15eac487c45b567184d63a8342e48e/schedule-ebs-snapshot-backups.zip"
(Sorry, Markdown is eating the contents, you may have to view this raw.)
Is there any way to make this work with relative paths? Thanks.
The text was updated successfully, but these errors were encountered:
Seems like it might be related to this: 876ea86
Sorry, something went wrong.
No branches or pull requests
If my collaborators have differing full paths to the module than I do, we get hot-potato games with the zip file as generated:
(Sorry, Markdown is eating the contents, you may have to view this raw.)
Is there any way to make this work with relative paths? Thanks.
The text was updated successfully, but these errors were encountered: