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

[WIP]feat: Support shared vpc in GCP vendor access module #46

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ciiiii
Copy link
Member

@ciiiii ciiiii commented Oct 31, 2023

module "sn_managed_cloud_shared_vpc" {
  source          = "github.com/streamnative/terraform-managed-cloud//modules/gcp/vendor-access?ref=v3.8.0"
  project         = "<YOUR_PROJECT>"
  project_num     = "<YOUR_PROJECT_NUM>"
  network_project = "<YOUR_NETWORK_HOST_PROJECT>"
  shared_vpc_subnets = [{
    name   = "<SHARED_SUBNET_NAME>"
    region = "<SHARED_SUBNET_REGION>"
  }]
}

@ciiiii ciiiii requested a review from a team as a code owner October 31, 2023 06:34
@ciiiii ciiiii changed the title feat: Support shared vpc in GCP vendor access module [WIP]feat: Support shared vpc in GCP vendor access module Oct 31, 2023
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.

None yet

2 participants