GoogleCloudPlatform/terraform-google-secured-data-warehouse

Allow for reuse of user provided VPC-SC Perimeters

daniel-cit opened this issue ยท 0 comments

Community Note

  • Please vote on this issue by adding a ๐Ÿ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave +1 or me too comments; they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If the issue is assigned to a user, that user is claiming responsibility for the issue.

Description

Allow for reuse of user provided VPC-SC Perimeters as replacement for the perimeters created in the blueprint

For example, reuse the restricted perimeter create in the Example Foundation as a replacement for the Data Ingestion perimeter.

module "data_ingestion_vpc_sc" {

It would be necessary to receive as inputs the perimeter and the projects that should be added to the corresponding vpc-sc bridges.

References

  • #0000