Or just use jq to delete region_kms_key_ids and ami_regions from the template in CI.
On Tue, Nov 20, 2018, 02:39 Alex Gottschalk <[email protected] wrote: > I've hacked together a workaround that will do what I want here: > > #!/usr/bin/env python3 > > import json > from os import environ > > > builder = json.load(open('builder-' + sys.environ['BUILDENV'])) > provisioner = json.load(open('provisioners.json')) > json.dump({**builder, **provisioner}, open('out.json', 'w')) > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/packer-tool/331a2653-3c7d-4f61-91e4-80d206c0d72c%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/331a2653-3c7d-4f61-91e4-80d206c0d72c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt8A4N%2B7LeLjJ5va6TV-nrpXSV_eCYCcQOUwdAS0bQMzCg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
