Skip to content

Commit

Permalink
Merge branch 'master' into add-sql-missing-features
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed Nov 20, 2023
2 parents 01b4d97 + 543ea6e commit 631e0ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ module "data-platform" {
}
prefix = "myprefix"
}
# tftest modules=43 resources=290
# tftest modules=43 resources=293
```

## Customizations
Expand Down
2 changes: 1 addition & 1 deletion blueprints/data-solutions/data-platform-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ module "data-platform" {
prefix = "myprefix"
}
# tftest modules=23 resources=137
# tftest modules=23 resources=138
```

## Customizations
Expand Down
1 change: 1 addition & 0 deletions modules/project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ This table lists all affected services and roles that you need to grant to servi
| cloudasset.googleapis.com | cloudasset | roles/cloudasset.serviceAgent |
| cloudbuild.googleapis.com | cloudbuild | roles/cloudbuild.builds.builder |
| dataplex.googleapis.com | dataplex | roles/dataplex.serviceAgent |
| dlp.googleapis.com | dlp | roles/dlp.serviceAgent |
| gkehub.googleapis.com | fleet | roles/gkehub.serviceAgent |
| meshconfig.googleapis.com | servicemesh | roles/anthosservicemesh.serviceAgent |
| multiclusteringress.googleapis.com | multicluster-ingress | roles/multiclusteringress.serviceAgent |
Expand Down
1 change: 1 addition & 0 deletions modules/project/service-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
# dlp ="organizations-ORGANIZATION_NUMBER@gcp-sa-riskmanager"
- name: "dlp"
service_agent: "service-%s@dlp-api.iam.gserviceaccount.com"
jit: true
- name: "documentai"
service_agent: "service-%s@gcp-sa-prod-dai-core.iam.gserviceaccount.com"
- name: "edgecontainer"
Expand Down

0 comments on commit 631e0ea

Please sign in to comment.