Add support for the Assured Workloads in the project factory (#3666)

* Add support for the Assured Workloads in the project factory

* Fix test after requiring organization as a var
This commit is contained in:
lopezvit
2026-01-23 14:21:48 +02:00
committed by GitHub
parent 6e776238d9
commit 6db25b1a08
23 changed files with 620 additions and 42 deletions

View File

@@ -17,3 +17,8 @@ data_defaults = {
storage = "europe-west1"
}
}
organization = {
domain = "fast.example.com"
id = 123456789012
customer_id = "C00000000"
}