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
| <a name="input_name"></a> [name](#input\_name) | ID element. Usually the component or solution name, e.g. 'app' or 'jenkins'.<br>This is the only ID element not also included as a `tag`.<br>The "name" tag is set to the full `id` string. There is no tag with the value of the `name` input. | `string` | `null` | no |
110
110
| <a name="input_namespace"></a> [namespace](#input\_namespace) | ID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp', to help ensure generated IDs are globally unique | `string` | `null` | no |
111
111
| <a name="input_regex_replace_chars"></a> [regex\_replace\_chars](#input\_regex\_replace\_chars) | Terraform regular expression (regex) string.<br>Characters matching the regex will be removed from the ID elements.<br>If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. | `string` | `null` | no |
112
-
| <a name="input_spaces"></a> [spaces](#input\_spaces) | A map of all Spaces to create in Spacelift | <pre>map(object({<br> parent_space_id = string,<br> description = optional(string),<br> inherit_entities = optional(bool, false),<br> labels = optional(set(string), []),<br> policies = optional(map(object({<br> body = optional(string),<br> body_url = optional(string),<br> body_url_version = optional(string, "master"),<br> type = optional(string),<br> labels = optional(set(string), []),<br> })), {}),<br> }))</pre> | n/a | yes |
112
+
| <a name="input_spaces"></a> [spaces](#input\_spaces) | A map of all Spaces to create in Spacelift | <pre>map(object({<br> parent_space_id = string,<br> description = optional(string),<br> inherit_entities = optional(bool, false),<br> labels = optional(set(string), []),<br> policies = optional(map(object({<br> body = optional(string),<br> body_url = optional(string),<br> body_url_version = optional(string, "master"),<br> body_file_path = optional(string),<br> type = optional(string),<br> labels = optional(set(string), []),<br> })), {}),<br> }))</pre> | n/a | yes |
113
113
| <a name="input_stage"></a> [stage](#input\_stage) | ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' | `string` | `null` | no |
114
114
| <a name="input_tags"></a> [tags](#input\_tags) | Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. | `map(string)` | `{}` | no |
115
115
| <a name="input_tenant"></a> [tenant](#input\_tenant) | ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for | `string` | `null` | no |
0 commit comments