hashicorp / packer-plugin-alicloud

Packer plugin for Alibaba Cloud Image Builder
https://www.packer.io/docs/builders/alicloud-ecs
Mozilla Public License 2.0
12 stars 21 forks source link

Fix duplicate attributes #110

Closed lbajolet-hashicorp closed 1 year ago

lbajolet-hashicorp commented 1 year ago

Following up on #105/#107, we de-ambiguise or remove the attributes that were defined in multiple places in the plugin.

This makes the plugin resilient to the upcoming SDK changes that will enforce the unicity of a tag/field name in squashed structures, and makes it clearer what the attribute does.

bittopaz commented 1 year ago

@lbajolet-hashicorp @nywilken Gentle ping, is this ready to be merged, please?

lbajolet-hashicorp commented 1 year ago

Good then, let's merge this! I'll trigger a release for the plugin today, this way users that were impacted by #105/#107 will be able to update their templates to use this version instead.