Fix for plan not in sync when creating billing budgets in project factory #2365 (#2368)

This commit is contained in:
Sudhir
2024-06-20 10:53:20 +05:30
committed by GitHub
parent 9b095a540e
commit e84d479741

View File

@@ -51,7 +51,7 @@ locals {
try(v.projects, []),
[
for p in lookup(local.project_budgets, k, []) :
"projects/${module.projects[p].project_id}"
"projects/${module.projects[p].number}"
]
)
resource_ancestors = try(v.filter.resource_ancestors, null)