We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1c1a1 commit ee3865bCopy full SHA for ee3865b
examples/gke_shared_vpc/README.md
@@ -36,6 +36,6 @@ More information about GKE with Shared VPC can be found here: https://cloud.goog
36
37
## Outputs
38
39
-No output.
+No outputs.
40
41
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
modules/budget/main.tf
@@ -34,7 +34,7 @@ locals {
34
35
data "google_project" "project" {
depends_on = [var.projects]
- count = length(var.projects)
+ count = var.create_budget ? length(var.projects) : 0
project_id = element(var.projects, count.index)
}
0 commit comments