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: catalog management #2965

Merged
merged 1 commit into from
Aug 11, 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
10 changes: 5 additions & 5 deletions website/docs/d/cm_catalog.html.markdown
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
subcategory: "Catalog Management"
layout: "ibm"
page_title: "IBM : cm_catalog"
page_title: "IBM : ibm_cm_catalog"
description: |-
Get information about cm_catalog.
Get information about ibm_cm_catalog.
---

# ibm_cm_catalog

Create, modify, or delete an `cm_catalog` resources. You can manage the settings for all catalogs across your account. For more information, about managing catalog, refer to [catalog management settings](https://cloud.ibm.com/docs/account?topic=account-account-getting-started).
Provides a read-only data source for `ibm_cm_catalog`. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.


## Example usage

```terraform
data "cm_catalog" "cm_catalog" {
data "ibm_cm_catalog" "cm_catalog" {
catalog_identifier = "catalog_identifier"
}
```
Expand All @@ -30,7 +30,7 @@ In addition to the argument reference list, you can access the following attribu

- `catalog_icon_url` - (String) The URL for an icon associated with the catalog.
- `crn` - (String) The CRN associated with the catalog.
- `id` - (String) The unique identifier of the `cm_catalog`.
- `id` - (String) The unique identifier of the `ibm_cm_catalog`.
- `label` - (String) Display the name in the requested language.
- `kind` - (String) Kind of catalog, offering or vpe.
- `offerings_url` - (String) URL path to the offerings.
Expand Down
11 changes: 5 additions & 6 deletions website/docs/d/cm_offering.html.markdown
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---
subcategory: "Catalog Management"
layout: "ibm"
page_title: "IBM : cm_offering"
page_title: "IBM : ibm_cm_offering"
description: |-
Get information about cm_offering.
Get information about ibm_cm_offering.
---

# ibm_cm_offering

Create, modify, or delete an `cm_offering` data source. You can manage the settings for all catalogs across your account. For more information, about managing catalog, refer to [catalog management settings](https://cloud.ibm.com/docs/account?topic=account-account-getting-started).

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

## Example usage

```terraform
data "cm_offering" "cm_offering" {
data "ibm_cm_offering" "cm_offering" {
catalog_identifier = "catalog_identifier"
offering_id = "offering_id"
}
Expand All @@ -37,7 +36,7 @@ In addition to all argument references list, you can access the following attrib
- `disclaimer` - (String) A disclaimer for the offering.
- `hidden` - (String) Determine if the offering should be displayed in the consumption console.
- `ibm_publish_approved` - (String) Indicates if the offering has been approved for use by all IBMers.
- `id` - (String) The unique identifier of the `cm_offering`.
- `id` - (String) The unique identifier of the `ibm_cm_offering`.
- `label` - (String) Display the name in the requested language.
- `long_description` - (String) The long description in the requested language.
- `name` - (String) The programmatic name of the offering.
Expand Down
11 changes: 5 additions & 6 deletions website/docs/d/cm_offering_instance.html.markdown
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
---
subcategory: "Catalog Management"
layout: "ibm"
page_title: "IBM : cm_offering_instance"
page_title: "IBM : ibm_cm_offering_instance"
description: |-
Get information about cm_offering_instance.
Get information about ibm_cm_offering_instance.
---


# ibm_cm_offering_instance

Create, modify, or delete an `ibm_cm_offering_instance` data source. For more information, about managing catalog, refer to [catalog management settings](https://cloud.ibm.com/docs/account?topic=account-account-getting-started).

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

## Example usage

```terraform
data "cm_offering_instance" "cm_offering_instance" {
data "ibm_cm_offering_instance" "cm_offering_instance" {
instance_identifier = "instance_identifier"
}
```
Expand All @@ -36,7 +35,7 @@ In addition to the argument reference list, you can access the following attribu
- `cluster_all_namespaces` - (String) Designate to install into all namespaces.
- `crn` - (String) The platform CRN for an instance.
- `_rev` - (string) The cloudant revisionn of this object
- `id` - (String) The unique identifier of the `cm_offering_instance`.
- `id` - (String) The unique identifier of the `ibm_cm_offering_instance`.
- `install_plan` - (String) Install plan for the subscription of the operator- can be either Automatic or Manual. Required for operator bundles
- `kind_format` - (String) The format this instance has such as `helm`, `operator`.
- `label` - (String) The label for an instance.
Expand Down
9 changes: 4 additions & 5 deletions website/docs/d/cm_version.html.markdown
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---
subcategory: "Catalog Management"
layout: "ibm"
page_title: "IBM : cm_version"
page_title: "IBM : ibm_cm_version"
description: |-
Get information about Catalog Management version.
---

# ibm_cm_version

Create, modify, or delete an `cm_version` data source. For more information, about managing catalog version, see [updating your software](https://cloud.ibm.com/docs/account?topic=account-update-private).

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

## Example usage

```terraform
data "cm_version" "cm_version" {
data "ibm_cm_version" "cm_version" {
version_loc_id = "version_loc_id"
}
```
Expand All @@ -30,7 +29,7 @@ In addition to the argument reference list, you can access the following attribu

- `catalog_id` - (String) The catalog ID.
- `crn` - (String) The CRN version.
- `id` - (String) The unique identifier of the `cm_version`.
- `id` - (String) The unique identifier of the `ibm_cm_version`.
- `offering_id` - (String) The offering ID.
- `repo_url` - (String) The URL of the content repository.
- `sha` - (String) The hash of the content.
Expand Down