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
╷
│ Error: Unable to read template
│
│ status: 400, body: {"error":{"code":"Base.1.0.GeneralError","message":"A
│ general error has occurred. See ExtendedInfo for more
│ information.","@Message.ExtendedInfo":[{"MessageId":"CTEM1026","RelatedProperties":[],"Message":"Unable
│ to process the request because the template ID 59 provided is
│ invalid.","MessageArgs":["59"],"Severity":"Informational","Resolution":"Enter
│ a valid template ID and retry the operation. For information about valid
│ template IDs. Refer to the API Guide or Product Guide available on the
│ support site."}]}}
╵
Error: Failed to perform terraform plan. Unexpected exit code: 1
Steps to Reproduce
Create an ome_template resource via terraform. Delete the resource from the GUI and run terraform plan
Expected Behavior
The Terraform plan succeeds.
If the resource is still declared in the code, create a new deployment template.
If the resource is not declared in the code, Terraform will not see changes as being necessary.
Actual Behavior
The terraform plan operation fails with the error mentioned previously.
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Bug Description
If a resource created via Terraform is deleted in the GUI, this will result in an error when attempting to run another terraform operation.
Normally, I think you'd check if the error returned from
terraform-provider-ome/ome/resource_template.go
Line 581 in dd14c20
Resource or DataSource Name
ome_template
Terraform Version
1.5.4
go Version
n/a
OME Version
3.10.0 (Build 169)
Operating System
Linux
Terraform File Used
Logs
Steps to Reproduce
Create an
ome_template
resource via terraform. Delete the resource from the GUI and runterraform plan
Expected Behavior
The Terraform plan succeeds.
If the resource is still declared in the code, create a new deployment template.
If the resource is not declared in the code, Terraform will not see changes as being necessary.
Actual Behavior
The
terraform plan
operation fails with the error mentioned previously.Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: