Skip to content

Commit 551833a

Browse files
author
Łukasz Sierant
authored
fix: Using project_id output is not forcing to wait for the fabric-project creation (#601)
1 parent f54adbf commit 551833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/fabric-project/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
output "project_id" {
1818
description = "Project id (depends on services)."
19-
value = google_project.project.project_id
19+
value = trimprefix(google_project.project.id, "projects/")
2020
depends_on = [google_project_service.project_services]
2121
}
2222

0 commit comments

Comments
 (0)