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:
Julio Castillo
2021-07-08 08:57:27 +02:00
committed by GitHub
parent 37b19ec330
commit 0ce81743f2
8 changed files with 24 additions and 21 deletions

View File

@@ -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
]
}

View File

@@ -41,7 +41,8 @@ locals {
}
jit_services = [
"secretmanager.googleapis.com",
"pubsub.googleapis.com"
"pubsub.googleapis.com",
"cloudasset.googleapis.com"
]
}