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
@@ -22,9 +22,13 @@ variable "billing_account_id" {
|
||||
default = "123456-123456-123456"
|
||||
}
|
||||
|
||||
variable "group_email" {
|
||||
default = "organization-admins@example.org"
|
||||
}
|
||||
|
||||
variable "kms_key" {
|
||||
default = {
|
||||
self_link = "kms_key_self_link"
|
||||
id = "kms_key_self_link"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user