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 e45e0bf commit d2414daCopy full SHA for d2414da
archive.tf
@@ -20,10 +20,10 @@ resource "null_resource" "build" {
20
provisioner "local-exec" {
21
command = "${path.module}/build.sh"
22
environment = {
23
- DIST_DIR = data.null_data_source.dist.outputs.path
24
- SOURCE_DIR = var.source_dir
25
- SOURCE_TYPE = var.source_type
26
- PACKAGE_FILE = var.package_file
+ DIST_DIR = data.null_data_source.dist.outputs.path
+ SOURCE_DIR = var.source_dir
+ SOURCE_TYPE = var.source_type
+ PACKAGE_FILE = var.package_file
27
RSYNC_PATTERN = join(" ", var.rsync_pattern)
28
}
29
0 commit comments