Once again fix e2e tests
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
8fd8ee0541
commit
9a95ac10ed
@@ -233,7 +233,7 @@ module "bucket" {
|
||||
|
||||
module "destination-project" {
|
||||
source = "./fabric/modules/project"
|
||||
name = "dest-project"
|
||||
name = "dest-prj"
|
||||
billing_account = var.billing_account_id
|
||||
parent = var.folder_id
|
||||
prefix = var.prefix
|
||||
|
||||
@@ -295,7 +295,7 @@ module "bucket" {
|
||||
|
||||
module "destination-project" {
|
||||
source = "./fabric/modules/project"
|
||||
name = "dest-project"
|
||||
name = "dest-prj"
|
||||
billing_account = var.billing_account_id
|
||||
parent = var.folder_id
|
||||
prefix = var.prefix
|
||||
|
||||
@@ -563,7 +563,7 @@ module "bucket" {
|
||||
|
||||
module "destination-project" {
|
||||
source = "./fabric/modules/project"
|
||||
name = "dest-project"
|
||||
name = "dest-prj"
|
||||
billing_account = var.billing_account_id
|
||||
parent = var.folder_id
|
||||
prefix = var.prefix
|
||||
|
||||
Reference in New Issue
Block a user