-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for private_ip_address export from azurerm_private_endpoint resource #6146
Comments
Hey, i believe this has already been addressed in the 2.1.0 release of the provider via #5838 |
Hello, I need this to be updated to return the list of IP addresses. one for the default address example: myregistry.azurecr.io (10.0.1.8) for more info Happy to help with a PR for the fix. |
@steffencircle I'm using the most recent provider, and there is no export of the private_ip_address that I can put into an Even the documentation for the resource shows the only Attribute that is output is the ID. |
@johnwildes , I just ran into this as well, but got it figured out. The correct syntax to get the ip out is:
|
@elongstreet88 I'll give that a shot. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
Export of (Computed) value, Private IP address for
azurerm_private_endpoint
resource.Presently if you set up an
azurerm_private_endpoint
resource, you cannot get the IP address of that resource to feed into something else. For example, I'd like to update anA
record within the private dns zone I've configured in azure once the resource is configured. At this point I must manually create that entry because theprivate_ip_address
is not exported from the private endpoint resource.New or Affected Resource(s)
azurerm_private_endpoint
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: