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

fix: make dedicated interconnect comply with guide #913

Conversation

daniel-cit
Copy link
Contributor

Make dedicated interconnect comply with guide:

For dual shared vpc network mode:

  • dedicated interconnect for base and restricted in the base env module
  • dedicated interconnect for dns hub in the shared env

For hub and spoke network mode:

  • dedicated interconnect for base and restricted net hub in the shared env
  • dedicated interconnect for dns hub in the shared env

this PR includes PR #912 changes

@daniel-cit daniel-cit marked this pull request as ready for review December 16, 2022 00:01
@daniel-cit daniel-cit requested review from a team and rjerrems as code owners December 16, 2022 00:01
nat_num_addresses_region2 = var.restricted_hub_nat_num_addresses_region2
windows_activation_enabled = var.restricted_hub_windows_activation_enabled
mode = "hub"
members = distinct(concat([
Copy link
Member

Choose a reason for hiding this comment

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

In a follow up it would be good to add the rationale.

@bharathkkb bharathkkb merged commit 7d77636 into terraform-google-modules:master Dec 16, 2022
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.

2 participants