Skip to content

Commit 78e0432

Browse files
committed
Modified CHANGELOG
1 parent 8e9482c commit 78e0432

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "catalystcenter" {
3636
## Requirements
3737

3838
| Name | Version |
39-
|------|---------|
39+
| ---- | ------- |
4040
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.8.0 |
4141
| <a name="requirement_catalystcenter"></a> [catalystcenter](#requirement\_catalystcenter) | ~> 0.5.8 |
4242
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.3.0 |
@@ -45,7 +45,7 @@ module "catalystcenter" {
4545
## Inputs
4646

4747
| Name | Description | Type | Default | Required |
48-
|------|-------------|------|---------|:--------:|
48+
| ---- | ----------- | ---- | ------- | :------: |
4949
| <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 |
5050
| <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 |
5151
| <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" {
5959
## Outputs
6060

6161
| Name | Description |
62-
|------|-------------|
62+
| ---- | ----------- |
6363
| <a name="output_default_values"></a> [default\_values](#output\_default\_values) | All default values. |
6464
| <a name="output_model"></a> [model](#output\_model) | Full model. |
6565
| <a name="output_sites"></a> [sites](#output\_sites) | List of sites to be managed |
6666
## Resources
6767

6868
| Name | Type |
69-
|------|------|
69+
| ---- | ---- |
7070
| [catalystcenter_aaa_settings.aaa_servers](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/aaa_settings) | resource |
7171
| [catalystcenter_aaa_settings.global_aaa_servers](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/aaa_settings) | resource |
7272
| [catalystcenter_anchor_group.anchor_group](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/anchor_group) | resource |
@@ -132,6 +132,7 @@ module "catalystcenter" {
132132
| [catalystcenter_fabric_l3_handoff_sda_transit.sda_transit](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/fabric_l3_handoff_sda_transit) | resource |
133133
| [catalystcenter_fabric_l3_virtual_network.global_l3_vn](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/fabric_l3_virtual_network) | resource |
134134
| [catalystcenter_fabric_l3_virtual_network.l3_vn](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/fabric_l3_virtual_network) | resource |
135+
| [catalystcenter_fabric_multicast_replication_mode.replication_mode](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/fabric_multicast_replication_mode) | resource |
135136
| [catalystcenter_fabric_multicast_virtual_networks.multicast](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/fabric_multicast_virtual_networks) | resource |
136137
| [catalystcenter_fabric_port_assignments.port_assignments](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/fabric_port_assignments) | resource |
137138
| [catalystcenter_fabric_site.fabric_site](https://registry.terraform.io/providers/CiscoDevNet/catalystcenter/latest/docs/resources/fabric_site) | resource |

0 commit comments

Comments
 (0)