Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Updates dos for Cluster labels delay sunset in Admin API #2131

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/d/advanced_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### labels

**WARNING:** This property is deprecated and will be removed by September 2024, use the `tags` attribute instead.
**WARNING:** This property is deprecated and will be removed in the future, use the `tags` attribute instead.

Key-value pairs that categorize the cluster. Each key and value has a maximum length of 255 characters. You cannot set the key `Infrastructure Tool`, it is used for internal purposes to track aggregate usage.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/advanced_clusters.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### labels

**WARNING:** This property is deprecated and will be removed by September 2024, use the `tags` attribute instead.
**WARNING:** This property is deprecated and will be removed in the future, use the `tags` attribute instead.

Key-value pairs that categorize the cluster. Each key and value has a maximum length of 255 characters. You cannot set the key `Infrastructure Tool`, it is used for internal purposes to track aggregate usage.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### Labels

**WARNING:** This property is deprecated and will be removed by September 2024, use the `tags` attribute instead.
**WARNING:** This property is deprecated and will be removed in the future, use the `tags` attribute instead.

Key-value pairs that categorize the cluster. Each key and value has a maximum length of 255 characters. You cannot set the key `Infrastructure Tool`, it is used for internal purposes to track aggregate usage.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/clusters.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### Labels

**WARNING:** This property is deprecated and will be removed by September 2024, use the `tags` attribute instead.
**WARNING:** This property is deprecated and will be removed in the future, use the `tags` attribute instead.

Key-value pairs that categorize the cluster. Each key and value has a maximum length of 255 characters. You cannot set the key `Infrastructure Tool`, it is used for internal purposes to track aggregate usage.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/advanced_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### labels

**WARNING:** This property is deprecated and will be removed by September 2024, use the `tags` attribute instead.
**WARNING:** This property is deprecated and will be removed in the future, use the `tags` attribute instead.

```terraform
labels {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### Labels

**WARNING:** This property is deprecated and will be removed by September 2024, use the `tags` attribute instead.
**WARNING:** This property is deprecated and will be removed in the future, use the `tags` attribute instead.

```terraform
labels {
Expand Down
Loading