We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa7eef commit 454076aCopy full SHA for 454076a
modules/budget/main.tf
@@ -30,6 +30,7 @@ locals {
30
}
31
32
data "google_project" "project" {
33
+ depends_on = [var.projects]
34
count = length(var.projects)
35
project_id = element(var.projects, count.index)
36
0 commit comments