Skip to content

Commit d2414da

Browse files
author
matthieu.boret
committed
fix terraform lint check
1 parent e45e0bf commit d2414da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

archive.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ resource "null_resource" "build" {
2020
provisioner "local-exec" {
2121
command = "${path.module}/build.sh"
2222
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
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
2727
RSYNC_PATTERN = join(" ", var.rsync_pattern)
2828
}
2929
}

0 commit comments

Comments
 (0)