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_bulk_site_provisioning"></a> [bulk\_site\_provisioning](#input\_bulk\_site\_provisioning) | Site path for bulk device provisioning. When set with use\_bulk\_api=true, provisions all devices from this site and all child sites in a single bulk operation. Example: 'Global/Poland' will provision all devices under Poland hierarchy. | `string` | `null` | no |
50
50
| <a name="input_manage_global_settings"></a> [manage\_global\_settings](#input\_manage\_global\_settings) | Flag indicating whether global settings should be managed, used in combination with managed\_sites. | `bool` | `false` | no |
51
51
| <a name="input_manage_specific_sites_only"></a> [manage\_specific\_sites\_only](#input\_manage\_specific\_sites\_only) | If true, manage only the specified site listed in managed\_sites. If false, also manage all child sites under each managed site. | `bool` | `false` | no |
@@ -59,14 +59,14 @@ module "catalystcenter" {
59
59
## Outputs
60
60
61
61
| Name | Description |
62
-
|---- | -----------|
62
+
|------|-------------|
63
63
| <a name="output_default_values"></a> [default\_values](#output\_default\_values) | All default values. |
64
64
| <a name="output_model"></a> [model](#output\_model) | Full model. |
65
65
| <a name="output_sites"></a> [sites](#output\_sites) | List of sites to be managed |
0 commit comments