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

Adds variables for data governance project and bigquery project #124

Merged
merged 40 commits into from
Sep 10, 2021
Merged

Adds variables for data governance project and bigquery project #124

merged 40 commits into from
Sep 10, 2021

Conversation

amandakarina
Copy link
Collaborator

@amandakarina amandakarina commented Aug 31, 2021

Fixes #24

  • Tests pass
  • Appropriate changes to README are included in PR

@amandakarina amandakarina changed the title Adds variable for data governance project [DO NOT MERGE] Adds variable for data governance project Sep 6, 2021
@amandakarina amandakarina changed the title [DO NOT MERGE] Adds variable for data governance project Adds variables for data governance project and bigquery project Sep 9, 2021
@amandakarina amandakarina marked this pull request as ready for review September 9, 2021 14:48
@amandakarina amandakarina marked this pull request as draft September 9, 2021 17:51
@amandakarina amandakarina marked this pull request as ready for review September 9, 2021 19:17
@daniel-cit daniel-cit self-requested a review September 9, 2021 20:45
Copy link
Collaborator

@daniel-cit daniel-cit left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@erlanderlo erlanderlo left a comment

Choose a reason for hiding this comment

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

initial review comments

@@ -34,13 +34,15 @@ module "dwh_networking" {
subnet_ip = var.subnet_ip
perimeter_members = local.perimeter_members
commom_suffix = random_id.suffix.hex
resources = [data.google_project.ingestion_project.number, data.google_project.governance_project.number, data.google_project.datalake_project.number]

restricted_services = [
Copy link
Member

Choose a reason for hiding this comment

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

consider adding the other services mentioned here:
https://github.com/GoogleCloudPlatform/notebooks-blueprint-security/blob/main/main.tf#L200

That are relevant (for instance notebook api's prob are not)

"serviceusage.googleapis.com",
"iam.googleapis.com",
"dns.googleapis.com",
"pubsub.googleapis.com",
Copy link
Member

Choose a reason for hiding this comment

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

wondering if this is copy/pasted for the project for BQ...

Are the following really needed for BQ project?

  • pubsub
  • dataflow
  • dlp
  • cloud scheduler
  • appengine
  • cloudbuild
  • compute

Copy link
Member

@erlanderlo erlanderlo left a comment

Choose a reason for hiding this comment

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

LGTM

@bharathkkb bharathkkb merged commit e68e760 into GoogleCloudPlatform:main Sep 10, 2021
@amandakarina amandakarina deleted the feat/enables-all-vpc-service-perimeter-bridges branch September 20, 2021 11:28
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.

enable all vpc-sc bridges
4 participants