We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54adbf commit 551833aCopy full SHA for 551833a
modules/fabric-project/outputs.tf
@@ -16,7 +16,7 @@
16
17
output "project_id" {
18
description = "Project id (depends on services)."
19
- value = google_project.project.project_id
+ value = trimprefix(google_project.project.id, "projects/")
20
depends_on = [google_project_service.project_services]
21
}
22
0 commit comments