Skip to content

Commit 1e57e44

Browse files
csanxsvc-apix-BotlantoliAgustinBettatimarcosuma
authored
chore: Fix errors after master merge (#3566)
* chore: Update CLOUDP-320243-dev-2.0.0 from master (#3435) * chore: Fix clusterapi and add acceptance tests (#3412) * applyOverrides uses all path parts * complete clusterapi config * add acc tests * update generate code * use full path attributes * undo changes to applyOverrides * remove comment * fix test check * electable_specs is not an array * fix computed * Update tools/codegen/config.yml Co-authored-by: Agustin Bettati <[email protected]> * improve comment --------- Co-authored-by: Agustin Bettati <[email protected]> * chore: Adds guide on reasons and steps for deleting a BCP-enabled cluster (#3409) * chore: adds guide to explain how to delete cluster when BCP is enabled. * update content. * adds references to the resource and data source docs. * address comments. * address comments. * remove unnecessary newlines. * update autogen resources from openapi spec (#3418) * chore: Groups compliance scripts together and adds information of compliance process in the contributing guidelines (#3420) * refactor * fix * chore: Fix PATCH in auto-generated resources (#3421) * empty lists and sets in update * update tests * add autogen:"includejsonupdate" in autogen tool * support includejsonupdate * use fieldalignment in schema files * fix unit tests * reduce linter exceptions * build(deps): bump go.mongodb.org/atlas-sdk (#3423) Co-authored-by: oarbusi <[email protected]> * chore: Bump softprops/action-gh-release from 2.2.2 to 2.3.2 (#3414) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@da05d55...72f2c25) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: Bump github.com/hashicorp/terraform-plugin-testing (#3413) Bumps [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-testing@v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-testing dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix TestAccConfigDSOrganization_noAccessShouldFail (#3426) * feat: Adds support for cluster_project_id field for stream_connection (#3424) * chore: Updates CHANGELOG.md for #3424 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Leo Antoli <[email protected]> Co-authored-by: Agustin Bettati <[email protected]> Co-authored-by: Marco Suma <[email protected]> Co-authored-by: Oriol <[email protected]> Co-authored-by: oarbusi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kush Patel <[email protected]> * minor * Updated SDK --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: svc-apix-Bot <[email protected]> Co-authored-by: Leo Antoli <[email protected]> Co-authored-by: Agustin Bettati <[email protected]> Co-authored-by: Marco Suma <[email protected]> Co-authored-by: Oriol <[email protected]> Co-authored-by: oarbusi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kush Patel <[email protected]> Co-authored-by: maastha <[email protected]> Co-authored-by: Cristina Sánchez Sánchez <[email protected]>
1 parent 3e0452b commit 1e57e44

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

internal/service/clouduserorgassignment/data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
7+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
88

99
"github.com/hashicorp/terraform-plugin-framework/datasource"
1010

internal/service/clouduserorgassignment/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package clouduserorgassignment
33
import (
44
"context"
55

6-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
6+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
77

88
"github.com/hashicorp/terraform-plugin-framework/attr"
99
"github.com/hashicorp/terraform-plugin-framework/diag"

internal/service/clouduserorgassignment/model_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66
"time"
77

8-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
8+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
99

1010
"github.com/hashicorp/terraform-plugin-framework/attr"
1111
"github.com/hashicorp/terraform-plugin-framework/types"

internal/service/clouduserorgassignment/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"net/http"
77
"regexp"
88

9-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
9+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
1010

1111
"github.com/hashicorp/terraform-plugin-framework/path"
1212
"github.com/hashicorp/terraform-plugin-framework/resource"

internal/service/clouduserorgassignment/resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strings"
99
"testing"
1010

11-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
11+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
1212

1313
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1414
"github.com/hashicorp/terraform-plugin-testing/terraform"

internal/service/clouduserteamassignment/data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"github.com/hashicorp/terraform-plugin-framework/datasource"
88
"github.com/mongodb/terraform-provider-mongodbatlas/internal/config"
9-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
9+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
1010
)
1111

1212
var _ datasource.DataSource = &cloudUserTeamAssignmentDS{}

internal/service/clouduserteamassignment/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/hashicorp/terraform-plugin-framework/diag"
77
"github.com/hashicorp/terraform-plugin-framework/types"
88
"github.com/mongodb/terraform-provider-mongodbatlas/internal/common/conversion"
9-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
9+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
1010
)
1111

1212
func NewTFUserTeamAssignmentModel(ctx context.Context, apiResp *admin.OrgUserResponse) (*TFUserTeamAssignmentModel, diag.Diagnostics) {

internal/service/clouduserteamassignment/model_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/hashicorp/terraform-plugin-framework/types"
1010
"github.com/mongodb/terraform-provider-mongodbatlas/internal/service/clouduserteamassignment"
1111
"github.com/stretchr/testify/assert"
12-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
12+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
1313
)
1414

1515
const (

internal/service/clouduserteamassignment/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/mongodb/terraform-provider-mongodbatlas/internal/common/conversion"
1212
"github.com/mongodb/terraform-provider-mongodbatlas/internal/common/validate"
1313
"github.com/mongodb/terraform-provider-mongodbatlas/internal/config"
14-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
14+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
1515
)
1616

1717
const (

internal/service/organization/data_source_organization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
99
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
10-
"go.mongodb.org/atlas-sdk/v20250312005/admin"
10+
"go.mongodb.org/atlas-sdk/v20250312006/admin"
1111

1212
"github.com/mongodb/terraform-provider-mongodbatlas/internal/common/conversion"
1313
"github.com/mongodb/terraform-provider-mongodbatlas/internal/common/dsschema"

0 commit comments

Comments
 (0)