Skip to content

Commit 327ba25

Browse files
kunzesesce-taid
authored andcommitted
No public description
PiperOrigin-RevId: 812776175
1 parent 8a31416 commit 327ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/uploaders/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ data "cloudinit_config" "abfs_gerrit_uploader_configs" {
184184
EOT
185185
"ABFS_DOCKER_IMAGE_URI" = var.abfs_docker_image_uri,
186186
"DATADISK_MOUNTPOINT" = var.abfs_datadisk_mountpoint,
187-
"PRE_START_HOOKS_MOUNTPOINT" = length(local.pre_start_hooks) > 0 ? "/var/lib/abfs/pre-start-hooks.d/" : null,
187+
"PRE_START_HOOKS_MOUNTPOINT" = length(local.pre_start_hooks) > 0 ? "/var/lib/abfs/pre-start-hooks.d/" : "",
188188
}
189189
}))
190190
}

0 commit comments

Comments
 (0)