-
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
Azure private-link resource creation via terraform? #4701
Comments
* Add new resources and data sources * Manual fixup * TOC tweaks * Examples fix * [WIP] Current Progress * [WIP] Updates to code * [WIP] gofmt * [WIP] Final changes * [WIP] Updated Tests and Docs * [WIP] Updated test cases * [WIP] fix test and lint * [WIP] Update attribute * [WIP] Progress * [WIP] Progress * Updates per PR * Gofmt * Updates for the new terraform-plugin-sdk * Removed leading newline * Updates per PR feedback * A couple other things * Gofmt validate * Update Subnet documentation * Fix schema and removed unused code refactor * Fixed conflict * Added some more validation * Resource is good now * Update name all private link endpoint attributes * New datasource and refactor done * Fix test and lint issues * Updates per PR comments * Add subbcategory to docs * Updated name of policy enforcement * Fix docs and example * in progress * Updates per Tom PR comment and test * Update website/docs/r/subnet.html.markdown Co-Authored-By: kt <kt@katbyte.me> * Update website/docs/d/private_link_service.html.markdown Co-Authored-By: kt <kt@katbyte.me> * gofmt provider * Add private link service datasource * Updates per PR comments * Updates per PR comments * Added state wait code * Fix test collision issue * Update data source validation
This has been released in version 1.37.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.37.0"
}
# ... other configuration ... |
There is inconsistency with this implementation. Specifically, the same subnet can be used for both private link endpoint and private link service. When configuring via az cli both parameters are allowed to be set to |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
when the azure private-link feature will be available in terraform?
More details about private-link is here,
https://docs.microsoft.com/en-us/azure/private-link/private-link-overview
The text was updated successfully, but these errors were encountered: