You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/hcl2template
Adrien Delorme 5ba134ac5b
JSON to HCL2 (minimal best-effort) transpiler (#9659)
6 years ago
..
function Use common funcs / fix panic / clarify docs 6 years ago
internal WIP 6 years ago
repl
shim JSON to HCL2 (minimal best-effort) transpiler (#9659) 6 years ago
testdata Make max_retries a string to allow variable interpolation (#9673) 6 years ago
common_test.go refactor initialization out from packer configs + tests (#9627) 6 years ago
decode.go
docs.go
functions.go Add vault function for HCL2 and document 6 years ago
parser.go Make max_retries a string to allow variable interpolation (#9673) 6 years ago
types.build.from.go
types.build.go Make max_retries a string to allow variable interpolation (#9673) 6 years ago
types.build.post-processor.go avoid passing generatedVars down during first prepare 6 years ago
types.build.provisioners.go implemet override provisioner's option for hcl2 6 years ago
types.build_test.go HCL2: add post-processors block to run multiple post-processor after a build (#9638) 6 years ago
types.hcl_post-processor.go fix docker-import postprocessor. 6 years ago
types.hcl_provisioner.go implemet override provisioner's option for hcl2 6 years ago
types.hcl_ref.go
types.kv.go
types.kv.hcl2spec.go
types.packer_config.go HCL2: add post-processors block to run multiple post-processor after a build (#9638) 6 years ago
types.packer_config_test.go HCL2: add post-processors block to run multiple post-processor after a build (#9638) 6 years ago
types.source.go pass source name from local source name too 6 years ago
types.source_test.go
types.variables.go refactor initialization out from packer configs + tests (#9627) 6 years ago
types.variables_test.go Make max_retries a string to allow variable interpolation (#9673) 6 years ago
utils.go