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
| <aname="input_managed_device_groups"></a> [managed\_device\_groups](#input\_managed\_device\_groups)| List of device group names to be managed. By default all device groups will be managed. |`list(string)`|`[]`| no |
49
+
| <aname="input_managed_devices"></a> [managed\_devices](#input\_managed\_devices)| List of device names to be managed. By default all devices will be managed. |`list(string)`|`[]`| no |
49
50
| <aname="input_model"></a> [model](#input\_model)| As an alternative to YAML files, a native Terraform data structure can be provided as well. |`map(any)`|`{}`| no |
50
51
| <aname="input_write_default_values_file"></a> [write\_default\_values\_file](#input\_write\_default\_values\_file)| Write all default values to a YAML file. Value is a path pointing to the file to be created. |`string`|`""`| no |
52
+
| <aname="input_write_model_file"></a> [write\_model\_file](#input\_write\_model\_file)| Write the full model including all resolved templates to a single YAML file. Value is a path pointing to the file to be created. |`string`|`""`| no |
51
53
| <aname="input_yaml_directories"></a> [yaml\_directories](#input\_yaml\_directories)| List of paths to YAML directories. |`list(string)`|`[]`| no |
52
54
| <aname="input_yaml_files"></a> [yaml\_files](#input\_yaml\_files)| List of paths to YAML files. |`list(string)`|`[]`| no |
0 commit comments