diff --git a/internal/resources/metal/organization/datasource_schema.go b/internal/resources/metal/organization/datasource_schema.go index c891d1cab..4c4dbac7a 100644 --- a/internal/resources/metal/organization/datasource_schema.go +++ b/internal/resources/metal/organization/datasource_schema.go @@ -47,8 +47,8 @@ func dataSourceSchema(ctx context.Context) schema.Schema { }, "logo": schema.StringAttribute{ DeprecationMessage: "Empty string is the only valid value. Support for this field has been removed from the API", - Description: "**Deprecated** Logo URL", - Computed: true, + Description: "**Deprecated** Logo URL", + Computed: true, }, "project_ids": schema.ListAttribute{ diff --git a/internal/resources/metal/organization/resource_schema.go b/internal/resources/metal/organization/resource_schema.go index bd2d687c7..dabab1277 100644 --- a/internal/resources/metal/organization/resource_schema.go +++ b/internal/resources/metal/organization/resource_schema.go @@ -41,10 +41,10 @@ func GetResourceSchema(ctx context.Context) schema.Schema { }, "logo": schema.StringAttribute{ DeprecationMessage: "The default (empty string) is the only valid value. Support for this field has been removed from the API", - Description: "**Deprecated** Logo URL", - Optional: true, - Computed: true, - Default: stringdefault.StaticString(""), + Description: "**Deprecated** Logo URL", + Optional: true, + Computed: true, + Default: stringdefault.StaticString(""), }, "created": schema.StringAttribute{ Computed: true,