We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b467c1 commit d46056dCopy full SHA for d46056d
infrastructure/instance/mesh_processor.tf
@@ -60,7 +60,7 @@ module "mesh_processor_docker_image" {
60
use_image_tag = false
61
source_path = abspath("${path.root}/../../lambdas")
62
triggers = {
63
- dir_sha = local.mesh_processor_lambda_dir_sha
+ dir_sha = local.mesh_processor_lambda_dir_sha
64
shared_dir_sha = local.shared_dir_sha
65
}
66
0 commit comments