From 5db7d5d8a88c070a83e8cfe11d172be359379e9e Mon Sep 17 00:00:00 2001 From: beatz174-bit Date: Thu, 23 Apr 2026 14:00:11 +1000 Subject: [PATCH] Fix gofmt import indentation in dns record resource --- internal/provider/resource_dns_record.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/resource_dns_record.go b/internal/provider/resource_dns_record.go index 1f9d3ac..759b74a 100644 --- a/internal/provider/resource_dns_record.go +++ b/internal/provider/resource_dns_record.go @@ -9,7 +9,7 @@ import ( "github.com/hashicorp/terraform-plugin-framework-validators/int64validator" "github.com/hashicorp/terraform-plugin-framework-validators/stringvalidator" - "github.com/hashicorp/terraform-plugin-framework/resource" + "github.com/hashicorp/terraform-plugin-framework/resource" "github.com/hashicorp/terraform-plugin-framework/resource/schema" "github.com/hashicorp/terraform-plugin-framework/schema/validator" "github.com/hashicorp/terraform-plugin-framework/types"