From 37f5697d00970299fbaf629847cc8cc3dad55fc0 Mon Sep 17 00:00:00 2001 From: beatz174-bit Date: Thu, 23 Apr 2026 13:04:43 +1000 Subject: [PATCH] Apply gofmt to config hostname regression test --- internal/provider/config_hostname_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/provider/config_hostname_test.go b/internal/provider/config_hostname_test.go index 3cd9ae2..1ac4e92 100644 --- a/internal/provider/config_hostname_test.go +++ b/internal/provider/config_hostname_test.go @@ -16,7 +16,7 @@ func TestHostnameFromConfigIgnoresComputedAttributesDomain(t *testing.T) { configType := tftypes.Object{AttributeTypes: map[string]tftypes.Type{ "hostname": tftypes.String, - "domain": tftypes.DynamicPseudoType, + "domain": tftypes.DynamicPseudoType, }} configValue := tftypes.NewValue(configType, map[string]tftypes.Value{ "hostname": tftypes.NewValue(tftypes.String, "www.example.com"),