Skip to content
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

feat: add optional private_endpoint_subnetwork variable in private submodules #2009

Conversation

pib
Copy link
Contributor

@pib pib commented Jul 26, 2024

Fixes #1987

@pib pib requested review from ericyz, gtsorbo and a team as code owners July 26, 2024 00:38
@apeabody
Copy link
Contributor

/gcbrun

Copy link
Contributor

@apeabody apeabody left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @pib!

Can you please rebase.

@pib pib force-pushed the private_endpoint_subnetwork_support branch from 818e475 to fa0b10c Compare July 31, 2024 19:31
@apeabody
Copy link
Contributor

apeabody commented Aug 1, 2024

/gcbrun

@apeabody
Copy link
Contributor

apeabody commented Aug 2, 2024

Thanks @pib! - From the PR title is the intention to only add for beta submodules? Currently it appears this is being added for all private clusters? To add for just beta you can enclose the new code section in {% if beta_cluster %} {% endif %}.

@pib
Copy link
Contributor Author

pib commented Aug 2, 2024

Thanks @pib! - From the PR title is the intention to only add for beta submodules? Currently it appears this is being added for all private clusters? To add for just beta you can enclose the new code section in {% if beta_cluster %} {% endif %}.

Ah, based on issue #1987 I had assumed that field was only available in the beta provider, but I see it is available in the non-beta provider as well, so really it should just be "in private submodules".

@pib pib changed the title feat: add optional private_endpoint_subnetwork variable in beta submodules feat: add optional private_endpoint_subnetwork variable in private submodules Aug 2, 2024
@pib
Copy link
Contributor Author

pib commented Aug 2, 2024

@apeabody should I also amend the commit so it has the correct message? I'm not sure if release-please will use the PR title or the actual commit message.

@pib pib force-pushed the private_endpoint_subnetwork_support branch from fa0b10c to 30af35e Compare August 2, 2024 17:04
@pib pib force-pushed the private_endpoint_subnetwork_support branch from 30af35e to 3a68855 Compare August 2, 2024 17:05
@apeabody
Copy link
Contributor

apeabody commented Aug 2, 2024

@apeabody should I also amend the commit so it has the correct message? I'm not sure if release-please will use the PR title or the actual commit message.

Thanks! We always squash merge, so it will use the title of the PR (not the commits).

@apeabody
Copy link
Contributor

apeabody commented Aug 2, 2024

/gcbrun

@pib
Copy link
Contributor Author

pib commented Aug 2, 2024

@apeabody should I also amend the commit so it has the correct message? I'm not sure if release-please will use the PR title or the actual commit message.

Thanks! We always squash merge, so it will use the title of the PR (not the commits).

Ah well, I had to rebase again anyway :D

@pib pib closed this Aug 2, 2024
@pib pib reopened this Aug 2, 2024
@pib
Copy link
Contributor Author

pib commented Aug 2, 2024

Whoops, sorry, that "Close with comment" button is really close to the "Comment" button :|

@apeabody
Copy link
Contributor

apeabody commented Aug 2, 2024

Whoops, sorry, that "Close with comment" button is really close to the "Comment" button :|

Agreed, I've done that by accident more than once!

@apeabody
Copy link
Contributor

apeabody commented Aug 2, 2024

/gcbrun

@apeabody apeabody merged commit 7a2e9b8 into terraform-google-modules:master Aug 2, 2024
5 checks passed
DrFaust92 pushed a commit to DrFaust92/terraform-google-kubernetes-engine that referenced this pull request Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose private_endpoint_subnetwork on beta-private-cluster* modules
2 participants