Skip to content

Commit 1935050

Browse files
committed
chore: Update example links in registry docs for v1.41.1 release
1 parent 33f1365 commit 1935050

File tree

70 files changed

+127
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+127
-127
lines changed

docs/data-sources/alert_configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ output "alert_output" {
3434
```
3535

3636
Refer to the following for a full example on using this data_source as a tool to import all resources:
37-
* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/atlas-alert-configurations)
37+
* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/atlas-alert-configurations)
3838

3939
## Argument Reference
4040

docs/data-sources/privatelink_endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data "mongodbatlas_privatelink_endpoint" "test" {
2828
```
2929

3030
### Available complete examples
31-
- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
31+
- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
3232

3333
## Argument Reference
3434

docs/data-sources/privatelink_endpoint_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ data "mongodbatlas_privatelink_endpoint_service" "test" {
7878
```
7979

8080
### Available complete examples
81-
- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
81+
- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
8282

8383
## Argument Reference
8484

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ We ship binaries but do not prioritize fixes for the following operating system
296296
## Examples from MongoDB and the Community
297297

298298
<!-- NOTE: the below examples link is updated during the release process, when doing changes in the following sentence verify scripts/update-examples-reference-in-docs.sh is not impacted-->
299-
We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples)
299+
We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples)
300300
in our GitHub repo that will help both beginner and more advanced users.
301301

302302
Have a good example you've created and want to share?

docs/resources/access_list_api_key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "mongodbatlas_access_list_api_key" "test" {
3737
```
3838

3939
### Further Examples
40-
- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key)
40+
- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key)
4141

4242
## Argument Reference
4343

docs/resources/advanced_cluster.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -449,20 +449,20 @@ output "endpoint_service_connection_string" {
449449
# Example return string: connection_string = "mongodb+srv://cluster-atlas-pl-0.ygo1m.mongodb.net"
450450
```
451451
Refer to the following for full privatelink endpoint connection string examples:
452-
* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp)
453-
* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure)
454-
* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
455-
* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded)
452+
* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp)
453+
* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure)
454+
* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
455+
* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded)
456456

457457

458458
### Further Examples
459-
- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster)
460-
- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard)
461-
- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/global-cluster)
462-
- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/multi-cloud)
463-
- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade)
464-
- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv)
465-
- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_cluster_to_advanced_cluster/basic)
459+
- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster)
460+
- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard)
461+
- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/global-cluster)
462+
- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/multi-cloud)
463+
- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade)
464+
- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv)
465+
- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_cluster_to_advanced_cluster/basic)
466466

467467
## Argument Reference
468468

docs/resources/alert_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ resource "mongodbatlas_alert_configuration" "test" {
137137
```
138138

139139
### Further Examples
140-
- [Alert Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_alert_configuration)
140+
- [Alert Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_alert_configuration)
141141

142142

143143
## Argument Reference

docs/resources/api_key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resource "mongodbatlas_api_key" "test" {
1919
```
2020

2121
### Further Examples
22-
- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key)
22+
- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key)
2323

2424
## Argument Reference
2525

docs/resources/api_key_project_assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "mongodbatlas_access_list_api_key" "this" {
4646
```
4747

4848
### Further Examples
49-
- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key_assignment)
49+
- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key_assignment)
5050

5151
<!-- schema generated by tfplugindocs -->
5252
## Schema

docs/resources/backup_compliance_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ resource "mongodbatlas_backup_compliance_policy" "backup_policy" {
137137
```
138138

139139
### Further Examples
140-
- [Backup Compliance Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_backup_compliance_policy/resource)
140+
- [Backup Compliance Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_backup_compliance_policy/resource)
141141

142142
## Argument Reference
143143

0 commit comments

Comments
 (0)