- Notifications
You must be signed in to change notification settings - Fork3
Description
I deleted a template outside of terraform because it was broken and I had issues with adding an additional parameter to it.
When I ran a terraform plan afterwards to restore the template, it failed with the following error:
╷
│ Error: Client Error
│
│ with coderd_template.templates["kubernetes"],
│ on templates.tf line 2, in resource "coderd_template" "templates":
│ 2: resource "coderd_template" "templates" {
│
│ Failed to get template: GET
│https://REDACTED/api/v2/templates/REDACTED:
│ unexpected status code 404: Resource not found or you do not have access to
│ this resource
╵
I would have expected the provider to detect changes outside of terraform and be able to handle them
Metadata
Metadata
Assignees
Labels
No labels