https://github.com/netascode/terraform-aci-fabric-control-plane-mtu
https://github.com/netascode/terraform-aci-fabric-control-plane-mtu
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/netascode/terraform-aci-fabric-control-plane-mtu
- Owner: netascode
- License: apache-2.0
- Archived: true
- Created: 2023-05-24T07:50:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T12:04:14.000Z (over 1 year ago)
- Last Synced: 2025-03-21T18:04:14.126Z (2 months ago)
- Language: HCL
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/netascode/terraform-aci-control-plane-mtu-policy/actions/workflows/test.yml)
# Terraform ACI Control Plane MTU Policy Module
Description
Location in GUI:
`System` » `System Settings` » `Control Plane MTU`## Examples
```hcl
module "infraCPMtuPol" {
source = "netascode/fabric-control-plane-mtu/aci"
version = ">= 0.1.0"control_plane_mtu = 9000
}
```## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
| [aci](#requirement\_aci) | >= 2.0.0 |## Providers
| Name | Version |
|------|---------|
| [aci](#provider\_aci) | >= 2.0.0 |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [control\_plane\_mtu](#input\_control\_plane\_mtu) | Control Plane MTU Policy. Minimum value: `576`. Maximum value: `9000`. | `number` | `9000` | no |## Outputs
| Name | Description |
|------|-------------|
| [dn](#output\_dn) | Distinguished name of `infraCPMtuPol` object. |## Resources
| Name | Type |
|------|------|
| [aci_rest_managed.infraCPMtuPol](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/rest_managed) | resource |