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

security and compliance doc updates - fix typo #3155

Merged
merged 1 commit into from
Sep 28, 2021
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
8 changes: 4 additions & 4 deletions website/docs/d/scc_si_notes.html.markdown
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: "ibm"
subcategory: "Security and Compliance Center"
page_title: "IBM : ibm_scc_si_note"
page_title: "IBM : ibm_scc_si_notes"
description: |-
Get information about scc_si_note
Get information about scc_si_notes
---

# ibm_scc_si_note
# ibm_scc_si_notes

Provides a read-only data source for scc_si_note. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Provides a read-only data source for scc_si_notes. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

## Example Usage

Expand Down
9 changes: 4 additions & 5 deletions website/docs/d/scc_si_providers.html.markdown
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: "ibm"
subcategory: "Security and Compliance Center"
page_title: "IBM : ibm_scc_si_provider"
page_title: "IBM : ibm_scc_si_providers"
description: |-
Get information about scc_si_provider
Get information about scc_si_providers
---

# ibm_scc_si_provider
# ibm_scc_si_providers

Provides a read-only data source for scc_si_provider. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Provides a read-only data source for scc_si_providers. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.

## Example Usage

Expand All @@ -22,7 +22,6 @@ data "ibm_scc_si_providers" "providers" {

Review the argument reference that you can specify for your data source.

* `id` - (Optional, String) The ID of the provider.
* `limit` - (Optional, String) Limit the number of the returned documents to the specified number.
* `skip` - (Optional, String) The offset is the index of the item from which you want to start returning data from. Default is 0.

Expand Down