You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue with "setup-packer" when using "build_resource_group_name" in the packer configuration file.
The gitHub action pipeline fails with the error "Specify either a location to create the resource group in or an existing build_resource_group_name, but not both"
It will fail when location and build_resource_group_name parameters are used together, but my config doesn't have both parameters together.
When both parameters are present - packer validate is succeeding, but packer build failing with the above-mentioned error.
When the location parameter is not present and build_resource_group_name is present - packer validate is failing, it is not allowing my pipeline to move forward.
I tested the same code on my local by installing packer directly from Hashicorp website. I'm not facing any issues as mentioned above with that package.
packer version 1.10.2
The text was updated successfully, but these errors were encountered:
I am facing an issue with "setup-packer" when using "build_resource_group_name" in the packer configuration file.
The gitHub action pipeline fails with the error "Specify either a location to create the resource group in or an existing build_resource_group_name, but not both"
It will fail when location and build_resource_group_name parameters are used together, but my config doesn't have both parameters together.
packer validate
is succeeding, butpacker build
failing with the above-mentioned error.location
parameter is not present andbuild_resource_group_name
is present -packer validate
is failing, it is not allowing my pipeline to move forward.I tested the same code on my local by installing
packer
directly from Hashicorp website. I'm not facing any issues as mentioned above with that package.packer version
1.10.2
The text was updated successfully, but these errors were encountered: