CiscoDevNet / terraform-provider-nxos

Terraform Cisco NX-OS Provider
https://registry.terraform.io/providers/netascode/nxos
Mozilla Public License 2.0
7 stars 10 forks source link

Please add support for `copy run start` #216

Closed mobig closed 5 months ago

mobig commented 5 months ago

The NXOS provider currently lacks a resource for saving the running configuration to startup, similar to the iosxe_save_config resource available for the IOSXE provider. Is it possible to incorporate this feature into the NXOS provider as well?

For reference, the Cisco DevNet API documentation outlines this functionality: Copy Running Config to Startup Config I've successfully tested this API endpoint on a 9000v running version 9.3(9), and it works as expected.

For comparison, here is the resource for the IOSXE provider: iosxe_save_config Resource

Also, I want to express my gratitude for your continuous support for this and the other DevNet Terraform providers.

danischm commented 5 months ago

https://github.com/CiscoDevNet/terraform-provider-nxos/commit/6f2c4153baefcb9721afd42c58cf2dc927ef4777

danischm commented 5 months ago

Added in v0.5.2 release.