Skip to content

Commit fd8ff73

Browse files
committed
chore: Update example links in registry docs for v2.3.0 release
1 parent b7477a2 commit fd8ff73

File tree

71 files changed

+137
-137
lines changed

Some content is hidden

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

71 files changed

+137
-137
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.2.0/examples/atlas-alert-configurations)
37+
* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/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.2.0/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/v2.3.0/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.2.0/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/v2.3.0/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
@@ -188,7 +188,7 @@ The MongoDB Atlas Provider supports multiple operating systems and architectures
188188
## Examples from MongoDB and the Community
189189

190190
<!-- 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-->
191-
We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples)
191+
We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples)
192192
in our GitHub repo that will help both beginner and more advanced users.
193193

194194
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.2.0/examples/mongodbatlas_api_key)
40+
- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_api_key)
4141

4242
## Argument Reference
4343

docs/resources/advanced_cluster.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ output "actual_instance_size" {
106106
}
107107
```
108108

109-
**For module authors:** See the [Effective Fields Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/master/examples/mongodbatlas_advanced_cluster/effective_fields) for complete examples of using `use_effective_fields` and effective specs in reusable Terraform modules.
109+
**For module authors:** See the [Effective Fields Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/effective_fields) for complete examples of using `use_effective_fields` and effective specs in reusable Terraform modules.
110110

111111
### Example Tenant Cluster
112112

@@ -502,30 +502,30 @@ output "endpoint_service_connection_string" {
502502
# Example return string: connection_string = "mongodb+srv://cluster-atlas-pl-0.ygo1m.mongodb.net"
503503
```
504504
Refer to the following for full privatelink endpoint connection string examples:
505-
* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_privatelink_endpoint/gcp)
506-
* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_privatelink_endpoint/azure)
507-
* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
508-
* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded)
505+
* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_privatelink_endpoint/gcp)
506+
* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_privatelink_endpoint/azure)
507+
* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
508+
* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded)
509509

510510

511511
### Further Examples
512512

513513
**Cluster Types:**
514-
- [Replicaset](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/replicaset)
515-
- [Symmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/symmetric-sharded-cluster)
516-
- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster)
517-
- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/global-cluster)
518-
- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/multi-cloud)
514+
- [Replicaset](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/replicaset)
515+
- [Symmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/symmetric-sharded-cluster)
516+
- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster)
517+
- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/global-cluster)
518+
- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/multi-cloud)
519519

520520
**Auto-scaling:**
521-
- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard)
522-
- [Effective Fields Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/effective_fields)
521+
- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard)
522+
- [Effective Fields Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/effective_fields)
523523

524524
**Upgrades & Migrations:**
525-
- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/tenant-upgrade)
526-
- [Flex Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/flex-upgrade)
527-
- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv)
528-
- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.2.0/examples/migrate_cluster_to_advanced_cluster/basic)
525+
- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/tenant-upgrade)
526+
- [Flex Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/flex-upgrade)
527+
- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv)
528+
- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/migrate_cluster_to_advanced_cluster/basic)
529529

530530
## Argument Reference
531531

@@ -928,7 +928,7 @@ This workflow allows you to set specific baseline values from which auto-scaling
928928

929929
### Terraform Modules
930930

931-
`use_effective_fields` is particularly valuable for reusable Terraform modules. Without it, separate module implementations are required (one with lifecycle blocks for auto-scaling, one without). With `use_effective_fields`, a single module handles both scenarios without lifecycle blocks. See the [Effective Fields Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/master/examples/mongodbatlas_advanced_cluster/effective_fields) for complete implementations.
931+
`use_effective_fields` is particularly valuable for reusable Terraform modules. Without it, separate module implementations are required (one with lifecycle blocks for auto-scaling, one without). With `use_effective_fields`, a single module handles both scenarios without lifecycle blocks. See the [Effective Fields Examples](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_advanced_cluster/effective_fields) for complete implementations.
932932

933933
### Migration path and version 3.x
934934

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.2.0/examples/mongodbatlas_alert_configuration)
140+
- [Alert Configuration](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/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.2.0/examples/mongodbatlas_api_key)
22+
- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/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.2.0/examples/mongodbatlas_api_key_assignment)
49+
- [Assign API Key to Project](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/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.2.0/examples/mongodbatlas_backup_compliance_policy/resource)
140+
- [Backup Compliance Policy](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.3.0/examples/mongodbatlas_backup_compliance_policy/resource)
141141

142142
## Argument Reference
143143

0 commit comments

Comments
 (0)