packer/hcl2template/function
Martin Grogan 476ddc3810 hcl2template: add alltrue function
add an hcl2 function that return true if all the value in a collection
are true, this function was derived from terraform codebase
2025-01-21 10:07:10 -05:00
..
testdata HCL2: add templatefile function (#10776) 2021-03-23 12:02:05 +01:00
alltrue.go hcl2template: add alltrue function 2025-01-21 10:07:10 -05:00
alltrue_test.go hcl2template: add alltrue function 2025-01-21 10:07:10 -05:00
aws_secretetkey.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
Consul.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
datetime.go hcl2template/functions: Add Non-null refinements for various functions 2023-11-29 12:28:16 -05:00
datetime_test.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
encoding.go Add base64gzip function support to Packer template 2024-08-13 14:53:29 -04:00
encoding_test.go Add base64gzip function support to Packer template 2024-08-13 14:53:29 -04:00
env.go hcl2template/functions: Add Non-null refinements for various functions 2023-11-29 12:28:16 -05:00
index.go hcl2template/functions: Add Non-null refinements for various functions 2023-11-29 12:28:16 -05:00
index_test.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
length.go hcl2template/functions: Add Non-null refinements for various functions 2023-11-29 12:28:16 -05:00
length_test.go hcl2template/functions: Add Non-null refinements for various functions 2023-11-29 12:28:16 -05:00
refinements.go hcl2template/functions: Add Non-null refinements for various functions 2023-11-29 12:28:16 -05:00
strcontains.go hcl2template: add strcontains function 2024-11-26 16:27:41 -05:00
strcontains_test.go hcl2template: add strcontains function 2024-11-26 16:27:41 -05:00
templatefile.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
templatefile_test.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
vault.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00