Skip to content

Commit

Permalink
fix: Using project_id output is not forcing to wait for the fabric-pr…
Browse files Browse the repository at this point in the history
…oject creation (#601)
  • Loading branch information
Łukasz Sierant authored Jul 1, 2021
1 parent f54adbf commit 551833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fabric-project/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

output "project_id" {
description = "Project id (depends on services)."
value = google_project.project.project_id
value = trimprefix(google_project.project.id, "projects/")
depends_on = [google_project_service.project_services]
}

Expand Down

0 comments on commit 551833a

Please sign in to comment.