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

How to manage network and service object groups #184

Open
eringet opened this issue Sep 20, 2024 · 1 comment
Open

How to manage network and service object groups #184

eringet opened this issue Sep 20, 2024 · 1 comment
Labels
question Further information is requested

Comments

@eringet
Copy link

eringet commented Sep 20, 2024

Hello, We would like to manage network and service object groups with terraform, but the provider not have explicit resources for these yet. Would the recommended way be using the imperative iosxe_restconf? Is this recommended (or not recommended?)
We would love to have something like network_object_group resources and datasources in the module at some point.
Thank you!

@danischm
Copy link
Member

The iosxe_restconf resource is fully declarative and provides the same functionality as any of the dedicated resources. So yes, this is the recommended way in case no dedicated resource is available. The last resort is the iosxe_cli resource which is not declarative and just a one off CLI config push.

@danischm danischm added the question Further information is requested label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants