From fcc0c858a3b53a4b46336afaa853abbd2644de47 Mon Sep 17 00:00:00 2001 From: Anton Troyanov Date: Mon, 9 Oct 2023 15:39:42 +0400 Subject: [PATCH] fixup! Add datasources for machine and physical nic --- maas/data_source_maas_machine.go | 2 +- maas/data_source_maas_network_interface_physical.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maas/data_source_maas_machine.go b/maas/data_source_maas_machine.go index d943351e..98c0c8c7 100644 --- a/maas/data_source_maas_machine.go +++ b/maas/data_source_maas_machine.go @@ -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 { diff --git a/maas/data_source_maas_network_interface_physical.go b/maas/data_source_maas_network_interface_physical.go index dd5add35..1613c721 100644 --- a/maas/data_source_maas_network_interface_physical.go +++ b/maas/data_source_maas_network_interface_physical.go @@ -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 {