Skip to content

Commit

Permalink
updating to aci 2.13.0 and mso 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Jan 31, 2024
1 parent 894b9d6 commit 0dd9276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ A Terraform module to configure ACI Fabric Policies.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_aci"></a> [aci](#requirement\_aci) | >= 2.9.0 |
| <a name="requirement_aci"></a> [aci](#requirement\_aci) | >= 2.13.0 |
## Providers

| Name | Version |
|------|---------|
| <a name="provider_aci"></a> [aci](#provider\_aci) | >= 2.9.0 |
| <a name="provider_aci"></a> [aci](#provider\_aci) | 2.13.0 |
## Inputs

| Name | Description | Type | Default | Required |
Expand Down
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
required_providers {
aci = {
source = "CiscoDevNet/aci"
version = ">= 2.9.0"
version = ">= 2.13.0"
}
}
required_version = ">= 1.3.0"
Expand Down

0 comments on commit 0dd9276

Please sign in to comment.