Add support for billing budgets to project factory (#2112)

* align factory variable name in project factory module

* tested

* align fast stage
This commit is contained in:
Ludovico Magnocavallo
2024-02-27 19:13:49 +01:00
committed by GitHub
parent a34d93fb43
commit dbabfb9ae0
14 changed files with 253 additions and 49 deletions

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
# any changes to this factory should be mirrored in the project factory
locals {
_factory_data = {
for f in fileset("${local._factory_path}", "**/*.yaml") :