Fix Fast test

This commit is contained in:
lcaggio 2023-02-20 01:12:19 +01:00
parent eda9597f0b
commit 63a81a9b9b
1 changed files with 8 additions and 0 deletions

View File

@ -169,6 +169,14 @@ variable "prefix" {
type = string
}
variable "project_config" {
description = "Provide 'billing_account_id' value if project creation is needed, uses existing 'project_ids' if null. Parent is in 'folders/nnn' or 'organizations/nnn' format."
type = object({
billing_account_id = string
parent = string
})
}
variable "project_services" {
description = "List of core services enabled on all projects."
type = list(string)