v1.2.4
Note
As part of the fixes related to the regression from 1.2.3, when one changes the value of the associate_public_ip_address
, the plugin will attempt to get the default VPC for the account that runs the build, should none be specified. To do so, we use the DescribeVpcs
API endpoint, which may cause builds to fail because of a missing permission: ec2:DescribeVpcs
.
We are actively working on a fix for this, so the default behaviour in case the permission is missing will not make builds fail, but instead show a warning regarding the associate_public_ip_address
being ignored, as was silently the case before version 1.2.3.
In the meantime, you may either specify a subnet/VPC, or remove the associate_public_ip_address
from your configuration if you encounter this error.
What's Changed
Bug fixes🧑🔧 🐞
- Release 1.2.3 by @lbajolet-hashicorp in #366
- common: Fix regression for subnet_filters when public IP set by @lbajolet-hashicorp in #370
Full Changelog: v1.2.3...v1.2.4