toowoxx / terraform-provider-packer

Terraform Provider for HashiCorp Packer
Mozilla Public License 2.0
32 stars 7 forks source link

variables and code must be at the same file #1

Closed AMKamel closed 2 years ago

AMKamel commented 2 years ago

Hello there,

Thanks a lot for starting to work on this provider.

Currently there must be one file only containing all packer code, right?

if so, is there an intention to support reading .hcl files inside working directory as it's with packer build . command?

simaotwx commented 2 years ago

Hi @AMKamel

The provider is at an early stage of development. Currently you need to have only one file, correct.

I do have the intention to extend the provider to support packer build . as that is a common use case.

Thank you for your feedback.

simaotwx commented 2 years ago

Implemented in v0.7.1