Fix too long project names on e2e tests

This commit is contained in:
Wiktor Niesiobędzki
2024-02-23 10:10:00 +00:00
committed by Wiktor Niesiobędzki
parent 1c26c8f8a3
commit 8fd8ee0541
6 changed files with 18 additions and 18 deletions

View File

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

View File

@@ -295,7 +295,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

View File

@@ -563,7 +563,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