Allow configuring data access logs from org/folder/project schemas (#3516)

* modules and FAST support

* module tests

* fast stage 0 dataset

* tfdoc
This commit is contained in:
Ludovico Magnocavallo
2025-11-10 11:19:21 +01:00
committed by GitHub
parent 7e32058010
commit ba77c6170c
40 changed files with 678 additions and 393 deletions

View File

@@ -37,5 +37,9 @@ resource "terraform_data" "defaults_preconditions" {
)
error_message = "No default storage location defined in defaults or overrides variables."
}
# precondition {
# condition = local.projects_input == null
# error_message = yamlencode(local.projects_input)
# }
}
}