Skip to content

Commit

Permalink
fixup! Add datasources for machine and physical nic
Browse files Browse the repository at this point in the history
  • Loading branch information
troyanov authored and skatsaounis committed Nov 16, 2023
1 parent de12350 commit fcc0c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maas/data_source_maas_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/ionutbalutoiu/gomaasclient/client"
"github.com/maas/gomaasclient/client"
)

func dataSourceMaasMachine() *schema.Resource {
Expand Down
2 changes: 1 addition & 1 deletion maas/data_source_maas_network_interface_physical.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/ionutbalutoiu/gomaasclient/client"
"github.com/maas/gomaasclient/client"
)

func dataSourceMaasNetworkInterfacePhysical() *schema.Resource {
Expand Down

0 comments on commit fcc0c85

Please sign in to comment.