Add end-to-end tests for project module (#1823)
* Add end-to-end tests for project module * Add inventory to data tests * Add files to end-to-end test cases * Review fixes - use named groups --------- Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
committed by
GitHub
parent
c501c657ec
commit
fe485414e6
@@ -69,7 +69,8 @@ resource "google_logging_project_sink" "sink" {
|
||||
depends_on = [
|
||||
google_project_iam_binding.authoritative,
|
||||
google_project_iam_binding.bindings,
|
||||
google_project_iam_member.bindings
|
||||
google_project_iam_member.bindings,
|
||||
google_project_service.project_services
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user