terraform-google-modules/terraform-google-vpc-service-controls

GCP - External resource attribute not supported in TF module "terraform-google-modules/vpc-service-controls/google//modules/regular_service_perimeter"

nturner-maritz opened this issue · 2 comments

TL;DR

Hi,

We have a requirement to transfer data between S3 (AWS) and BigQuery (GCP) using Amazon S3 BigLake tables.

As the project is protected by VPC SC Perimeter with BigQuery as one of the restricted service within the perimeter, we are trying to create an egress rule on the perimeter and trying to specify "external_resources" but this is not supported in the terraform module "terraform-google-modules/vpc-service-controls/google//modules/regular_service_perimeter", is there any plan to enhance this module to accept "external_resources" in ingress/egress rules?

Note that currently it's supported in Terraform resource "google_access_context_manager_service_perimeter"

Thanks,
Nicholas.

Terraform Resources

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/access_context_manager_service_perimeter.html#external_resources

Detailed design

No response

Additional information

Clone of issue #104

Clone of previously closed issue #104

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days