Skip to content

Commit

Permalink
Merge pull request hashicorp#9240 from rberlind/master
Browse files Browse the repository at this point in the history
replace clean_image_name with clean_resource_name
  • Loading branch information
SwampDragons authored May 15, 2020
2 parents c5e38a2 + fdca717 commit c6ca83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/templates/engine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Here is a full list of the available functions for reference.
This engine does not guarantee that the final image name will match the
regex; it will not truncate your name if it exceeds 63 characters, and it
will not validate that the beginning and end of the engine's output are
valid. For example, `"image_name": {{isotime | clean_image_name}}"` will
valid. For example, `"image_name": {{isotime | clean_resource_name}}"` will
cause your build to fail because the image name will start with a number,
which is why in the above example we prepend the isotime with "mybuild".

Expand Down

0 comments on commit c6ca83b

Please sign in to comment.