-
Notifications
You must be signed in to change notification settings - Fork 75
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
Add Private DNS Resolver Outbound Endpoint azurerm_private_dns_resolver_outbound_endpoint
#865
Add Private DNS Resolver Outbound Endpoint azurerm_private_dns_resolver_outbound_endpoint
#865
Conversation
Signed-off-by: faizan-younus <faizan@mobilabsolutions.com>
/test-examples="examples/network/v1beta1/privatednsresolveroutboundendpoint.yaml" |
Signed-off-by: Erhan Cagirici <erhan@upbound.io>
…1.23 bump go version to 1.23
…ovate/go-github.com-golang-jwt-jwt-v4-vulnerability Update module github.com/golang-jwt/jwt/v4 to v4.5.1 [SECURITY]
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.
Thank you @faizan-younus, I left a small comment about the license statement and it would be good if you can rebase your branch to main.
Also, could you please add the license statement that we missed in the PrivateDNSResolverInboundEndpoint resource?
@@ -0,0 +1,99 @@ | |||
apiVersion: network.azure.upbound.io/v1beta1 |
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.
Could you please add the license statement?
apiVersion: network.azure.upbound.io/v1beta1 | |
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
apiVersion: network.azure.upbound.io/v1beta1 |
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.
Added
Signed-off-by: faizan-younus <faizan@mobilabsolutions.com>
Signed-off-by: faizan-younus <faizan@mobilabsolutions.com>
…om:faizan-younus/provider-upjet-azure into feature/privatednsresolveroutboundendpoint Signed-off-by: faizan-younus <faizan@mobilabsolutions.com>
/test-examples="examples/network/v1beta1/privatednsresolveroutboundendpoint.yaml" |
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 🙌
Description of your changes
Added the resource
azurerm_private_dns_resolver_outbound_endpoint
which is already available in the terraform registry.Fixes #
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
The code was tested locally with a KIND cluster and by running
Results