Add Azure Network Private Endpoint resources and fixture coverage#737
Open
dwizzle204 wants to merge 4 commits intoinspec:mainfrom
Open
Add Azure Network Private Endpoint resources and fixture coverage#737dwizzle204 wants to merge 4 commits intoinspec:mainfrom
dwizzle204 wants to merge 4 commits intoinspec:mainfrom
Conversation
✅ Deploy Preview for inspec-azure canceled.
|
Signed-off-by: Dwayne Medeiros <dwayne.medeiros@gmail.com>
Signed-off-by: Dwayne Medeiros <dwayne.medeiros@gmail.com>
Signed-off-by: Dwayne Medeiros <dwayne.medeiros@gmail.com>
Signed-off-by: Dwayne Medeiros <dwayne.medeiros@gmail.com>
964761e to
5b6148c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds support for Azure Private Endpoints in
inspec-azureby introducing new static resources and test fixture coverage forMicrosoft.Network/privateEndpoints.Fixes #721
What Changed
New resources
azure_network_private_endpointazure_network_private_endpointsFiles:
libraries/azure_network_private_endpoint.rblibraries/azure_network_private_endpoints.rbBackward compatibility
azurerm_network_private_endpointazurerm_network_private_endpointsopts[:api_version] ||= '2020-05-01'Unit tests
test_prefix).subnet_idnetwork_interface_idsprivate_link_service_connection_idsmanual_private_link_service_connection_idsFiles:
test/unit/resources/azure_network_private_endpoint_test.rbtest/unit/resources/azure_network_private_endpoints_test.rbIntegration fixture + controls
private_endpoint_nameprivate_endpoint_idFiles:
terraform/variables.tfterraform/azure.tfterraform/outputs.tftest/integration/verify/controls/azure_network_private_endpoint.rbtest/integration/verify/controls/azure_network_private_endpoints.rbDocumentation
File:
README.mdValidation Performed
test/unit/resources/azure_network_private_endpoint_test.rbpasstest/unit/resources/azure_network_private_endpoints_test.rbpassNotes
only_if-guarded and rely on Terraform outputprivate_endpoint_name.terraform validateoutput in this environment; no additional Terraform type modernizations were introduced in this PR.