Skip to content

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
mitch-hamm
mitch-hamm previously approved these changes Mar 11, 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.

2 participants