Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docfix: name change Activity Tracker to Activity Tracker Event Routing #5312

Merged
merged 3 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/ibm-atracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This example illustrates how to use the AtrackerV2

The following types of resources are supported:

* Activity Tracker Target
* Activity Tracker Route
* Activity Tracker Settings
* Activity Tracker Event Routing Target
* Activity Tracker Event Routing Route
* Activity Tracker Event Routing Settings

## Usage

Expand Down
2 changes: 1 addition & 1 deletion examples/ibm-resource-instance/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IBM Cloud resource instance example

The following example creates an instance of IBM Cloud resource. Instance could be of any resource, for example Cloud Object Storage, Activity Tracker, metrics monitor etc. By specifying the right value to argument `service`, we can provision respective resource instance.
The following example creates an instance of IBM Cloud resource. Instance could be of any resource, for example Cloud Object Storage, Activity Tracker Event Routing, metrics monitor etc. By specifying the right value to argument `service`, we can provision respective resource instance.
Document reference https://servicedata-application-2f.za7agtyv6vj.us-east.codeengine.appdomain.cloud/

Following types of resources are supported:
Expand Down
2 changes: 1 addition & 1 deletion website/allowed-subcategories.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Activity Tracker
Activity Tracker Event Routing
API Gateway
App ID Management
App Configuration
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/atracker_routes.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: "ibm"
page_title: "IBM : ibm_atracker_routes"
description: |-
Get information about atracker_routes
subcategory: "Activity Tracker"
subcategory: "Activity Tracker Event Routing"
---

# ibm_atracker_routes
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/atracker_targets.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: "ibm"
page_title: "IBM : ibm_atracker_targets"
description: |-
Get information about atracker_targets
subcategory: "Activity Tracker"
subcategory: "Activity Tracker Event Routing"
---

# ibm_atracker_targets
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/atracker_route.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
layout: "ibm"
page_title: "IBM : ibm_atracker_route"
description: |-
Manages Activity Tracker Route.
subcategory: "Activity Tracker"
Manages Activity Tracker Event Routing Route.
subcategory: "Activity Tracker Event Routing"
---

# ibm_atracker_route
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/atracker_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: "ibm"
page_title: "IBM : ibm_atracker_settings"
description: |-
Manages atracker_settings.
subcategory: "Activity Tracker"
subcategory: "Activity Tracker Event Routing"
---

# ibm_atracker_settings
Expand Down
8 changes: 4 additions & 4 deletions website/docs/r/atracker_target.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
layout: "ibm"
page_title: "IBM : ibm_atracker_target"
description: |-
Manages Activity Tracker Target.
subcategory: "Activity Tracker"
Manages Activity Tracker Event Routing Target.
subcategory: "Activity Tracker Event Routing"
---

# ibm_atracker_target

Provides a resource for Activity Tracker Target. This allows Activity Tracker Target to be created, updated and deleted.
Provides a resource for Activity Tracker Event Routing Target. This allows Activity Tracker Event Routing Target to be created, updated and deleted.

## Example usage

```terraform
resource "ibm_atracker_target" "atracker_target" {
resource "ibm_atracker_target" "atracker_cos_target" {
cos_endpoint {
endpoint = "endpoint"
target_crn = "target_crn"
Expand Down
Loading