hashicorp / hashicorp/packer-plugin-amazon
Inferring public ip address automatically
Open
- Dominant language
- Go
- Stars
- 91
- Forks
- 141
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 3
Description
_This issue was originally opened by @LazzariPaolo in https://github.com/hashicorp/packer/issues/11420 and has been migrated to this repository. The original issue description is below._
---
AWS builders require whitelisting the public ip address of the machine which is running the build.
E.g:
`temporary_security_group_source_cidrs = ["213..."]`
it would be nice to be able to avoid having to hardcode this in the template, and instead get this info automatically, perhaps with a function.
Something like:
`temporary_security_group_source_cidrs = [local_public_ip]`
Contributor guide
Assessment
This issue has not been assessed yet.