Closed mustafa89 closed 3 years ago
There were similar requests like this - #240
@bryantbiggs How about making an exception for private_ip
and merge this PR?
@mustafa89 Thank you for the addition.
v3.2.0 has been just released.
Thanks for the merge and for all your great work.
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 an output for the
private_ip
of the aws instance(s), similar to thepublic_ip
.Motivation and Context
I need the private IP as an output for referencing,
Breaking Changes
None
How Has This Been Tested?
examples/*
projectsI tested against the
volume-attachment
example.Also,
After discovering the module doesn't have a
private_ip
output. I cloned my fork, changed thesource
of the module in my original project to point to my local clone, and then re-ranterraform
. Theprivate_ip
of the instance was then outputed.