diff --git a/azurerm/internal/services/privatedns/data_source_private_dns_zone.go b/azurerm/internal/services/privatedns/data_source_private_dns_zone.go index 83cb4d2fe905..4310d3de0001 100644 --- a/azurerm/internal/services/privatedns/data_source_private_dns_zone.go +++ b/azurerm/internal/services/privatedns/data_source_private_dns_zone.go @@ -3,12 +3,12 @@ package privatedns import ( "context" "fmt" - "github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure" "time" "github.com/Azure/azure-sdk-for-go/services/privatedns/mgmt/2018-09-01/privatedns" "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-05-01/resources" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" + "github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/azure" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/clients" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/tags" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/timeouts" diff --git a/azurerm/internal/services/privatedns/tests/data_source_private_dns_zone_test.go b/azurerm/internal/services/privatedns/tests/data_source_private_dns_zone_test.go index b7cb14ff502b..94589ba11a7b 100644 --- a/azurerm/internal/services/privatedns/tests/data_source_private_dns_zone_test.go +++ b/azurerm/internal/services/privatedns/tests/data_source_private_dns_zone_test.go @@ -141,7 +141,7 @@ func testAccDataSourcePrivateDNSZone_onlyName(data acceptance.TestData, resource %s data "azurerm_private_dns_zone" "test" { - name = azurerm_private_dns_zone.test.name + name = azurerm_private_dns_zone.test.name } `, template) }