Skip to content

Commit

Permalink
Upgrade terraform-provider-mongodbatlas to v1.16.0 (#455)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-mongodbatlas
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-mongodbatlas from 1.15.3  to 1.16.0.
	Fixes #454
  • Loading branch information
pulumi-bot authored Apr 30, 2024
1 parent 011c089 commit f00b264
Show file tree
Hide file tree
Showing 427 changed files with 28,006 additions and 2,725 deletions.
79 changes: 79 additions & 0 deletions provider/cmd/pulumi-resource-mongodbatlas/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
},
"policy_item_weekly": {
"maxItemsOne": false
},
"policy_item_yearly": {
"maxItemsOne": false
}
}
},
Expand Down Expand Up @@ -156,6 +159,9 @@
},
"policy_item_weekly": {
"maxItemsOne": false
},
"policy_item_yearly": {
"maxItemsOne": false
}
}
},
Expand Down Expand Up @@ -737,6 +743,10 @@
"current": "mongodbatlas:index/projectIpAccessList:ProjectIpAccessList",
"majorVersion": 3
},
"mongodbatlas_push_based_log_export": {
"current": "mongodbatlas:index/pushBasedLogExport:PushBasedLogExport",
"majorVersion": 3
},
"mongodbatlas_search_deployment": {
"current": "mongodbatlas:index/searchDeployment:SearchDeployment",
"majorVersion": 3,
Expand Down Expand Up @@ -770,6 +780,19 @@
}
}
},
"mongodbatlas_stream_connection": {
"current": "mongodbatlas:index/streamConnection:StreamConnection",
"majorVersion": 3
},
"mongodbatlas_stream_instance": {
"current": "mongodbatlas:index/streamInstance:StreamInstance",
"majorVersion": 3,
"fields": {
"hostnames": {
"maxItemsOne": false
}
}
},
"mongodbatlas_team": {
"current": "mongodbatlas:index/team:Team",
"majorVersion": 3,
Expand Down Expand Up @@ -1104,6 +1127,9 @@
},
"policy_item_weekly": {
"maxItemsOne": false
},
"policy_item_yearly": {
"maxItemsOne": false
}
}
},
Expand Down Expand Up @@ -1135,6 +1161,9 @@
},
"policy_item_weekly": {
"maxItemsOne": false
},
"policy_item_yearly": {
"maxItemsOne": false
}
}
},
Expand Down Expand Up @@ -2348,6 +2377,10 @@
}
}
},
"mongodbatlas_push_based_log_export": {
"current": "mongodbatlas:index/getPushBasedLogExport:getPushBasedLogExport",
"majorVersion": 3
},
"mongodbatlas_roles_org_id": {
"current": "mongodbatlas:index/getRolesOrgId:getRolesOrgId",
"majorVersion": 3
Expand Down Expand Up @@ -2449,6 +2482,44 @@
}
}
},
"mongodbatlas_stream_connection": {
"current": "mongodbatlas:index/getStreamConnection:getStreamConnection",
"majorVersion": 3
},
"mongodbatlas_stream_connections": {
"current": "mongodbatlas:index/getStreamConnections:getStreamConnections",
"majorVersion": 3,
"fields": {
"results": {
"maxItemsOne": false
}
}
},
"mongodbatlas_stream_instance": {
"current": "mongodbatlas:index/getStreamInstance:getStreamInstance",
"majorVersion": 3,
"fields": {
"hostnames": {
"maxItemsOne": false
}
}
},
"mongodbatlas_stream_instances": {
"current": "mongodbatlas:index/getStreamInstances:getStreamInstances",
"majorVersion": 3,
"fields": {
"results": {
"maxItemsOne": false,
"elem": {
"fields": {
"hostnames": {
"maxItemsOne": false
}
}
}
}
}
},
"mongodbatlas_team": {
"current": "mongodbatlas:index/getTeam:getTeam",
"majorVersion": 3,
Expand Down Expand Up @@ -2561,9 +2632,12 @@
"mongodbatlas:index/projectApiKey:ProjectApiKey": 0,
"mongodbatlas:index/projectInvitation:ProjectInvitation": 0,
"mongodbatlas:index/projectIpAccessList:ProjectIpAccessList": 1,
"mongodbatlas:index/pushBasedLogExport:PushBasedLogExport": 1,
"mongodbatlas:index/searchDeployment:SearchDeployment": 1,
"mongodbatlas:index/searchIndex:SearchIndex": 0,
"mongodbatlas:index/serverlessInstance:ServerlessInstance": 0,
"mongodbatlas:index/streamConnection:StreamConnection": 1,
"mongodbatlas:index/streamInstance:StreamInstance": 1,
"mongodbatlas:index/team:Team": 0,
"mongodbatlas:index/teams:Teams": 0,
"mongodbatlas:index/thirdPartyIntegration:ThirdPartyIntegration": 0,
Expand Down Expand Up @@ -2644,6 +2718,7 @@
"mongodbatlas:index/getProjectInvitation:getProjectInvitation": 0,
"mongodbatlas:index/getProjectIpAccessList:getProjectIpAccessList": 1,
"mongodbatlas:index/getProjects:getProjects": 1,
"mongodbatlas:index/getPushBasedLogExport:getPushBasedLogExport": 1,
"mongodbatlas:index/getRolesOrgId:getRolesOrgId": 0,
"mongodbatlas:index/getSearchDeployment:getSearchDeployment": 1,
"mongodbatlas:index/getSearchIndex:getSearchIndex": 0,
Expand All @@ -2654,6 +2729,10 @@
"mongodbatlas:index/getSharedTierRestoreJobs:getSharedTierRestoreJobs": 0,
"mongodbatlas:index/getSharedTierSnapshot:getSharedTierSnapshot": 0,
"mongodbatlas:index/getSharedTierSnapshots:getSharedTierSnapshots": 0,
"mongodbatlas:index/getStreamConnection:getStreamConnection": 1,
"mongodbatlas:index/getStreamConnections:getStreamConnections": 1,
"mongodbatlas:index/getStreamInstance:getStreamInstance": 1,
"mongodbatlas:index/getStreamInstances:getStreamInstances": 1,
"mongodbatlas:index/getTeam:getTeam": 0,
"mongodbatlas:index/getTeams:getTeams": 0,
"mongodbatlas:index/getThirdPartyIntegration:getThirdPartyIntegration": 0,
Expand Down
Loading

0 comments on commit f00b264

Please sign in to comment.