From 97f194e37e3048d03e1af7afbea0500dd03d9ef2 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Mon, 10 Feb 2025 00:30:13 +0100 Subject: [PATCH] Make id and project_id match when universe is set --- tests/modules/project/universe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/project/universe.yaml b/tests/modules/project/universe.yaml index c35fac01b..05ab25e7e 100644 --- a/tests/modules/project/universe.yaml +++ b/tests/modules/project/universe.yaml @@ -31,7 +31,7 @@ counts: outputs: id: alpha:foo-my-project name: foo-my-project - project_id: foo-my-project + project_id: alpha:foo-my-project services: - aaa.googleapis.com - bbb.googleapis.com