Skip to content

Commit

Permalink
Upgrade terraform-provider-mongodbatlas to v1.13.1 (#335)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider
pulumi/pulumi-mongodbatlas`.

---

- Upgrading terraform-provider-mongodbatlas from 1.13.0  to 1.13.1.
	Fixes #333
  • Loading branch information
iwahbe authored Nov 27, 2023
1 parent fac397c commit 213a523
Show file tree
Hide file tree
Showing 47 changed files with 1,559 additions and 71 deletions.
21 changes: 21 additions & 0 deletions provider/cmd/pulumi-resource-mongodbatlas/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,9 @@
"data_expiration_rule": {
"maxItemsOne": true
},
"data_process_region": {
"maxItemsOne": true
},
"partition_fields": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -2231,6 +2234,9 @@
"data_expiration_rule": {
"maxItemsOne": false
},
"data_process_region": {
"maxItemsOne": false
},
"partition_fields": {
"maxItemsOne": false
},
Expand All @@ -2253,6 +2259,9 @@
"data_expiration_rule": {
"maxItemsOne": false
},
"data_process_region": {
"maxItemsOne": false
},
"partition_fields": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -3339,6 +3348,9 @@
"mongodbatlas:index/OnlineArchiveDataExpirationRule:OnlineArchiveDataExpirationRule": {
"expireAfterDays": "expire_after_days"
},
"mongodbatlas:index/OnlineArchiveDataProcessRegion:OnlineArchiveDataProcessRegion": {
"cloudProvider": "cloud_provider"
},
"mongodbatlas:index/OnlineArchivePartitionField:OnlineArchivePartitionField": {
"fieldName": "field_name",
"fieldType": "field_type"
Expand Down Expand Up @@ -5168,6 +5180,7 @@
"collectionType": "collection_type",
"criterias": "criteria",
"dataExpirationRules": "data_expiration_rule",
"dataProcessRegions": "data_process_region",
"dbName": "db_name",
"partitionFields": "partition_fields",
"projectId": "project_id",
Expand All @@ -5181,6 +5194,9 @@
"mongodbatlas:index/getOnlineArchiveDataExpirationRule:getOnlineArchiveDataExpirationRule": {
"expireAfterDays": "expire_after_days"
},
"mongodbatlas:index/getOnlineArchiveDataProcessRegion:getOnlineArchiveDataProcessRegion": {
"cloudProvider": "cloud_provider"
},
"mongodbatlas:index/getOnlineArchivePartitionField:getOnlineArchivePartitionField": {
"fieldName": "field_name",
"fieldType": "field_type"
Expand All @@ -5205,6 +5221,7 @@
"collectionType": "collection_type",
"criterias": "criteria",
"dataExpirationRules": "data_expiration_rule",
"dataProcessRegions": "data_process_region",
"dbName": "db_name",
"partitionFields": "partition_fields",
"projectId": "project_id",
Expand All @@ -5218,6 +5235,9 @@
"mongodbatlas:index/getOnlineArchivesResultDataExpirationRule:getOnlineArchivesResultDataExpirationRule": {
"expireAfterDays": "expire_after_days"
},
"mongodbatlas:index/getOnlineArchivesResultDataProcessRegion:getOnlineArchivesResultDataProcessRegion": {
"cloudProvider": "cloud_provider"
},
"mongodbatlas:index/getOnlineArchivesResultPartitionField:getOnlineArchivesResultPartitionField": {
"fieldName": "field_name",
"fieldType": "field_type"
Expand Down Expand Up @@ -5657,6 +5677,7 @@
"collName": "coll_name",
"collectionType": "collection_type",
"dataExpirationRule": "data_expiration_rule",
"dataProcessRegion": "data_process_region",
"dbName": "db_name",
"partitionFields": "partition_fields",
"projectId": "project_id",
Expand Down
96 changes: 93 additions & 3 deletions provider/cmd/pulumi-resource-mongodbatlas/schema.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ go 1.21
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230912190043-e6d96b3b8f7e

require (
github.com/mongodb/terraform-provider-mongodbatlas v1.13.0
github.com/mongodb/terraform-provider-mongodbatlas v1.13.1
github.com/pulumi/pulumi-terraform-bridge/pf v0.20.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.66.0
github.com/pulumi/pulumi/sdk/v3 v3.94.2
)

require (
cloud.google.com/go v0.110.4 // indirect
cloud.google.com/go/compute v1.20.1 // indirect
cloud.google.com/go v0.110.7 // indirect
cloud.google.com/go/compute v1.23.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.1 // indirect
cloud.google.com/go/kms v1.12.1 // indirect
cloud.google.com/go/kms v1.15.0 // indirect
cloud.google.com/go/logging v1.7.0 // indirect
cloud.google.com/go/longrunning v0.5.1 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
Expand Down Expand Up @@ -47,7 +47,7 @@ require (
github.com/armon/go-metrics v0.4.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aws/aws-sdk-go v1.47.11 // indirect
github.com/aws/aws-sdk-go v1.48.2 // indirect
github.com/aws/aws-sdk-go-v2 v1.17.3 // indirect
github.com/aws/aws-sdk-go-v2/config v1.15.15 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.12.10 // indirect
Expand Down Expand Up @@ -87,15 +87,15 @@ require (
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
github.com/golang/glog v1.1.0 // indirect
github.com/golang/glog v1.1.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/google/wire v0.5.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
Expand All @@ -108,7 +108,7 @@ require (
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.5.1 // indirect
github.com/hashicorp/go-plugin v1.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
Expand All @@ -126,12 +126,12 @@ require (
github.com/hashicorp/terraform-plugin-framework v1.4.2 // indirect
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1 // indirect
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.19.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.19.1 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-plugin-mux v0.12.0 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.17.2 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/vault/api v1.8.2 // indirect
github.com/hashicorp/vault/sdk v0.6.1 // indirect
Expand Down Expand Up @@ -207,7 +207,7 @@ require (
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
Expand All @@ -226,7 +226,7 @@ require (
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/sync v0.4.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/term v0.14.0 // indirect
Expand All @@ -236,10 +236,10 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.126.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230726155614-23370e0ffb3e // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect
google.golang.org/grpc v1.57.1 // indirect
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down
Loading

0 comments on commit 213a523

Please sign in to comment.