fix(hcl2template): correct 'occured' -> 'occurred' in evaluation diagnostics#13608
fix(hcl2template): correct 'occured' -> 'occurred' in evaluation diagnostics#13608SAY-5 wants to merge 1 commit intohashicorp:mainfrom
Conversation
…nostic Detail strings types.packer_config.go raised two HCL diagnostics with 'An error occured while recursively evaluating ...' instead of 'An error occurred ...'. Both messages are surfaced in packer's diagnostic output to end users when local/data evaluation fails. go build on the hcl2template package stays clean.
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes SAY-5 seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
1 similar comment
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes SAY-5 seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
hcl2template/types.packer_config.goraised two HCL diagnostics with 'An error occured while recursively evaluating ...':Both messages are surfaced in packer's diagnostic output to end users when local/data evaluation fails.
go build ./hcl2template/...stays clean against currentmain.