hashicorp / packer-plugin-amazon

Packer plugin for Amazon AMI Builder
https://www.packer.io/docs/builders/amazon
Mozilla Public License 2.0
73 stars 110 forks source link

builder: remove instances of confighelper.Trilean #490

Closed lbajolet-hashicorp closed 4 months ago

lbajolet-hashicorp commented 4 months ago

Since most of those instances of confighelper were not necessary as there is not a config package, nor is there local name conflicts as well, we can remove those instaces, especially the one from Config as it caused the (fragile) typechecks from the SDK to not render it as a boolean in the web docs otherwise.

Related to https://github.com/hashicorp/packer-plugin-sdk/pull/244