Skip to content

Commit

Permalink
fix(vrf): Change import method
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed May 17, 2024
1 parent e7b3131 commit 915df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_ip_vrf.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func ResourceIPVrf() *schema.Resource {
UpdateContext: DefaultUpdate(resSchema),
DeleteContext: DefaultDelete(resSchema),
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
StateContext: ImportStateCustomContext(resSchema),
},

Schema: resSchema,
Expand Down

0 comments on commit 915df28

Please sign in to comment.