Hi, I have create one GCE Image using packer now I want to export that Image to GCS bucket using google-compute-export but google-compute-export is also creating one VM to export the Image and that VM is trying to get an external IP but my organization has blocked to create VM with public IP and also on the google-compute-export packer official doc I don' t seen any argument so that I can use it and It will launch private instance.
Error is given below: googlecompute.basic-example (googlecompute-export): Error creating instance: googleapi: Error 412: Constraint constraints/compute.vmExternalIpAccess violated for project XXXX. Add instance projects/XXXX/zones/XXXX/instances/XXXX to the constraint to use external IP with it., conditionNotMet -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/hashicorp/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/e30f6b5d-8757-4a56-a230-2aab00c06df4n%40googlegroups.com.
