Skip to content

fix(docs): update wrong titles in doc and update to more recent doc URLs #622

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions website/docs/d/fargate_workload_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description: |-
Updates the fargate workload definition to add a Sysdig Agent
---

# Data Source: fargate_workload_agent
# Data Source: sysdig_fargate_workload_agent

Updates the ECS Fargate Container Definitions to add a [Sysdig Workload Agent](https://docs.sysdig.com/en/docs/installation/serverless-agents/aws-fargate-serverless-agents/)
Updates the ECS Fargate Container Definitions to add a [Sysdig Workload Agent](https://docs.sysdig.com/en/docs/sysdig-secure/install-agent-components/linux-on-serverless/ecs-fargate/)

-> **Note:** Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a [new issue](https://github.com/sysdiglabs/terraform-provider-sysdig/issues/new) in the GitHub repository.

Expand Down
6 changes: 3 additions & 3 deletions website/docs/d/monitor_notification_channel_ibm_function.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
subcategory: "Sysdig Monitor"
layout: "sysdig"
page_title: "Sysdig: sysdig_monitor_notification_channel_email"
page_title: "Sysdig: sysdig_monitor_notification_channel_ibm_function"
description: |-
Retrieves information about a Monitor notification channel of type IBM Function
---

# Data Source: sysdig_monitor_notification_channel_email
# Data Source: sysdig_monitor_notification_channel_ibm_function

Retrieves information about a Monitor notification channel of type IBM Function.

Expand All @@ -15,7 +15,7 @@ Retrieves information about a Monitor notification channel of type IBM Function.
## Example Usage

```terraform
data "sysdig_monitor_notification_channel_email" "nc_email" {
data "sysdig_monitor_notification_channel_ibm_function" "nc_ibm_function" {
name = "some notification channel name"
}
```
Expand Down
6 changes: 3 additions & 3 deletions website/docs/d/secure_posture_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ description: |-
Retrieves Posture policy by ID.
---

# Data Source: sysdig_secure_posture_policies
# Data Source: sysdig_secure_posture_policy

Retrieves the information of all Posture policies.
Retrieves the information of a Posture Policy.

-> **Note:** Sysdig Terraform Provider is under rapid development at this point. If you experience any issue or discrepancy while using it, please make sure you have the latest version. If the issue persists, or you have a Feature Request to support an additional set of resources, please open a [new issue](https://github.com/sysdiglabs/terraform-provider-sysdig/issues/new) in the GitHub repository.

## Example Usage

```terraform
data sysdig_secure_posture_policies policy {
data sysdig_secure_posture_policiy policy {
id = "454678"
}
```
Expand Down
Loading