You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial support for universes in bootstrap
* Add var description
* Add universe to globals output
* Fix typo
* Update README
* Allow universes to exclude services
* Move service exclusion to project module
* Move service exclusion loging to the project module
---------
Co-authored-by: Ludovico Magnocavallo <[email protected]>
Copy file name to clipboardExpand all lines: fast/stages/0-bootstrap/README.md
+15-14
Original file line number
Diff line number
Diff line change
@@ -687,23 +687,24 @@ FAST defines a simple mechanism to extend stage functionality via the use of [ad
687
687
|[outputs_location](variables.tf#L286)| Enable writing provider, tfvars and CI/CD workflow files to local filesystem. Leave null to disable. | <code>string</code> || <code>null</code> ||
688
688
|[project_parent_ids](variables.tf#L301)| Optional parents for projects created here in folders/nnnnnnn format. Null values will use the organization as parent. | <codetitle="object({ automation = optional(string) billing = optional(string) logging = optional(string) })">object({…})</code> || <code>{}</code> ||
0 commit comments