Skip to content

Commit

Permalink
chore: remove deprecation warnings in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Oct 10, 2024
1 parent 617716e commit 83a11ef
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docs/data-sources/advanced_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### labels

**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.

* `key` - The key that you want to write.
Expand Down
2 changes: 0 additions & 2 deletions docs/data-sources/advanced_clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### labels

**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.

* `key` - The key that you want to write.
Expand Down
2 changes: 0 additions & 2 deletions docs/data-sources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### Labels

**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.

* `key` - The key that you want to write.
Expand Down
2 changes: 0 additions & 2 deletions docs/data-sources/clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### Labels

**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.

* `key` - The key that you want to write.
Expand Down
2 changes: 0 additions & 2 deletions docs/resources/advanced_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,6 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### labels

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

```terraform
labels {
key = "Key 1"
Expand Down
2 changes: 0 additions & 2 deletions docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,6 @@ To learn more, see [Resource Tags](https://dochub.mongodb.org/core/add-cluster-t

### Labels

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

```terraform
labels {
key = "Key 1"
Expand Down

0 comments on commit 83a11ef

Please sign in to comment.