Commit 752a039
authored
File tree
3 files changed
+24
-1
lines changed- src/l1-resources/cluster
- submodules
3 files changed
+24
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
158 | 165 | | |
159 | 166 | | |
160 | 167 | | |
| 168 | + | |
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
| |||
Submodule mongodbatlas-cloudformation-resources updated 75 files
- .github/workflows/cfn-publish-resource.yaml+1-1
- .github/workflows/cfn-test.yaml+1-1
- .github/workflows/cleanup-test-env.yml+1-1
- .github/workflows/code-health.yaml+10-10
- .github/workflows/contract-testing.yaml+39-39
- .github/workflows/deploy-mongodbatlas-cloudformation-resources.yaml+1-1
- .github/workflows/e2e-testing.yaml+3-3
- .github/workflows/launch-quickstart-mongodbatlas.yaml+1-1
- .github/workflows/publish-mongodbatlas-cloudformation-public-extensions.yaml+1-1
- .github/workflows/update-sdk.yml+3-3
- cfn-resources/.mockery.yaml+1-1
- cfn-resources/access-list-api-key/cmd/resource/resource.go+2-2
- cfn-resources/alert-configuration/cmd/resource/resource.go+9-9
- cfn-resources/api-key/cmd/resource/resource.go+1-1
- cfn-resources/auditing/cmd/resource/resource.go+1-1
- cfn-resources/autogen/schema-gen/template.go+19-17
- cfn-resources/cloud-backup-restore-jobs/cmd/resource/resource.go+18-16
- cfn-resources/cloud-backup-schedule/cmd/resource/resource.go+1-1
- cfn-resources/cluster-outage-simulation/cmd/resource/resource.go+1-1
- cfn-resources/cluster/cmd/resource/mappings.go+10-1
- cfn-resources/cluster/cmd/resource/model.go+24-23
- cfn-resources/cluster/cmd/resource/resource.go+1-1
- cfn-resources/cluster/docs/README.md+12
- cfn-resources/cluster/mongodb-atlas-cluster.json+6-1
- cfn-resources/data-lake-pipeline/cmd/resource/config.go+19
- cfn-resources/data-lake-pipeline/cmd/resource/resource.go+32-38
- cfn-resources/database-user/cmd/resource/resource.go+1-1
- cfn-resources/federated-database-instance/cmd/resource/resource.go+1-1
- cfn-resources/federated-query-limit/cmd/resource/config.go+19
- cfn-resources/federated-query-limit/cmd/resource/resource.go+9-18
- cfn-resources/federated-query-limit/resource-role.yaml+7
- cfn-resources/go.mod+14-14
- cfn-resources/go.sum+28-30
- cfn-resources/online-archive/cmd/resource/resource.go+1-1
- cfn-resources/organization/cmd/resource/resource.go+1-1
- cfn-resources/private-endpoint-adl/cmd/resource/resource.go+1-1
- cfn-resources/private-endpoint-aws/cmd/resource/resource.go+1-1
- cfn-resources/private-endpoint-aws/docs/README.md+1-1
- cfn-resources/private-endpoint-aws/mongodb-atlas-privateendpointaws.json+69-69
- cfn-resources/private-endpoint-regional-mode/cmd/resource/resource.go+1-1
- cfn-resources/private-endpoint-service/cmd/resource/resource.go+1-1
- cfn-resources/private-endpoint-service/docs/README.md+1-1
- cfn-resources/private-endpoint-service/mongodb-atlas-privateendpointservice.json+130-130
- cfn-resources/privatelink-endpoint-service-data-federation-online-archive/cmd/resource/resource.go+1-1
- cfn-resources/project/cmd/resource/mappings.go+1-1
- cfn-resources/project/cmd/resource/mappings_test.go+1-1
- cfn-resources/project/cmd/resource/resource.go+1-1
- cfn-resources/search-deployment/cmd/resource/mappings.go+1-1
- cfn-resources/search-deployment/cmd/resource/mappings_test.go+1-1
- cfn-resources/search-deployment/cmd/resource/resource.go+1-1
- cfn-resources/search-deployment/cmd/resource/state_transition.go+1-1
- cfn-resources/search-deployment/cmd/resource/state_transition_test.go+1-1
- cfn-resources/serverless-private-endpoint/cmd/main.go-14
- cfn-resources/serverless-private-endpoint/cmd/resource/config.go+19
- cfn-resources/serverless-private-endpoint/cmd/resource/model.go-14
- cfn-resources/serverless-private-endpoint/cmd/resource/resource.go+9-15
- cfn-resources/serverless-private-endpoint/resource-role.yaml+7
- cfn-resources/stream-connection/cmd/resource/mappings.go+1-1
- cfn-resources/stream-connection/cmd/resource/mappings_test.go+1-1
- cfn-resources/stream-connection/cmd/resource/resource.go+1-1
- cfn-resources/stream-instance/cmd/resource/mappings.go+1-1
- cfn-resources/stream-instance/cmd/resource/mappings_test.go+1-1
- cfn-resources/stream-instance/cmd/resource/resource.go+1-1
- cfn-resources/test/e2e/project/project_test.go+1-1
- cfn-resources/test/e2e/search-deployment/searchdeployment_test.go+1-1
- cfn-resources/test/e2e/utility/atlas_helper.go+1-1
- cfn-resources/test/e2e/utility/util.go+1-1
- cfn-resources/testutil/mocksvc/atlas_search_api.go+1-1
- cfn-resources/trigger/mongodb-atlas-trigger.json+1-1
- cfn-resources/util/util.go+8-1
- examples/alert-configuration/alert-configuration-email.json+1-1
- examples/alert-configuration/alert-configuration-microsoft-teams.json+102
- examples/cluster/cluster-self-managed-sharding.json+162
- examples/quickstart-mongodb-atlas-mean-stack-aws-fargate-integration/fargate-example/client/package-lock.json+6-6
- examples/quickstart-mongodb-atlas-mean-stack-aws-fargate-integration/fargate-example/server/package-lock.json+14-14
0 commit comments