Skip to content

Commit 3c573a1

Browse files
authored
doc: remove EOL sentences (#2616)
1 parent 12996b1 commit 3c573a1

11 files changed

+18
-18
lines changed

docs/data-sources/data_lake_pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
subcategory: "Deprecated"
33
---
44

5-
**WARNING:** Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
5+
**WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
66

77
# Data Source: mongodbatlas_data_lake_pipeline
88

docs/data-sources/data_lake_pipeline_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
subcategory: "Deprecated"
33
---
44

5-
**WARNING:** Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
5+
**WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
66

77
# Data Source: mongodbatlas_data_lake_pipeline_run
88

docs/data-sources/data_lake_pipeline_runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
subcategory: "Deprecated"
33
---
44

5-
**WARNING:** Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
5+
**WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
66

77
# Data Source: mongodbatlas_data_lake_pipeline_runs
88

docs/data-sources/data_lake_pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
subcategory: "Deprecated"
33
---
44

5-
**WARNING:** Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
5+
**WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
66

77
# Data Source: mongodbatlas_data_lake_pipelines
88

docs/resources/data_lake_pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
subcategory: "Deprecated"
33
---
44

5-
**WARNING:** Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
5+
**WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
66

77
# Resource: mongodbatlas_data_lake_pipeline
88

examples/mongodbatlas_data_lake_pipeline/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
This project provides an example of MongoDB Atlas DataLake Pipeline.
44

5-
**WARNING:** Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
5+
**WARNING:** Data Lake is deprecated. To learn more, see <https://dochub.mongodb.org/core/data-lake-deprecation>
66

77

88
## Dependencies
99

1010
* Terraform v0.13
11-
* A MongoDB Atlas account
11+
* A MongoDB Atlas account
1212
You will also need to install the Atlas Terraform provider:
1313
```
1414
Terraform v0.13.0
@@ -28,22 +28,22 @@ Now create **terraform.tfvars** file with all the variable values and make sure
2828
Execute the following command:
2929

3030
``` bash
31-
$ terraform plan
31+
terraform plan
3232
```
3333
Review the output of `terraform plan` to make sure the changes are correct.
3434

3535
This project will deploy the following:
3636

37-
- MongoDB Atlas Project
38-
- MongoDB Atlas Cluster
39-
- MongoDB Atlas DataLake Pipeline
37+
* MongoDB Atlas Project
38+
* MongoDB Atlas Cluster
39+
* MongoDB Atlas DataLake Pipeline
4040

4141
**5\. Execute the Terraform apply.**
4242

4343
Now execute the plan to provision the Atlas Cluster and Federated settings resources.
4444

4545
``` bash
46-
$ terraform apply
46+
terraform apply
4747
```
4848

4949
**6\. Load Sample data to your recently create Atlas cluster using [AtlasCLI](https://www.mongodb.com/tools/atlas-cli)**
@@ -56,5 +56,5 @@ $ terraform apply
5656
When you finish testing, ensure you destroy the resources to avoid unnecessary Atlas charges.
5757

5858
``` bash
59-
$ terraform destroy
59+
terraform destroy
6060
```

internal/service/datalakepipeline/data_source_data_lake_pipeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
func DataSource() *schema.Resource {
1414
return &schema.Resource{
1515
ReadContext: dataSourceRead,
16-
DeprecationMessage: "Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see https://dochub.mongodb.org/core/data-lake-deprecation",
16+
DeprecationMessage: "Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. To learn more, see https://dochub.mongodb.org/core/data-lake-deprecation",
1717
Schema: map[string]*schema.Schema{
1818
"project_id": {
1919
Type: schema.TypeString,

internal/service/datalakepipeline/data_source_data_lake_pipeline_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const errorDataLakePipelineRunRead = "error reading MongoDB Atlas DataLake Run (
1616

1717
func DataSourceRun() *schema.Resource {
1818
return &schema.Resource{
19-
DeprecationMessage: "Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see https://dochub.mongodb.org/core/data-lake-deprecation",
19+
DeprecationMessage: "Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. To learn more, see https://dochub.mongodb.org/core/data-lake-deprecation",
2020
ReadContext: dataSourceRunRead,
2121
Schema: map[string]*schema.Schema{
2222
"project_id": {

internal/service/datalakepipeline/data_source_data_lake_pipeline_runs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const errorDataLakePipelineRunList = "error reading MongoDB Atlas DataLake Runs
1616

1717
func PluralDataSourceRun() *schema.Resource {
1818
return &schema.Resource{
19-
DeprecationMessage: "Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see https://dochub.mongodb.org/core/data-lake-deprecation",
19+
DeprecationMessage: "Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. To learn more, see https://dochub.mongodb.org/core/data-lake-deprecation",
2020
ReadContext: dataSourcePluralRunRead,
2121
Schema: map[string]*schema.Schema{
2222
"project_id": {

internal/service/datalakepipeline/data_source_data_lake_pipelines.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const errorDataLakePipelineList = "error creating MongoDB Atlas DataLake Pipelin
1616

1717
func PluralDataSource() *schema.Resource {
1818
return &schema.Resource{
19-
DeprecationMessage: "Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. It will be removed on September 30, 2025. If you use Data Lake, you should migrate to alternative solutions before the service is removed. To learn more, see https://dochub.mongodb.org/core/data-lake-deprecation",
19+
DeprecationMessage: "Data Lake is deprecated. As of September 2024, Data Lake is deprecated and will reach end-of-life. To learn more, see https://dochub.mongodb.org/core/data-lake-deprecation",
2020
ReadContext: dataSourcePluralRead,
2121
Schema: map[string]*schema.Schema{
2222
"project_id": {

0 commit comments

Comments
 (0)