-
Notifications
You must be signed in to change notification settings - Fork 30
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
AP routed domain input validation needs to be updated to make vlan_pool an optional value #76
AP routed domain input validation needs to be updated to make vlan_pool an optional value #76
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional code changes in the Terraform module to enable routed domains without a VLAN pool associate.
These ares includes:
- aci_access_policies.tf script to make the VLAN pool attribute optional and only provided it if defined
- terraform-aci-routed-domain sub module to the VLAN pool optional in the terraform code and configure the VLAN pool reference object when defined
Hi morten, I updated the first file requested, please check and confirm it is what you expected. could you provide more information on the 2nd request please as i dont understand what is required? |
update to documentation based on changes here
https://wwwin-github.cisco.com/netascode/aac/pull/337