I'm encountering an issue when trying to delete fortimanager_object_fmg_variable resources using the Fortinet provider in my Terraform project. The error message I receive is err -10147: no write permission.
Expected Behavior
ObjectFmgVariable resources should be successfully deleted.
Actual Behavior
The deletion of ObjectFmgVariable resources fails with the error message err -10147: no write permission.
Error Message
Here's the error message I receive:
This error is repeated for each ObjectFmgVariable resource that Terraform tries to delete.
Note
The FmgVariable in question can be deleted from GUI
Environment
Terraform version: 1.8.5
Fortinet provider version: v1.12.0
Any help resolving this issue would be greatly appreciated.
Description
I'm encountering an issue when trying to delete
fortimanager_object_fmg_variable
resources using the Fortinet provider in my Terraform project. The error message I receive iserr -10147: no write permission
.Expected Behavior
ObjectFmgVariable
resources should be successfully deleted.Actual Behavior
The deletion of
ObjectFmgVariable
resources fails with the error messageerr -10147: no write permission
.Error Message
Here's the error message I receive:
This error is repeated for each
ObjectFmgVariable
resource that Terraform tries to delete.Note
The FmgVariable in question can be deleted from GUI
Environment
Any help resolving this issue would be greatly appreciated.