Skip to content

Commit

Permalink
undoing version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robvand committed Jul 11, 2024
1 parent 4819b40 commit 4a8ee27
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Additional example repositories:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_aci"></a> [aci](#requirement\_aci) | >= 2.15.0 |
| <a name="requirement_aci"></a> [aci](#requirement\_aci) | >= 2.6.1 |
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 2.3.0 |
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 0.2.5 |
Expand Down
4 changes: 2 additions & 2 deletions modules/terraform-aci-l3out-interface-profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ module "aci_l3out_interface_profile" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_aci"></a> [aci](#requirement\_aci) | >= 2.15.0 |
| <a name="requirement_aci"></a> [aci](#requirement\_aci) | >= 2.0.0 |

## Providers

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

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-aci-l3out-interface-profile/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aci = {
source = "CiscoDevNet/aci"
version = ">= 2.15.0"
version = ">= 2.0.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/terraform-aci-l3out/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ module "aci_l3out" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
| <a name="requirement_aci"></a> [aci](#requirement\_aci) | >= 2.15.0 |
| <a name="requirement_aci"></a> [aci](#requirement\_aci) | >= 2.0.0 |

## Providers

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

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-aci-l3out/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aci = {
source = "CiscoDevNet/aci"
version = ">= 2.15.0"
version = ">= 2.0.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aci = {
source = "CiscoDevNet/aci"
version = ">= 2.15.0"
version = ">= 2.6.1"
}
utils = {
source = "netascode/utils"
Expand Down

0 comments on commit 4a8ee27

Please sign in to comment.