diff --git a/docs/resources/port_aggregation_properties.md b/docs/resources/port_aggregation_properties.md index b3c4f83d..9e7bb42c 100644 --- a/docs/resources/port_aggregation_properties.md +++ b/docs/resources/port_aggregation_properties.md @@ -3,8 +3,8 @@ page_title: "port_aggregation_properties Resource - terraform-provider-port-labs" subcategory: "" description: |- - Aggregation Property - This resource allows you to manage an aggregation property. + Aggregation Properties + This resource allows you to manage aggregation properties of a blueprint. See the Port documentation https://docs.getport.io/build-your-software-catalog/define-your-data-model/setup-blueprint/properties/aggregation-properties/ for more information about aggregation properties. Supported Methods: count_entities - Count the entities of the target blueprintaverage_entities - Average the entities of the target blueprint by time periodsaveragebyproperty - Calculate the average by property value of the target entitiesaggregatebyproperty - Calculate the aggregate by property value of the target entities, such as sum, min, max, median @@ -272,9 +272,9 @@ description: |- # port_aggregation_properties (Resource) -# Aggregation Property +# Aggregation Properties -This resource allows you to manage an aggregation property. +This resource allows you to manage aggregation properties of a blueprint. See the [Port documentation](https://docs.getport.io/build-your-software-catalog/define-your-data-model/setup-blueprint/properties/aggregation-properties/) for more information about aggregation properties. diff --git a/port/aggregation-properties/schema.go b/port/aggregation-properties/schema.go index 45b0ee46..8de8763e 100644 --- a/port/aggregation-properties/schema.go +++ b/port/aggregation-properties/schema.go @@ -141,9 +141,9 @@ func (r *AggregationPropertiesResource) Schema(ctx context.Context, req resource var AggregationPropertyResourceMarkdownDescription = ` -# Aggregation Property +# Aggregation Properties -This resource allows you to manage an aggregation property. +This resource allows you to manage aggregation properties of a blueprint. See the [Port documentation](https://docs.getport.io/build-your-software-catalog/define-your-data-model/setup-blueprint/properties/aggregation-properties/) for more information about aggregation properties.