Skip to content

Commit 454076a

Browse files
authored
fix: Add explicit depends_on for budget project data source (#556)
1 parent faa7eef commit 454076a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/budget/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ locals {
3030
}
3131

3232
data "google_project" "project" {
33+
depends_on = [var.projects]
3334
count = length(var.projects)
3435
project_id = element(var.projects, count.index)
3536
}

0 commit comments

Comments
 (0)