-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to remove dnacenter_configuration_template_version
resource
#216
Comments
…216 - `dnacenter_configuration_template_version` is an action resource
Hi, @mschedrin, Let us know if it works for you. |
I cannot test your suggestion @fmunozmiranda, latest provider version(1.1.21) crashes when I create template resource.
|
Hi @mschedrin with 1.1.22-beta you should be able to test it. |
The resource works correct now from terraform point of view, however I can't see results in DNAC, even though API requests sent by the provider are correct. I suspect that I am hitting now an issue with DNAC API. Let me investigate it further. Please let me keep the issue open while I am working with it so that I can update it. |
Just an update: Cisco Technical Support is working with reproducing the issue in their environment. |
The issue is confirmed in DNAC and will be fixed. |
…216 - `dnacenter_configuration_template_version` is an action resource
Prerequisites
Describe the bug
First of all, apologize opening new bug, this issue is related to #212 which I cannot reopen.
Provider does not allow to remove the resource any more. This has 2 negative consequences for provider users:
dnacenter_configuration_template_version
is used in conjunction withdnacenter_configuration_template
. Typical workflow is to create configuration template and then commit it withdnacenter_configuration_template_version
, this resource does not create any resource in DNAC, it just makes one time action to commit a new version of the template. This works fine upon template creation, however when we changednacenter_configuration_template
we need to commit new version to DNAC. I have been usingreplace_triggered_by
indnacenter_configuration_template_version
in order to trigger resource recreation upon update of configuration template. This approach does not work any more as delete method has been removed from the resource. Please advice how to commit changes to configuration template without being able to deletednacenter_configuration_template_version
resource. Maybe @zapodeanu can suggest what could be viable workflow to commit changes to a template?Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: