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 9bcc95f commit e186713Copy full SHA for e186713
packer/openstack.pkr.hcl
@@ -24,7 +24,7 @@ locals {
24
git_commit = data.git-commit.cwd-head.hash
25
timestamp = formatdate("YYMMDD-hhmm", timestamp())
26
image_version = var.image_version == "auto" ? "${local.timestamp}-${substr(local.git_commit, 0, 8)}" : var.image_version
27
- image_name = replace(var.image_name, '/', '-')
+ image_name = replace(var.image_name, "/", "-")
28
}
29
30
# Path pointing to root of repository - automatically set by environment variable PKR_VAR_repo_root
0 commit comments