Skip to content

Commit

Permalink
Fix for plan not in sync when creating billing budgets in project fac…
Browse files Browse the repository at this point in the history
…tory #2365 (#2368)
  • Loading branch information
sudhirrs authored Jun 20, 2024
1 parent 9b095a5 commit e84d479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/project-factory/factory-budgets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e84d479

Please sign in to comment.