Skip to content

Commit d2b3b53

Browse files
alemorcuqmatttrach
andauthored
docs: remove deprecated catalog v1 resources (#2316)
* fix: remove deprecated catalog v1 docs * fix: update catalog references in docs --------- Co-authored-by: Matt Trachier <matt.trachier@suse.com>
1 parent 2c85c03 commit d2b3b53

5 files changed

Lines changed: 3 additions & 327 deletions

File tree

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ provider "rancher2" {
5757
}
5858
5959
# Create a new rancher2 resource using admin provider config
60-
resource "rancher2_catalog" "foo" {
60+
resource "rancher2_catalog_v2" "foo" {
6161
provider = "rancher2.admin"
6262
63+
cluster_id = "<CLUSTER_ID>"
6364
name = "test"
6465
url = "http://foo.com:8080"
6566
}

docs/resources/app.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

docs/resources/catalog.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/resources/catalog_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following attributes are exported:
5353

5454
## Timeouts
5555

56-
`rancher2_catalog` provides the following
56+
`rancher2_catalog_v2` provides the following
5757
[Timeouts](https://www.terraform.io/docs/configuration/resources.html#operation-timeouts) configuration options:
5858

5959
- `create` - (Default `10 minutes`) Used for creating v2 catalogs.

docs/resources/multi_cluster_app.md

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)