Skip to content

Commit

Permalink
Add DLP Service Agent role
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Nov 20, 2023
1 parent 543ea6e commit 65c0786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ locals {
"roles/datacatalog.categoryFineGrainedReader" = [
module.processing-sa-0.iam_email
]
"roles/dlp.serviceAgent" = ["serviceAccount:${module.common-project.service_accounts.robots.dlp}"]
}
# this only works because the service account module uses a static output
iam_cmn_additive = {
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=138
# tftest modules=23 resources=139
```

## Customizations
Expand Down

0 comments on commit 65c0786

Please sign in to comment.