hashicorp / hashicorp/packer-plugin-amazon

Inferring public ip address automatically

Open
#165 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.