-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: Added parameter to attach aws_eip #391
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Added parameter to attach aws_eip #391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minor comments.
@bryantbiggs WDYT?
cf9afee
to
352e79d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me - although, I am curious why you are using an EIP on a standalone instance in 2024 😅
352e79d
to
855087f
Compare
Hi @antonbabenko is there anything else required to add/change/edit? |
@bryantbiggs @antonbabenko I'd like this feature for a bastion server for a reporting tool that doesn't need high availability. |
And SSM session manager doesn't work for that? (I've approved the PR from my end, more of a pet peeve of this behavior over more modern practices really) |
I understand. No way to use SSM in this case, to my knowledge. I'm limited by 3rd party configuration options. The reporting tool is 3rd party automation that uses ssh-key to pass through bastion via SSH tunnel. It doesn't do anything on the ec2 instance. |
@antonbabenko Heads up, this PR is approved but is blocked by your acceptance of your requested changes. |
This PR has been automatically marked as stale because it has been open 30 days |
@antonbabenko This is ready. A user has done the work. Please respond to your blocking review feedback that has been addressed. This was marked stale while awaiting your response. It is otherwise ready to merge. CC: @bryantbiggs |
This PR has been automatically marked as stale because it has been open 30 days |
@apparentlymart @shawnsavour @bryantbiggs Can anyone unblock this? |
I cannot remove a review that requests changes - we'll need to wait for Anton to review and update |
## [5.7.0](v5.6.1...v5.7.0) (2024-08-26) ### Features * Added parameter to attach aws_eip ([#391](#391)) ([57cdd5d](57cdd5d))
This PR is included in version 5.7.0 🎉 |
i'm facing this problem now:
|
ugh, the EIP resource brought in a v5.0 argument hashicorp/terraform-provider-aws#31567 Looks like we'll have to take a breaking change |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Added parameter to create an attach aws_eip resource to ec2 instance
Motivation and Context
It allows to attach public static IP address which will not be changed after ec2 instance stop/start
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request