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 8a31416 commit 327ba25Copy full SHA for 327ba25
modules/uploaders/main.tf
@@ -184,7 +184,7 @@ data "cloudinit_config" "abfs_gerrit_uploader_configs" {
184
EOT
185
"ABFS_DOCKER_IMAGE_URI" = var.abfs_docker_image_uri,
186
"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,
+ "PRE_START_HOOKS_MOUNTPOINT" = length(local.pre_start_hooks) > 0 ? "/var/lib/abfs/pre-start-hooks.d/" : "",
188
}
189
}))
190
0 commit comments