Re: [packer] Passing Tags & Run_tags Blocks in var-file : Is This Possible?

2019-10-16 Thread Jimster
Rickard, Appreciate the prompt reply. With that in mind, I'll probably use Powershell scripting or AWS CLI in the Providers section to set the tags, using a specific tag file to read from , for the relevant build. Jim -- This mailing list is governed under the HashiCorp Community Guidelines

Re: [packer] Passing Tags & Run_tags Blocks in var-file : Is This Possible?

2019-10-16 Thread Rickard von Essen
No, currently this is not supported. Only single values and arrays work. On Wed, Oct 16, 2019, 10:31 Jimster wrote: > Hi, > > Been tasked with cleaning up packer code to remove duplication of explicit > values in our working build .json files - and use a few general > *var-files* that will

[packer] Passing Tags & Run_tags Blocks in var-file : Is This Possible?

2019-10-16 Thread Jimster
Hi, Been tasked with cleaning up packer code to remove duplication of explicit values in our working build .json files - and use a few general *var-files* that will contain the relevant DEV, TEST and PROD instance types, vpc details, disk sizes etc. One of the builders sections we use are