Skip to content

Commit

Permalink
Bump l3out module version
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Oct 25, 2023
1 parent 57f081e commit 03d1a9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Add HTTPS TLS v1.3 to management access policies
- Add SSH AES256-GCM to management access policies
- Add SSH KEX Algorithms to management access policies
- Improve handling of quad-dotted notation OSPF area IDs

## 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Additional example repositories:
| <a name="module_aci_keyring"></a> [aci\_keyring](#module\_aci\_keyring) | netascode/keyring/aci | 0.1.1 |
| <a name="module_aci_l2_mtu_policy"></a> [aci\_l2\_mtu\_policy](#module\_aci\_l2\_mtu\_policy) | netascode/l2-mtu-policy/aci | 0.1.0 |
| <a name="module_aci_l2_policy"></a> [aci\_l2\_policy](#module\_aci\_l2\_policy) | netascode/l2-policy/aci | 0.1.1 |
| <a name="module_aci_l3out"></a> [aci\_l3out](#module\_aci\_l3out) | netascode/l3out/aci | 0.2.5 |
| <a name="module_aci_l3out"></a> [aci\_l3out](#module\_aci\_l3out) | netascode/l3out/aci | 0.2.6 |
| <a name="module_aci_l3out_interface_profile_auto"></a> [aci\_l3out\_interface\_profile\_auto](#module\_aci\_l3out\_interface\_profile\_auto) | netascode/l3out-interface-profile/aci | 0.2.11 |
| <a name="module_aci_l3out_interface_profile_manual"></a> [aci\_l3out\_interface\_profile\_manual](#module\_aci\_l3out\_interface\_profile\_manual) | netascode/l3out-interface-profile/aci | 0.2.11 |
| <a name="module_aci_l3out_node_profile_auto"></a> [aci\_l3out\_node\_profile\_auto](#module\_aci\_l3out\_node\_profile\_auto) | netascode/l3out-node-profile/aci | 0.2.7 |
Expand Down
2 changes: 1 addition & 1 deletion aci_tenants.tf
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ locals {

module "aci_l3out" {
source = "netascode/l3out/aci"
version = "0.2.5"
version = "0.2.6"

for_each = { for l3out in local.l3outs : l3out.key => l3out if local.modules.aci_l3out && var.manage_tenants }
tenant = each.value.tenant
Expand Down

0 comments on commit 03d1a9e

Please sign in to comment.