You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: