Closed konstantin-kornienko closed 1 year ago
Seems like it's caused by https://github.com/hashicorp/packer-plugin-alicloud/pull/52
While I'm working on a fix for this, a temporary workaround is setting the two fields as below:
"associate_public_ip_address": true,
"internet_charge_type": "PayByTraffic",
@bittopaz , @nywilken thanks a lot! Now it works, checked.
Overview of the Issue
Getting error "Failed to get private ip of instance" when using VPC network when
associate_public_ip_address
= falseReproduction Steps
use config as follows:
Instance is creating with the private IP address assigned:
Plugin and Packer version
1.0.4, 1.0.5. Worked before 1.0.4.
Log Fragments and crash.log files