Skip to content

Commit

Permalink
fix(no-release): Mandatory use of ID as ipip resource identifier
Browse files Browse the repository at this point in the history
Fixes: #346
  • Loading branch information
vaerh committed Feb 6, 2024
1 parent e7bd8dd commit 77a357f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
9 changes: 0 additions & 9 deletions routeros/resource_interface_ipip.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ func ResourceInterfaceIPIP() *schema.Resource {
StateContext: schema.ImportStatePassthroughContext,
},

SchemaVersion: 1,
StateUpgraders: []schema.StateUpgrader{
{
Type: ResourceInterfaceIPIPV0().CoreConfigSchema().ImpliedType(),
Upgrade: stateMigrationNameToId(resSchema[MetaResourcePath].Default.(string)),
Version: 0,
},
},

Schema: resSchema,
}
}
30 changes: 0 additions & 30 deletions routeros/resource_interface_ipip_v0.go

This file was deleted.

0 comments on commit 77a357f

Please sign in to comment.