New FAST data platform (#3066)
* copy from broken dp dev branch * remove extra excalidraw file * fix networking yaml * tfdoc * tfdoc * nuke old data platform * fix tests * tests * tflint * high level diagram * make location optional in composer schema * add composer outputs * docs * remove schema docs * tfdoc * update service agent encryption composer def for composer 3 * encryption keys * typo * typo * fix security IAM * inventory * tflint * Fix roles and diagram. * Fix tflint * Fix test DP. * Fix test * Diagrams excalidraw gz --------- Co-authored-by: lcaggio <lorenzo.caggioni@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4c7ff3381e
commit
cb7bed50e3
@@ -27,10 +27,9 @@ locals {
|
||||
"artifactregistry.googleapis.com" : ["artifactregistry"]
|
||||
"bigtableadmin.googleapis.com" : ["bigtable"]
|
||||
"bigquery.googleapis.com" : ["bigquery-encryption"]
|
||||
"composer.googleapis.com" : [
|
||||
"composer", "artifactregistry", "container-engine",
|
||||
"compute", "pubsub", "storage"
|
||||
]
|
||||
# the list for composer now track composer 3
|
||||
# https://cloud.google.com/composer/docs/composer-3/configure-cmek-encryption#grant-roles-permissions
|
||||
"composer.googleapis.com" : ["composer", "storage"]
|
||||
"compute.googleapis.com" : ["compute"]
|
||||
"container.googleapis.com" : ["compute"]
|
||||
"dataflow.googleapis.com" : ["dataflow", "compute"]
|
||||
|
||||
Reference in New Issue
Block a user