Skip to content

Commit

Permalink
d/virtual_hub_route_table: removing import support
Browse files Browse the repository at this point in the history
This isn't valid for Data Sources, so should be removed
  • Loading branch information
tombuildsstuff committed Nov 8, 2023
1 parent 7992b47 commit 8f89d33
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ func dataSourceVirtualHubRouteTable() *pluginsdk.Resource {
Read: pluginsdk.DefaultTimeout(5 * time.Minute),
},

Importer: pluginsdk.ImporterValidatingResourceId(func(id string) error {
_, err := parse.HubRouteTableID(id)
return err
}),

Schema: map[string]*pluginsdk.Schema{
"name": {
Type: pluginsdk.TypeString,
Expand Down

0 comments on commit 8f89d33

Please sign in to comment.