diff --git a/azurerm/internal/services/iothub/iothub_consumer_group_resource.go b/azurerm/internal/services/iothub/iothub_consumer_group_resource.go index 807e4ec2901f..02850f103e05 100644 --- a/azurerm/internal/services/iothub/iothub_consumer_group_resource.go +++ b/azurerm/internal/services/iothub/iothub_consumer_group_resource.go @@ -2,7 +2,6 @@ package iothub import ( "fmt" - "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/locks" "log" "time" @@ -12,6 +11,7 @@ import ( "github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/validate" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/clients" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/features" + "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/locks" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/timeouts" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils" ) diff --git a/azurerm/internal/services/iothub/iothub_shared_access_policy_resource.go b/azurerm/internal/services/iothub/iothub_shared_access_policy_resource.go index eb7b74aaa14f..fe394e6196c4 100644 --- a/azurerm/internal/services/iothub/iothub_shared_access_policy_resource.go +++ b/azurerm/internal/services/iothub/iothub_shared_access_policy_resource.go @@ -21,8 +21,6 @@ import ( "github.com/terraform-providers/terraform-provider-azurerm/azurerm/utils" ) -var IothubSharedAccessPolicyResourceName = "azurerm_iothub_shared_access_policy" - func resourceArmIotHubSharedAccessPolicy() *schema.Resource { return &schema.Resource{ Create: resourceArmIotHubSharedAccessPolicyCreateUpdate,