diff --git a/datadog/fwprovider/resource_datadog_spans_metric.go b/datadog/fwprovider/resource_datadog_spans_metric.go index fd24f71bd2..34eb576f46 100644 --- a/datadog/fwprovider/resource_datadog_spans_metric.go +++ b/datadog/fwprovider/resource_datadog_spans_metric.go @@ -106,6 +106,7 @@ func (r *spansMetricResource) Schema(_ context.Context, _ resource.SchemaRequest }, "include_percentiles": schema.BoolAttribute{ Optional: true, + Computed: true, Description: "Toggle to include or exclude percentile aggregations for distribution metrics. Only present when the `aggregation_type` is `distribution`.", }, "path": schema.StringAttribute{