Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autogeneration of LF/SPINE fabric/access profiles fails when suffix is added #20

Closed
alexanderdeca opened this issue Oct 2, 2023 · 6 comments

Comments

@alexanderdeca
Copy link

alexanderdeca commented Oct 2, 2023

For example, in the aci_fabric_policies.tf module "aci_fabric_leaf_switch_profile_auto" (starting code line 368), the replace statement does not account for when a suffix is added in the default values for autogenerating fabric/access leaf/spine profiles, etc.

Working "LEAF\g" -> output is LEAF1001, LEAF1002 etc..
Not working "LEAF\g_SwPro" -> output is LEAF

Expected behaviour is to account for suffixes added to the naming

@danischm
Copy link
Member

danischm commented Oct 2, 2023

Thanks for raising the issue! This has already been fixed (c4be586) and will be included in the next release.

@danischm danischm closed this as completed Oct 2, 2023
@alexanderdeca
Copy link
Author

alexanderdeca commented Oct 16, 2023 via email

@danischm
Copy link
Member

We are aiming for end of October, beginning of November.

@alexanderdeca
Copy link
Author

alexanderdeca commented Nov 7, 2023 via email

@danischm
Copy link
Member

danischm commented Nov 7, 2023

We are working towards it. It should be ready by end of this week or latest next week. If you want to test the latest enhancements, you can always source the module directly from git:

module "aci" {
  source = "github.com/netascode/terraform-aci-nac-aci.git?ref=main"
  
  ...
}

@alexanderdeca
Copy link
Author

alexanderdeca commented Nov 7, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants