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"),