Update CAI example (#274)
* Add Asset Inventory API to project module * Create feed from terraform in CAI example * Fix tests * sort services Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
@@ -61,7 +61,8 @@ output "service_accounts" {
|
||||
}
|
||||
depends_on = [
|
||||
google_project_service.project_services,
|
||||
google_kms_crypto_key_iam_member.crypto_key
|
||||
google_kms_crypto_key_iam_member.crypto_key,
|
||||
google_project_service_identity.jit_si
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,8 @@ locals {
|
||||
}
|
||||
jit_services = [
|
||||
"secretmanager.googleapis.com",
|
||||
"pubsub.googleapis.com"
|
||||
"pubsub.googleapis.com",
|
||||
"cloudasset.googleapis.com"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user