Skip to content

Commit 53e7756

Browse files
martinstibbeZuhairahmedandreaangiolillodependabot[bot]
authored
INTMDB-517: Event Trigger Error Handler Update (#1061)
* Event Trigger Docs Update * Update event_trigger.html.markdown * Update event_triggers.html.markdown * Update codeowner to use APIx-Integrations (#1050) * Chore(deps): Bump github.com/gruntwork-io/terratest (#1051) Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.41.9 to 0.41.10. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.41.9...v0.41.10) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest 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> * Chore(deps): Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.0 (#1055) Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/hashicorp/hcl/releases) - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md) - [Commits](hashicorp/hcl@v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/hcl/v2 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> * Update resource_mongodbatlas_event_trigger.go --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Zuhair Ahmed <[email protected]> Co-authored-by: Andrea Angiolillo <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8fed4b commit 53e7756

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

website/docs/d/event_trigger.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ data "mongodbatlas_event_trigger" "test" {
4242

4343
* `project_id` - (Required) The unique ID for the project to create the trigger.
4444
* `app_id` - (Required) The ObjectID of your application.
45+
* For more details on `project_id` and `app_id` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
4546
* `trigger_id` - (Required) The unique ID of the trigger.
4647

4748
## Attributes Reference
@@ -71,4 +72,4 @@ In addition to all arguments above, the following attributes are exported:
7172
* `event_processors.0.aws_eventbridge.config_region` - Region of AWS Account.
7273

7374

74-
See [MongoDB Realm API](https://docs.mongodb.com/realm/admin/api/v3/#get-/groups/%7Bgroupid%7D/apps/%7Bappid%7D/triggers/%7Btriggerid%7D) Documentation for more information.
75+
See [MongoDB Realm API](https://docs.mongodb.com/realm/admin/api/v3/#get-/groups/%7Bgroupid%7D/apps/%7Bappid%7D/triggers/%7Btriggerid%7D) Documentation for more information.

website/docs/d/event_triggers.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ data "mongodbatlas_event_triggers" "test" {
4141

4242
* `project_id` - (Required) The unique ID for the project to get all event triggers.
4343
* `app_id` - (Required) The ObjectID of your application.
44+
* For more details on `project_id` and `app_id` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
4445

4546
## Attributes Reference
4647

@@ -73,4 +74,4 @@ In addition to all arguments above, the following attributes are exported:
7374
* `event_processors.0.aws_eventbridge.config_region` - Region of AWS Account.
7475

7576

76-
See [MongoDB Realm API](https://docs.mongodb.com/realm/admin/api/v3/#get-/groups/%7Bgroupid%7D/apps/%7Bappid%7D/triggers) Documentation for more information.
77+
See [MongoDB Realm API](https://docs.mongodb.com/realm/admin/api/v3/#get-/groups/%7Bgroupid%7D/apps/%7Bappid%7D/triggers) Documentation for more information.

website/docs/r/event_trigger.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ resource "mongodbatlas_event_trigger" "test" {
104104

105105
* `project_id` - (Required) The unique ID for the project to create the trigger.
106106
* `app_id` - (Required) The ObjectID of your application.
107+
* For more details on `project_id` and `app_id` see: https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#section/Project-and-Application-IDs
107108
* `name` - (Required) The name of the trigger.
108109
* `type` - (Required) The type of the trigger. Possible Values: `DATABASE`, `AUTHENTICATION`,`SCHEDULED`
109110
* `function_id` - (Optional) The ID of the function associated with the trigger.
@@ -138,3 +139,4 @@ Event trigger can be imported using project ID, App ID and Trigger ID, in the fo
138139
```
139140
$ terraform import mongodbatlas_event_trigger.test 1112222b3bf99403840e8934--testing-example--1112222b3bf99403840e8934
140141
```
142+
For more details on this resource see [Triggers resource](https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#tag/triggers) in Atlas App Services Documentation.

0 commit comments

Comments
 (0)