Fix too long project names on e2e tests
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
1c26c8f8a3
commit
8fd8ee0541
@@ -233,7 +233,7 @@ module "bucket" {
|
||||
|
||||
module "destination-project" {
|
||||
source = "./fabric/modules/project"
|
||||
name = "destination-project"
|
||||
name = "dest-project"
|
||||
billing_account = var.billing_account_id
|
||||
parent = var.folder_id
|
||||
prefix = var.prefix
|
||||
|
||||
Reference in New Issue
Block a user