An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Tests](https://github.com/netascode/terraform-aci-control-plane-mtu-policy/actions/workflows/test.yml/badge.svg)](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 |