Skip to content
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
6 changes: 5 additions & 1 deletion .github/templates/run-script-and-commit/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ inputs:
description: "Path to the repository."
default: ""
required: false

branch:
description: "Branch to checkout."
default: ""
required: false
runs:
using: "composite"
steps:
Expand All @@ -37,6 +40,7 @@ runs:
with:
fetch-depth: 0
token: ${{ inputs.apix_bot_pat }}
ref: ${{ inputs.branch }}

- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }}
gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }}
branch: master-v1

update-changelog-header:
needs:
Expand All @@ -93,6 +94,7 @@ jobs:
remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }}
gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }}
branch: master-v1

create-tag:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -241,3 +243,4 @@ jobs:
remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }}
gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }}
branch: master-v1
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
## (Unreleased)

BUG FIXES:

* resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725))

## 1.41.1 (October 01, 2025)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shoud we have the changelog in publication date or release version order? I think it would be better to have 1.41.1 before 2.0.0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will discuss offline


BUG FIXES:

* resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725))
* provider: Fixes STS region resolution when using cross-region authentication ([#3718](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3718))

## 2.0.1 (October 01, 2025)

Expand Down
30 changes: 0 additions & 30 deletions compliance/v1.41.1/ssdlc-compliance-1.41.1.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/data-sources/alert_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ output "alert_output" {
```

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

## Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/privatelink_endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data "mongodbatlas_privatelink_endpoint" "test" {
```

### Available complete examples
- [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)
- [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)

## Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/privatelink_endpoint_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ data "mongodbatlas_privatelink_endpoint_service" "test" {
```

### Available complete examples
- [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)
- [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)

## Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ We ship binaries but do not prioritize fixes for the following operating system
## Examples from MongoDB and the Community

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

Have a good example you've created and want to share?
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/access_list_api_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "mongodbatlas_access_list_api_key" "test" {
```

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

## Argument Reference

Expand Down
22 changes: 11 additions & 11 deletions docs/resources/advanced_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,20 +449,20 @@ output "endpoint_service_connection_string" {
# Example return string: connection_string = "mongodb+srv://cluster-atlas-pl-0.ygo1m.mongodb.net"
```
Refer to the following for full privatelink endpoint connection string examples:
* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp)
* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure)
* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded)
* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp)
* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure)
* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded)


### Further Examples
- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster)
- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard)
- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/global-cluster)
- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/multi-cloud)
- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade)
- [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)
- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_cluster_to_advanced_cluster/basic)
- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster)
- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard)
- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/global-cluster)
- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/multi-cloud)
- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade)
- [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)
- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_cluster_to_advanced_cluster/basic)

## Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/alert_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ resource "mongodbatlas_alert_configuration" "test" {
```

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


## Argument Reference
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/api_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "mongodbatlas_api_key" "test" {
```

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

## Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/api_key_project_assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "mongodbatlas_access_list_api_key" "this" {
```

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

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/backup_compliance_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ resource "mongodbatlas_backup_compliance_policy" "backup_policy" {
```

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

## Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cloud_backup_schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ resource "mongodbatlas_cloud_backup_schedule" "test" {


### Further Examples
- [Cloud Backup Schedule](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_schedule)
- [Cloud Backup Schedule](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_schedule)

## Argument Reference

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/cloud_backup_snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" {
```

### Further Examples
- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time)
- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster)
- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time)
- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster)

## Argument Reference

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/cloud_backup_snapshot_export_bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ resource "mongodbatlas_cloud_backup_snapshot_export_bucket" "test" {
```

### Further Examples
- [AWS Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/aws)
- [Azure Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/azure)
- [AWS Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/aws)
- [Azure Cloud Backup Snapshot Export Bucket](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_bucket/azure)

## Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cloud_backup_snapshot_export_job.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "mongodbatlas_cloud_backup_schedule" "backup" {
```

### Further Examples
- [Cloud Backup Snapshot Export Job](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_export_job)
- [Cloud Backup Snapshot Export Job](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_export_job)

## Argument Reference

Expand Down
4 changes: 2 additions & 2 deletions docs/resources/cloud_backup_snapshot_restore_job.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ resource "mongodbatlas_cloud_backup_snapshot_restore_job" "test" {
```

### Further Examples
- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time)
- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster)
- [Restore from backup snapshot at point in time](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time)
- [Restore from backup snapshot using an advanced cluster resource](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_backup_snapshot_restore_job/point-in-time-advanced-cluster)

## Argument Reference

Expand Down
8 changes: 4 additions & 4 deletions docs/resources/cloud_provider_access_authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Terraform MongoDB Atlas Provider offers a two-resource path to perform an au
- The second resource, `mongodbatlas_cloud_provider_access_authorization`, helps to perform the authorization using the `role_id` of the first resource.

This path is helpful in a multi-provider Terraform file, and allows for a single and decoupled apply.
See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp).
See example of this two-resource path option with AWS Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws), AZURE Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure) and GCP Cloud [here](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp).


## mongodbatlas_cloud_provider_access_authorization
Expand Down Expand Up @@ -85,9 +85,9 @@ resource "mongodbatlas_cloud_provider_access_authorization" "auth_role" {
```

### Further Examples
- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/aws)
- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/azure)
- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_cloud_provider_access/gcp)
- [AWS Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/aws)
- [Azure Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/azure)
- [GCP Cloud Provider Access](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_cloud_provider_access/gcp)


## Argument Reference
Expand Down
Loading