Make id and project_id match for project module

This commit is contained in:
Julio Castillo
2025-02-03 18:20:16 +01:00
parent 66926bbd0c
commit d7b5069a29

View File

@@ -125,7 +125,7 @@ output "number" {
output "project_id" {
description = "Project id."
value = "${local.prefix}${var.name}"
value = local.project_id
depends_on = [
google_project.project,
data.google_project.project,