Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Jan 15, 2024
1 parent e988686 commit a25c3bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/resources/port_aggregation_properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions port/aggregation-properties/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a25c3bd

Please sign in to comment.